]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Bugfix to r667. I discarded a variable instead of adding it into the solver map....
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Apr 2010 14:02:52 +0000 (14:02 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Apr 2010 14:02:52 +0000 (14:02 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@674 e59a4935-1847-0410-ae03-e826735625c1

src/simplifier/bvsolver.cpp

index 2779502eae85a74fbf6f0158d68acb564239a7fb..76e009806330197b0c392cc3e743ce856aa2716f 100644 (file)
@@ -481,6 +481,8 @@ namespace BEEV
                          assert(BVTypeCheck(newvar));
           _simp->UpdateSolverMap(var, newvar);
           }
+          else
+                 _simp->UpdateSolverMap(lhs[0], rhs);
           output = ASTTrue;
           break;
         }