summaryrefslogtreecommitdiff
path: root/src/theory/shared_terms_database.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-05-15 19:24:09 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-05-15 19:24:09 +0000
commit26a6e8585d75cf6128016064e8cd2d19e7ee9a49 (patch)
tree1fc19423f6a40d90015f934de78aa8d00da8f290 /src/theory/shared_terms_database.h
parent488ae3f42d9d3e06978e11a42d1d47e76072f797 (diff)
Fixed several bugs in shared terms database
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