summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-03 10:33:03 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-03 10:33:03 -0600
commit72986ccf378dcdbede11d93c70601fdcc5b438ed (patch)
treeae8ff77f39e7d95d75393b9367e6c6cab6da66ca /src/theory
parent161fae584b4019ca472a5657a46bb18486b367e9 (diff)
Another minor fix for sets related to sharing + finite element types.
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