From: trevor_hansen Date: Mon, 31 Jan 2011 14:12:12 +0000 (+0000) Subject: Fix. Without a CallSAT_Result check call sometimes we get the wrong result. No idea... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8c0666dbdb681a6341af3000eb7819515b7902b4;p=francis%2Fstp.git Fix. Without a CallSAT_Result check call sometimes we get the wrong result. No idea why yet. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1109 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/absrefine_counterexample/AbstractionRefinement.cpp b/src/absrefine_counterexample/AbstractionRefinement.cpp index 36b52bf..eb419e8 100644 --- a/src/absrefine_counterexample/AbstractionRefinement.cpp +++ b/src/absrefine_counterexample/AbstractionRefinement.cpp @@ -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