From: trevor_hansen Date: Sat, 28 Aug 2010 13:54:54 +0000 (+0000) Subject: Fix error in experimental constant bit propagation code X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=833c2a35294af9716e98841c8ecdcf0f456c3e61;p=francis%2Fstp.git Fix error in experimental constant bit propagation code git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1005 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/to-sat/BitBlaster.cpp b/src/to-sat/BitBlaster.cpp index 7494aae..8770a11 100644 --- a/src/to-sat/BitBlaster.cpp +++ b/src/to-sat/BitBlaster.cpp @@ -364,6 +364,7 @@ const BBNodeVec BitBlaster::BBTerm(const ASTNode& _term, } // Propagate through all the parents of term. cb->scheduleUp(term); + cb->scheduleNode(term); cb->propagate(); // Now we've propagated. }