From b0c881cdcbf598bed9671a9ee4a1c11e51e08b8e Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Wed, 9 Apr 2014 14:03:35 -0400 Subject: [PATCH] fix --- src/theory/sets/theory_sets_private.cpp | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.30.2