]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix. Without a CallSAT_Result check call sometimes we get the wrong result. No idea...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 31 Jan 2011 14:12:12 +0000 (14:12 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 31 Jan 2011 14:12:12 +0000 (14:12 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1109 e59a4935-1847-0410-ae03-e826735625c1

src/absrefine_counterexample/AbstractionRefinement.cpp

index 36b52bff9e98d5b0c815985dfe26591f1acfdd93..eb419e8e8b92c84123482b0abcf9efcb7e2026d7 100644 (file)
@@ -196,6 +196,7 @@ namespace BEEV
     ASTNodeMap::const_iterator itend = simp->ReadOverWriteMap()->end();
 
     ASTVec FalseAxioms, RemainingAxioms;
+    RemainingAxioms.push_back(ASTTrue);
     for (; it != itend; it++)
       {
         //Guided refinement starts here