]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix. The new bit-blast simplifications where only half working.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 9 Feb 2012 00:13:20 +0000 (00:13 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 9 Feb 2012 00:13:20 +0000 (00:13 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1563 e59a4935-1847-0410-ae03-e826735625c1

src/STPManager/STP.cpp

index 50c8adf71c93d053179eb7fc99efc2981209a110..8adf6f535fbbf9df72fb43af17ff0ed62d21793b 100644 (file)
@@ -135,7 +135,7 @@ namespace BEEV {
               }
 #endif
             ASTNodeMap cache;
-            simplified_solved_InputToSAT = SubstitutionMap::simple_replace(simplified_solved_InputToSAT, fromTo, cache,&nf);
+            simplified_solved_InputToSAT = SubstitutionMap::simple_replace(simplified_solved_InputToSAT, equiv, cache,&nf);
             bm->ASTNodeStats(bb_message.c_str(), simplified_solved_InputToSAT);
           }