]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Enable constant bit propagation by default.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 28 Nov 2010 03:58:28 +0000 (03:58 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 28 Nov 2010 03:58:28 +0000 (03:58 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1032 e59a4935-1847-0410-ae03-e826735625c1

src/STPManager/STP.cpp

index 800706a26a789da2a2dda35716a3d2823e58d34f..4011c2d00087bda494427ea5844ed68a0ae578ce 100644 (file)
@@ -129,7 +129,6 @@ namespace BEEV {
       } 
     while (inputToSAT != simplified_solved_InputToSAT);
 
-#ifdef WITHCBITP
     if (bm->UserFlags.bitConstantProp_flag)
       {
         bm->ASTNodeStats("Before Constant Bit Propagation begins: ",
@@ -145,7 +144,6 @@ namespace BEEV {
           simplified_solved_InputToSAT = bm->ASTFalse;
 
       }
-#endif
 
 
     bm->ASTNodeStats("Before SimplifyWrites_Inplace begins: ",