]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Disable ITE context simplifications. It's too slow on some CVC test cases to justify it.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 27 Feb 2011 13:43:44 +0000 (13:43 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 27 Feb 2011 13:43:44 +0000 (13:43 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1178 e59a4935-1847-0410-ae03-e826735625c1

src/STPManager/STP.cpp

index af29b221c9899f5271033a954d3ab7c829b9b673..7a27151d61555d8d57ba209e23c52de41fda7607 100644 (file)
@@ -194,6 +194,7 @@ namespace BEEV {
         }
 
         // Simplify using Ite context
+        if (false)
         {
           UseITEContext iteC(bm);
           simplified_solved_InputToSAT  = iteC.topLevel(simplified_solved_InputToSAT);