summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-04-20 14:19:51 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-04-20 14:19:51 -0500
commit96f66b5c2bb1feaf594fc1facbd2fb44e0f71cb0 (patch)
treec7a15c66fcdc6fdb2bd7cfcf431458f2d9784a5a /src/smt/smt_engine.cpp
parentc110fa8d07b5650c671b99797c17822e757bc52f (diff)
Minor fixes.
Diffstat (limited to 'src/smt/smt_engine.cpp')
-rw-r--r--src/smt/smt_engine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 1407daadc..a95ce7b8d 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1871,6 +1871,9 @@ void SmtEngine::setDefaults() {
//only instantiation should happen at last call when model is avaiable
options::instWhenMode.set( quantifiers::INST_WHEN_LAST_CALL );
}
+ }else{
+ //only supported in pure arithmetic
+ options::cbqiNestedQE.set(false);
}
}
//implied options...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback