]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Bugfix. Substitutions need to be written through arrays too.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 30 Jan 2011 13:13:17 +0000 (13:13 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 30 Jan 2011 13:13:17 +0000 (13:13 +0000)
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

index 1733ca878ce96cd10324515571d46a602c52d1e4..3129e414a74725227b9634980d930ec349436e58 100644 (file)
@@ -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();
                        }