]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Bugfix. Experimental. Complicated input caused an assertion failure. Switching this...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 18 Jan 2011 12:35:57 +0000 (12:35 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 18 Jan 2011 12:35:57 +0000 (12:35 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1066 e59a4935-1847-0410-ae03-e826735625c1

src/absrefine_counterexample/CounterExample.cpp

index 6b30fa015d031625f48c0f29aee9547ef761ef94..2edeefe5d0d4667a139df89bb380c55328c02e98 100644 (file)
@@ -96,7 +96,7 @@ namespace BEEV
         //counter-example. First convert the index into a constant. then
         //construct the appropriate array-read and store it in the
         //counterexample
-        ASTNode arrayread_index = TermToConstTermUsingModel(arrayread[1]);
+        ASTNode arrayread_index = TermToConstTermUsingModel(arrayread[1],false);
         ASTNode key = bm->CreateTerm(READ, arrayread.GetValueWidth(),
                                      arrayread[0], arrayread_index);