summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-27 15:10:08 -0500
committerAndres Noetzli <andres.noetzli@gmail.com>2018-05-27 13:10:08 -0700
commita08914e449c3df26322551a968b4edee12a615f9 (patch)
treee96f2c19484c4ecf413ab220a2aed915d56a30b4 /src/theory/theory_engine.cpp
parent97914ba14805c6e6d84e45f33b3eea711a1e01a5 (diff)
Fix cegqi assertions for quantified non-linear cases. (#1999)
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 4d78482c5..3977a9938 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -1467,6 +1467,7 @@ bool TheoryEngine::propagate(TNode literal, theory::TheoryId theory) {
return !d_inConflict;
}
+const LogicInfo& TheoryEngine::getLogicInfo() const { return d_logicInfo; }
theory::EqualityStatus TheoryEngine::getEqualityStatus(TNode a, TNode b) {
Assert(a.getType().isComparableTo(b.getType()));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback