summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-03 13:51:21 -0500
committerGitHub <noreply@github.com>2018-10-03 13:51:21 -0500
commit9f219f1cd4693d2484f344f5186e37b7bd63405b (patch)
tree653159fdda21bbd432a3a08ed9d5aaeca57afab1 /src
parentbc4b21307a4b63de2e2c47a4f1fa4367b9320f57 (diff)
Fix stale op list in sets (#2572)
Diffstat (limited to 'src')
-rw-r--r--src/theory/sets/theory_sets_private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sets/theory_sets_private.cpp b/src/theory/sets/theory_sets_private.cpp
index 317080ba6..ec6406a6a 100644
--- a/src/theory/sets/theory_sets_private.cpp
+++ b/src/theory/sets/theory_sets_private.cpp
@@ -2247,7 +2247,7 @@ Theory::PPAssertStatus TheorySetsPrivate::ppAssert(TNode in, SubstitutionMap& ou
}
void TheorySetsPrivate::presolve() {
-
+ d_op_list.clear();
}
/**************************** eq::NotifyClass *****************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback