]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Improvement. The default array solver is now built into the SAT solver so SAT solving...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 22 Oct 2011 12:12:28 +0000 (12:12 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 22 Oct 2011 12:12:28 +0000 (12:12 +0000)
commitffae411c13c5a062151c3b838ec19cc10a289683
tree6cb9f7daf50924df89608ea661a0285e4ce6f800
parentf75bd42699e574ee6bf0562d643452b230b4d10f
Improvement. The default array solver is now built into the SAT solver so SAT solving doesn't need to start/stop to do refinement.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1407 e59a4935-1847-0410-ae03-e826735625c1
13 files changed:
src/STPManager/STP.cpp
src/STPManager/UserDefinedFlags.h
src/absrefine_counterexample/CounterExample.cpp
src/main/main.cpp
src/sat/Makefile
src/sat/MinisatCore.cpp
src/sat/MinisatCore_prop.cpp [new file with mode: 0644]
src/sat/MinisatCore_prop.h [new file with mode: 0644]
src/sat/SATSolver.h
src/sat/core_prop/Makefile [new file with mode: 0644]
src/sat/core_prop/Solver_prop.cc [new file with mode: 0644]
src/sat/core_prop/Solver_prop.h [new file with mode: 0644]
src/to-sat/AIG/ToSATAIG.cpp