]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Bugfix. I forgot the return on a function. This only caused a problem if STP tried...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 13 Jan 2011 02:08:43 +0000 (02:08 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 13 Jan 2011 02:08:43 +0000 (02:08 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1062 e59a4935-1847-0410-ae03-e826735625c1

src/absrefine_counterexample/AbstractionRefinement.cpp

index a5ffcd3dbad62a2025deb475c2365a8c7b7174f5..ea24277575613e4d1b6fb179f5b3e83a80368945 100644 (file)
@@ -146,6 +146,7 @@ namespace BEEV
                return CallSAT_ResultCheck(SatSolver, RemainingAxioms, original_input,
                                tosat);
        }
+    return SOLVER_UNDECIDED;
   } //end of SATBased_ArrayReadRefinement