summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/strings/regexp_solver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/regexp_solver.cpp b/src/theory/strings/regexp_solver.cpp
index f2d87e6da..da85aa135 100644
--- a/src/theory/strings/regexp_solver.cpp
+++ b/src/theory/strings/regexp_solver.cpp
@@ -201,6 +201,7 @@ void RegExpSolver::check(const std::map<Node, std::vector<Node> >& mems)
d_im.sendInference(nfexp, exp_n, conc, "REGEXP NF simp");
addedLemma = true;
d_parent.getExtTheory()->markReduced(assertion);
+ d_regexp_ccached.insert(assertion);
continue;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback