]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
disable sbvmod propagator.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 3 Feb 2012 12:59:16 +0000 (12:59 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 3 Feb 2012 12:59:16 +0000 (12:59 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1553 e59a4935-1847-0410-ae03-e826735625c1

src/simplifier/constantBitP/ConstantBitPropagation.cpp

index 8ce77de9dea715fd0c29c5ff6c7680d6a4df5f27..b9bfb362c6a5e40c4c2961801f9215534f00c9ee 100644 (file)
@@ -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