summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.cpp
diff options
context:
space:
mode:
authorajreynol <reynolds@larapc05.epfl.ch>2014-06-03 14:01:01 +0200
committerajreynol <reynolds@larapc05.epfl.ch>2014-06-03 14:01:08 +0200
commit6480823e5620b316b4c319453f45f6d7d452e2b1 (patch)
treec94fbf4956aa983906d99105d7d89906739d6290 /src/theory/sets/theory_sets.cpp
parent30e1feed2331bb44338363228fe73e82ab7c7c3d (diff)
Support E-matching/QCF for Set operators.
Diffstat (limited to 'src/theory/sets/theory_sets.cpp')
-rw-r--r--src/theory/sets/theory_sets.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets.cpp b/src/theory/sets/theory_sets.cpp
index 3a5b61390..c230b9ac5 100644
--- a/src/theory/sets/theory_sets.cpp
+++ b/src/theory/sets/theory_sets.cpp
@@ -34,6 +34,10 @@ TheorySets::~TheorySets() {
delete d_internal;
}
+void TheorySets::setMasterEqualityEngine(eq::EqualityEngine* eq) {
+ d_internal->setMasterEqualityEngine(eq);
+}
+
void TheorySets::addSharedTerm(TNode n) {
d_internal->addSharedTerm(n);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback