summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-03-05 14:59:15 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-03-05 14:59:15 +0100
commit8d140a28c76095e148acd64e47b5ca0a92ca09be (patch)
tree02d7b75f934ecd02a95b3946b9a030dc3d9f3cbc /src/smt
parent74f1358ca108f3ae4bc8b2d01a2c14e0c20bcc9b (diff)
Minor fixes. Extend cegqi-si to real arithmetic.
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 8ad321602..eca8c9d17 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1367,6 +1367,10 @@ void SmtEngine::setDefaults() {
if( !options::miniscopeQuantFreeVar.wasSetByUser() ){
options::miniscopeQuantFreeVar.set( false );
}
+ //rewrite divk
+ if( !options::rewriteDivk.wasSetByUser()) {
+ options::rewriteDivk.set( true );
+ }
}
//implied options...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback