summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/theory_sets.cpp')
-rw-r--r--src/theory/sets/theory_sets.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets.cpp b/src/theory/sets/theory_sets.cpp
index 17caac4f7..021db5bd3 100644
--- a/src/theory/sets/theory_sets.cpp
+++ b/src/theory/sets/theory_sets.cpp
@@ -203,6 +203,11 @@ eq::EqualityEngine* TheorySets::getEqualityEngine()
return &d_equalityEngine;
}
+void TheorySets::setMasterEqualityEngine(eq::EqualityEngine* eq)
+{
+ d_equalityEngine.setMasterEqualityEngine(eq);
+}
+
/**************************** eq::NotifyClass *****************************/
bool TheorySets::NotifyClass::eqNotifyTriggerEquality(TNode equality,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback