]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Enable ITE Context stuff by default.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 3 Mar 2011 03:46:53 +0000 (03:46 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 3 Mar 2011 03:46:53 +0000 (03:46 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1182 e59a4935-1847-0410-ae03-e826735625c1

src/STPManager/STP.cpp

index 7a27151d61555d8d57ba209e23c52de41fda7607..13e074aabbe6080d34fab9896af43e473629cbca 100644 (file)
@@ -194,7 +194,7 @@ namespace BEEV {
         }
 
         // Simplify using Ite context
-        if (false)
+        if (bm->UserFlags.isSet("ite-context","1"))
         {
           UseITEContext iteC(bm);
           simplified_solved_InputToSAT  = iteC.topLevel(simplified_solved_InputToSAT);