From 06747bc2669f838714b3ae9730575ea000f4c087 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Sun, 27 Feb 2011 13:43:44 +0000 Subject: [PATCH] Disable ITE context simplifications. It's too slow on some CVC test cases to justify it. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/STPManager/STP.cpp b/src/STPManager/STP.cpp index af29b22..7a27151 100644 --- a/src/STPManager/STP.cpp +++ b/src/STPManager/STP.cpp @@ -194,6 +194,7 @@ namespace BEEV { } // Simplify using Ite context + if (false) { UseITEContext iteC(bm); simplified_solved_InputToSAT = iteC.topLevel(simplified_solved_InputToSAT); -- 2.47.3