git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1066
e59a4935-1847-0410-ae03-
e826735625c1
//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);