]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix. This assert() was very slow sometimes.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 12 Mar 2011 11:42:58 +0000 (11:42 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 12 Mar 2011 11:42:58 +0000 (11:42 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1200 e59a4935-1847-0410-ae03-e826735625c1

src/simplifier/RemoveUnconstrained.cpp

index d24de2f9d68e0459f415a71dcda14744090b996b..0b1598d28b6b48c6b149e5844c8e115f2ad17beb 100644 (file)
@@ -420,7 +420,7 @@ namespace BEEV
                 replace(var, rhs);
                 MutableASTNode *newN = MutableASTNode::build(n,create);
                 muteParent.replaceWithAnotherNode(newN);
-                assert(muteParent.checkInvariant());
+                //assert(muteParent.checkInvariant());
               }
           }
           break;