summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_module.h')
-rw-r--r--src/theory/quantifiers/quant_module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/quant_module.h b/src/theory/quantifiers/quant_module.h
index 639f9c2b4..ce6c1b04c 100644
--- a/src/theory/quantifiers/quant_module.h
+++ b/src/theory/quantifiers/quant_module.h
@@ -167,6 +167,8 @@ class QuantifiersModule : protected EnvObj
quantifiers::QuantifiersInferenceManager& getInferenceManager();
/** get the quantifiers registry */
quantifiers::QuantifiersRegistry& getQuantifiersRegistry();
+ /** get the term registry */
+ quantifiers::TermRegistry& getTermRegistry();
//----------------------------end general queries
protected:
/** Reference to the state of the quantifiers engine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback