3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-26 02:20:58 +00:00

misc edits of work in progress

This commit is contained in:
Margus Veanes 2026-06-15 23:00:25 -06:00
parent 8fe488721b
commit a2b73b0ee6
2 changed files with 1 additions and 4 deletions

View file

@ -102,9 +102,7 @@ namespace seq {
expr* e = work.back();
work.pop_back();
expr* c = nullptr, * t = nullptr, * f = nullptr;
if (m.is_ite(e, c, t, f) ||
m_util.re.is_union(e, t, f) ||
m_util.re.is_antimirov_union(e, t, f)) {
if (m.is_ite(e, c, t, f)) {
if (seen.insert_if_not_there(t))
work.push_back(t);
if (seen.insert_if_not_there(f))

View file

@ -114,7 +114,6 @@
X(api_special_relations) \
X(arith_rewriter) \
X(range_predicate) \
X(range_predicate_translator) \
X(regex_range_collapse) \
X(check_assumptions) \
X(smt_context) \