From: trevor_hansen Date: Sun, 30 Jan 2011 13:13:17 +0000 (+0000) Subject: Bugfix. Substitutions need to be written through arrays too. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=461b7749986862bce2c5b9ed268faf03d8ae00df;p=francis%2Fstp.git Bugfix. Substitutions need to be written through arrays too. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1101 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/STPManager/STP.cpp b/src/STPManager/STP.cpp index 1733ca8..3129e41 100644 --- a/src/STPManager/STP.cpp +++ b/src/STPManager/STP.cpp @@ -118,7 +118,7 @@ namespace BEEV { // if (initialSize != simp->Return_SolverMap()->size()) { - simplified_solved_InputToSAT = simp->applySubstitutionMapUntilArrays(simplified_solved_InputToSAT); + simplified_solved_InputToSAT = simp->applySubstitutionMap(simplified_solved_InputToSAT); simp->haveAppliedSubstitutionMap(); }