From cee98d92b912c584f460882ea2f00de6d8e49586 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Sun, 17 Jun 2012 18:22:01 +0000 Subject: enabling theoryof=term for quantifiers with sharing disableing one test case in equantifiers/decision that runs long --- src/smt/smt_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smt') diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index e1d247521..6567a775b 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -458,7 +458,7 @@ void SmtEngine::setLogicInternal() throw(AssertionException) { // Set the options for the theoryOf if(!Options::current()->theoryOfModeSetByUser) { - if(d_logic.isSharingEnabled() && !d_logic.isTheoryEnabled(THEORY_BV) && !d_logic.isQuantified()) { + if(d_logic.isSharingEnabled() && !d_logic.isTheoryEnabled(THEORY_BV)) { Theory::setTheoryOfMode(theory::THEORY_OF_TERM_BASED); } else { Theory::setTheoryOfMode(theory::THEORY_OF_TYPE_BASED); -- cgit v1.2.3