From: trevor_hansen Date: Sun, 28 Nov 2010 03:58:28 +0000 (+0000) Subject: Enable constant bit propagation by default. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9f9c60633a28423ea79d12fe4e01c58f86f9b876;p=francis%2Fstp.git Enable constant bit propagation by default. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1032 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/STPManager/STP.cpp b/src/STPManager/STP.cpp index 800706a..4011c2d 100644 --- a/src/STPManager/STP.cpp +++ b/src/STPManager/STP.cpp @@ -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: ",