From b96516b15fee144ed714fef105551f23db9a2146 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Thu, 3 Mar 2011 03:46:53 +0000 Subject: [PATCH] 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 --- src/STPManager/STP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3