summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_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/quantifiers_engine.h
parent97914ba14805c6e6d84e45f33b3eea711a1e01a5 (diff)
Fix cegqi assertions for quantified non-linear cases. (#1999)
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index e031bb64b..456a268da 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -218,6 +218,8 @@ public:
OutputChannel& getOutputChannel();
/** get default valuation for the quantifiers engine */
Valuation& getValuation();
+ /** get the logic info for the quantifiers engine */
+ const LogicInfo& getLogicInfo() const;
/** get relevant domain */
quantifiers::RelevantDomain* getRelevantDomain() { return d_rel_dom; }
/** get the BV inverter utility */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback