summaryrefslogtreecommitdiff
path: root/src/theory/shared_terms_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/shared_terms_database.h')
-rw-r--r--src/theory/shared_terms_database.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/shared_terms_database.h b/src/theory/shared_terms_database.h
index 7b6527517..c685257ba 100644
--- a/src/theory/shared_terms_database.h
+++ b/src/theory/shared_terms_database.h
@@ -242,6 +242,11 @@ public:
* get equality engine
*/
theory::eq::EqualityEngine* getEqualityEngine() { return &d_equalityEngine; }
+
+ /**
+ * collect model info
+ */
+ void collectModelInfo( theory::TheoryModel* m, bool fullModel );
protected:
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback