summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-03 17:40:18 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-03 17:40:18 -0500
commitce883ca9296c872affb47547304a9ecc0ec5224d (patch)
tree2e797668f07fa045bde9f1b690e8402fb8238f97 /src/smt/smt_engine.cpp
parent9aaa7ca741199f73e70149f8309cd7cd9a12e69f (diff)
Miniscope top level conjunctions for prenex normal form, allow one level miniscoping in prenex normal form.
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 8a636c85e..9c8838113 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1860,6 +1860,7 @@ void SmtEngine::setDefaults() {
}
if( options::cbqiNestedQE() ){
options::prenexQuantAgg.set( true );
+ //options::prenexSkolemQuant.set( true );
}
//for induction techniques
if( options::quantInduction() ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback