From: trevor_hansen Date: Thu, 3 Mar 2011 03:46:53 +0000 (+0000) Subject: Enable ITE Context stuff by default. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b96516b15fee144ed714fef105551f23db9a2146;p=francis%2Fstp.git Enable ITE Context stuff by default. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1182 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/STPManager/STP.cpp b/src/STPManager/STP.cpp index 7a27151..13e074a 100644 --- a/src/STPManager/STP.cpp +++ b/src/STPManager/STP.cpp @@ -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);