]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Free up more memory before SAT solving. In particular this deletes the Tseitin variab...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 12 Jun 2010 14:55:37 +0000 (14:55 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 12 Jun 2010 14:55:37 +0000 (14:55 +0000)
commit1b7855194005d5aa0adb244ec22124144deb841e
treefe14be0b504a7c4b54a14d8faeb7b7002347f64e
parenta16d68889ba8e43831e7168440e14007f5d34675
Free up more memory before SAT solving. In particular this deletes the Tseitin variables before calling the SAT solver. This makes good sense for problems that aren't solved by abstraction / refinement. However, I'm not sure how it impacts difficult array problems.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@836 e59a4935-1847-0410-ae03-e826735625c1
src/STPManager/STP.cpp
src/STPManager/STPManager.cpp
src/absrefine_counterexample/CounterExample.cpp
src/simplifier/simplifier.cpp
src/simplifier/simplifier.h
src/to-sat/ToSAT.cpp
src/to-sat/ToSAT.h