summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/sets/theory_sets_private.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets_private.cpp b/src/theory/sets/theory_sets_private.cpp
index 5550ee1b0..7d2bbf3d1 100644
--- a/src/theory/sets/theory_sets_private.cpp
+++ b/src/theory/sets/theory_sets_private.cpp
@@ -532,6 +532,9 @@ void TheorySetsPrivate::fullEffortCheck(){
if( tn.isSet() ){
isSet = true;
d_set_eqc.push_back( eqc );
+ if( d_equalityEngine.isTriggerTerm(eqc, THEORY_SETS) ){
+ d_set_eqc_relevant[eqc] = true;
+ }
}
Trace("sets-eqc") << "[" << eqc << "] : ";
eq::EqClassIterator eqc_i = eq::EqClassIterator( eqc, &d_equalityEngine );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback