summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_state.cpp')
-rw-r--r--src/theory/quantifiers/quantifiers_state.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/quantifiers_state.cpp b/src/theory/quantifiers/quantifiers_state.cpp
index 5916c446c..be691ae27 100644
--- a/src/theory/quantifiers/quantifiers_state.cpp
+++ b/src/theory/quantifiers/quantifiers_state.cpp
@@ -156,6 +156,8 @@ void QuantifiersState::debugPrintEqualityEngine(const char* c) const
const LogicInfo& QuantifiersState::getLogicInfo() const { return d_logicInfo; }
+QuantifiersStatistics& QuantifiersState::getStats() { return d_statistics; }
+
} // namespace quantifiers
} // namespace theory
} // namespace CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback