summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 3746c2e1c..8e6aab06c 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -317,6 +317,11 @@ Valuation& QuantifiersEngine::getValuation()
return d_te->theoryOf(THEORY_QUANTIFIERS)->getValuation();
}
+const LogicInfo& QuantifiersEngine::getLogicInfo() const
+{
+ return d_te->getLogicInfo();
+}
+
QuantifiersModule * QuantifiersEngine::getOwner( Node q ) {
std::map< Node, QuantifiersModule * >::iterator it = d_owner.find( q );
if( it==d_owner.end() ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback