]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix error in experimental constant bit propagation code
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 28 Aug 2010 13:54:54 +0000 (13:54 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 28 Aug 2010 13:54:54 +0000 (13:54 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1005 e59a4935-1847-0410-ae03-e826735625c1

src/to-sat/BitBlaster.cpp

index 7494aae938be2d621f1cfa74b598eb061250aa97..8770a113786f71fda962d12800832ce7496efebd 100644 (file)
@@ -364,6 +364,7 @@ const BBNodeVec BitBlaster<BBNode,BBNodeManagerT>::BBTerm(const ASTNode& _term,
                    }
                    // Propagate through all the parents of term.
                    cb->scheduleUp(term);
+                   cb->scheduleNode(term);
                    cb->propagate();
                    // Now we've propagated.
                 }