summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-04-09 14:03:35 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-04-09 14:51:22 -0400
commitb0c881cdcbf598bed9671a9ee4a1c11e51e08b8e (patch)
tree0db2834973b9617a52266a5361520f97a20dfe70 /src/theory
parentb9d0c68f2bb755280594c6016e1f327922633747 (diff)
fix
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/sets/theory_sets_private.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets_private.cpp b/src/theory/sets/theory_sets_private.cpp
index 883e0147e..f56f509b2 100644
--- a/src/theory/sets/theory_sets_private.cpp
+++ b/src/theory/sets/theory_sets_private.cpp
@@ -1035,6 +1035,7 @@ void TheorySetsPrivate::TermInfoManager::notifyMembership(TNode fact) {
<< " in " << S << " " << polarity << std::endl;
d_info[S]->addToElementList(x, polarity);
+ d_info[x]->addToSetList(S, polarity);
}
const CDTNodeList* TheorySetsPrivate::TermInfoManager::getParents(TNode x) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback