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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/shared_terms_database.h b/src/theory/shared_terms_database.h
index 6edeade8d..b04f835e7 100644
--- a/src/theory/shared_terms_database.h
+++ b/src/theory/shared_terms_database.h
@@ -177,6 +177,9 @@ public:
*/
theory::Theory::Set getNotifiedTheories(TNode term) const;
+ // Notify theory about a new equality between shared terms
+ void assertEq(TNode equality, theory::TheoryId theory);
+
/**
* Mark that the given theories have been notified of the given shared term.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback