From: trevor_hansen Date: Fri, 3 Feb 2012 12:59:16 +0000 (+0000) Subject: disable sbvmod propagator. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ac0e3b21ef2fb126b80699dd14e620f905229c5c;p=francis%2Fstp.git disable sbvmod propagator. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1553 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/simplifier/constantBitP/ConstantBitPropagation.cpp b/src/simplifier/constantBitP/ConstantBitPropagation.cpp index 8ce77de..b9bfb36 100644 --- a/src/simplifier/constantBitP/ConstantBitPropagation.cpp +++ b/src/simplifier/constantBitP/ConstantBitPropagation.cpp @@ -742,11 +742,15 @@ namespace simplifier result = bvSignedRemainderBothWays(children, output, n.GetSTPMgr()); mult_like=true; } + + // This propagator is very slow. It needs to be reimplemented. + //#if 0 else if (k == SBVMOD) { result = bvSignedModulusBothWays(children, output, n.GetSTPMgr()); mult_like=true; } + //#endif else