projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9d0c68
)
fix
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 9 Apr 2014 18:03:35 +0000
(14:03 -0400)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 9 Apr 2014 18:51:22 +0000
(14:51 -0400)
src/theory/sets/theory_sets_private.cpp
patch
|
blob
|
history
diff --git
a/src/theory/sets/theory_sets_private.cpp
b/src/theory/sets/theory_sets_private.cpp
index 883e0147ebf2531ff2954c27023ab85b98256846..f56f509b23f0a8ec1adb25edd8753c2e614f07fd 100644
(file)
--- 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) {