]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
* Replace minisat 2 with minisat 2.2.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 20 Aug 2010 12:07:42 +0000 (12:07 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 20 Aug 2010 12:07:42 +0000 (12:07 +0000)
commit6658ff2018f070628582b738710422c656723789
tree3279d9fdaf97ceecb38be8154d5be995059b3016
parente4c1fb7756e8219987330c848cd67edfa458e5dd
* Replace minisat 2 with minisat 2.2.
* Replace simplifying-minisat 2 with simplifying-minisat 2.2
* It's no longer necessary to compile cryptominisat separately. The choice of solver is controlled by a command line flag now.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@992 e59a4935-1847-0410-ae03-e826735625c1
55 files changed:
scripts/Makefile.common
scripts/Makefile.in
src/AST/ASTSymbol.cpp
src/AST/UsefulDefs.h
src/STPManager/STP.cpp
src/STPManager/STP.h
src/STPManager/STPManager.cpp
src/STPManager/STPManager.h
src/STPManager/UserDefinedFlags.h
src/absrefine_counterexample/AbsRefine_CounterExample.h
src/absrefine_counterexample/AbstractionRefinement.cpp
src/absrefine_counterexample/CounterExample.cpp
src/absrefine_counterexample/Makefile
src/main/Globals.h
src/main/main.cpp
src/printer/AssortedPrinters.cpp
src/sat/CryptoMinisat.cpp [new file with mode: 0644]
src/sat/CryptoMinisat.h [new file with mode: 0644]
src/sat/Makefile
src/sat/MinisatCore.cpp [new file with mode: 0644]
src/sat/MinisatCore.h [new file with mode: 0644]
src/sat/SATSolver.h [new file with mode: 0644]
src/sat/SimplifyingMinisat.cpp [new file with mode: 0644]
src/sat/SimplifyingMinisat.h [new file with mode: 0644]
src/sat/core/Dimacs.h [new file with mode: 0644]
src/sat/core/Main.cc [new file with mode: 0644]
src/sat/core/Makefile
src/sat/core/Solver.C [deleted file]
src/sat/core/Solver.cc [new file with mode: 0644]
src/sat/core/Solver.h
src/sat/core/SolverTypes.h
src/sat/mtl/Alg.h
src/sat/mtl/Alloc.h [new file with mode: 0644]
src/sat/mtl/BasicHeap.h
src/sat/mtl/BoxedVec.h
src/sat/mtl/Heap.h
src/sat/mtl/IntTypes.h [new file with mode: 0644]
src/sat/mtl/Map.h
src/sat/mtl/Queue.h
src/sat/mtl/Sort.h
src/sat/mtl/Vec.h
src/sat/mtl/XAlloc.h [new file with mode: 0644]
src/sat/mtl/template.mk [new file with mode: 0644]
src/sat/sat.h [deleted file]
src/sat/simp/Main.cc [new file with mode: 0644]
src/sat/simp/Makefile
src/sat/simp/SimpSolver.C [deleted file]
src/sat/simp/SimpSolver.cc [new file with mode: 0644]
src/sat/simp/SimpSolver.h
src/to-sat/AIG/ToSATAIG.cpp
src/to-sat/AIG/ToSATAIG.h
src/to-sat/ToCNF.cpp
src/to-sat/ToSAT.cpp
src/to-sat/ToSAT.h
src/to-sat/ToSATBase.h