summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-09 14:14:09 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-09 14:14:09 -0500
commita97944b850f201fd692aa870e830b8fa0369c541 (patch)
tree7f4ff2086c236b2041ea3546cd82f1af0ba997bc /src/smt/smt_engine.cpp
parenta3a436b7b52eee9b6b5c93d58fb84e707b5e832b (diff)
Support for separation logic + EPR. Refactor preprocessing of sep.nil, only allow sep disequal card constants when type is monotonic. Update logics on sep regressions.
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 9c8838113..93e62f79d 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1690,6 +1690,7 @@ void SmtEngine::setDefaults() {
//disable modes not supported by incremental
options::sortInference.set( false );
options::ufssFairnessMonotone.set( false );
+ options::quantEpr.set( false );
}
if( d_logic.hasCardinalityConstraints() ){
//must have finite model finding on
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback