mirror of
https://github.com/Z3Prover/z3
synced 2026-07-04 14:26:10 +00:00
misc edits of work in progress
This commit is contained in:
parent
8fe488721b
commit
a2b73b0ee6
2 changed files with 1 additions and 4 deletions
|
|
@ -102,9 +102,7 @@ namespace seq {
|
||||||
expr* e = work.back();
|
expr* e = work.back();
|
||||||
work.pop_back();
|
work.pop_back();
|
||||||
expr* c = nullptr, * t = nullptr, * f = nullptr;
|
expr* c = nullptr, * t = nullptr, * f = nullptr;
|
||||||
if (m.is_ite(e, c, t, f) ||
|
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 (seen.insert_if_not_there(t))
|
if (seen.insert_if_not_there(t))
|
||||||
work.push_back(t);
|
work.push_back(t);
|
||||||
if (seen.insert_if_not_there(f))
|
if (seen.insert_if_not_there(f))
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,6 @@
|
||||||
X(api_special_relations) \
|
X(api_special_relations) \
|
||||||
X(arith_rewriter) \
|
X(arith_rewriter) \
|
||||||
X(range_predicate) \
|
X(range_predicate) \
|
||||||
X(range_predicate_translator) \
|
|
||||||
X(regex_range_collapse) \
|
X(regex_range_collapse) \
|
||||||
X(check_assumptions) \
|
X(check_assumptions) \
|
||||||
X(smt_context) \
|
X(smt_context) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue