From 461b7749986862bce2c5b9ed268faf03d8ae00df Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Sun, 30 Jan 2011 13:13:17 +0000 Subject: [PATCH] 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 --- src/STPManager/STP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.47.3