summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-08-26 15:49:23 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-08-26 15:49:23 +0200
commit7c3790db478c4f06e65ef0f777317a4c6a803059 (patch)
tree89f95e1e0db42a580980b34f58ee1315b73004db /src/theory/quantifiers/theory_quantifiers.cpp
parentd9c22c34d122a34d8a8a914936d9186be9a638fe (diff)
Minor improvements to cbqi, fix bug in solving with vts symbols, round up for integer lower bounds. Add presolve infrastructure to quantifiers engine, modify --cbqi-prereg-inst.
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.cpp')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.cpp b/src/theory/quantifiers/theory_quantifiers.cpp
index 373a8a0da..48891732b 100644
--- a/src/theory/quantifiers/theory_quantifiers.cpp
+++ b/src/theory/quantifiers/theory_quantifiers.cpp
@@ -77,6 +77,9 @@ void TheoryQuantifiers::preRegisterTerm(TNode n) {
void TheoryQuantifiers::presolve() {
Debug("quantifiers-presolve") << "TheoryQuantifiers::presolve()" << endl;
+ if( getQuantifiersEngine() ){
+ getQuantifiersEngine()->presolve();
+ }
}
Node TheoryQuantifiers::getValue(TNode n) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback