From 9f9c60633a28423ea79d12fe4e01c58f86f9b876 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Sun, 28 Nov 2010 03:58:28 +0000 Subject: [PATCH] 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 --- src/STPManager/STP.cpp | 2 -- 1 file changed, 2 deletions(-) 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: ", -- 2.47.3