summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
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.h
parent97914ba14805c6e6d84e45f33b3eea711a1e01a5 (diff)
Fix cegqi assertions for quantified non-linear cases. (#1999)
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index fb33b45de..8926e0593 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -773,7 +773,8 @@ public:
inline bool isTheoryEnabled(theory::TheoryId theoryId) const {
return d_logicInfo.isTheoryEnabled(theoryId);
}
-
+ /** get the logic info used by this theory engine */
+ const LogicInfo& getLogicInfo() const;
/**
* Returns the equality status of the two terms, from the theory
* that owns the domain type. The types of a and b must be the same.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback