summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiation_engine.cpp
diff options
context:
space:
mode:
authorajreynol <reynolds@laraserver2.epfl.ch>2014-05-28 23:32:59 +0200
committerajreynol <reynolds@laraserver2.epfl.ch>2014-05-28 23:32:59 +0200
commitd38ad982be4717eee4fa102533e12c338b2d1b37 (patch)
tree62ca2dcf4f7889bfe432563508b5e3e22e2bf3fc /src/theory/quantifiers/instantiation_engine.cpp
parentb8bd234936a499d72cb5a9444f8cfd82d980fe8f (diff)
Minor changes to script. Disable cbqi sat.
Diffstat (limited to 'src/theory/quantifiers/instantiation_engine.cpp')
-rw-r--r--src/theory/quantifiers/instantiation_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/instantiation_engine.cpp b/src/theory/quantifiers/instantiation_engine.cpp
index 53c6d9e27..d0f50fa6a 100644
--- a/src/theory/quantifiers/instantiation_engine.cpp
+++ b/src/theory/quantifiers/instantiation_engine.cpp
@@ -393,7 +393,7 @@ void InstantiationEngine::debugSat( int reason ){
}
}
}
- if( options::recurseCbqi() && !options::preSkolemQuant() && d_setIncomplete ){
+ if( d_setIncomplete ){
Debug("quantifiers-sat") << "Cannot conclude SAT with nested quantifiers in recursive strategy." << std::endl;
//TODO : only when existentials with inst constants
d_quantEngine->getOutputChannel().setIncomplete();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback