Giter Site home page Giter Site logo

yangke / avalanche Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.63 MB

Automatically finds critical software errors. Forked from https://code.google.com/p/avalanche/

C++ 8.40% C 82.12% Shell 1.70% Lex 0.03% Haskell 0.06% Perl 0.27% Assembly 1.08% Groff 0.46% HTML 5.59% CSS 0.02% XSLT 0.28%

avalanche's People

Contributors

yangke avatar

Watchers

 avatar  avatar

avalanche's Issues

error: ‘Clause_new’ was not declared in this scope

Solver.C: In member function ‘bool MINISAT::Solver::addClause(MINISAT::vecMINISAT::Lit&)’:
Solver.C:117:41: error: ‘Clause_new’ was not declared in this scope
Clause* c = Clause_new(ps, false);
^
Solver.C:117:41: note: suggested alternative:
In file included from Solver.h:30:0,
from Solver.C:20:
SolverTypes.h:124:20: note: ‘MINISAT::Clause_new’
friend Clause* Clause_new(const V& ps, bool learnt = false) {
^
Solver.C: In member function ‘MINISAT::lbool MINISAT::Solver::search(int, int)’:
Solver.C:574:59: error: ‘Clause_new’ was not declared in this scope
Clause* c = Clause_new(learnt_clause, true);
^
Solver.C:574:59: note: suggested alternative:
In file included from Solver.h:30:0,
from Solver.C:20:
SolverTypes.h:124:20: note: ‘MINISAT::Clause_new’
friend Clause* Clause_new(const V& ps, bool learnt = false) {
^
Makefile:218: recipe for target 'Solver.o' failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.