mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
parent
84520d53ea
commit
dd0b0b47b8
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ void term_graph::mk_qe_lite_equalities(term &t, expr_ref_vector &out,
|
||||||
it = &it->get_next()) { tout << *it << "\n"; };);
|
it = &it->get_next()) { tout << *it << "\n"; };);
|
||||||
DEBUG_CODE(
|
DEBUG_CODE(
|
||||||
for (term *it = &t.get_next(); it != &t; it = &it->get_next())
|
for (term *it = &t.get_next(); it != &t; it = &it->get_next())
|
||||||
SASSERT(!it->is_cgr() ||
|
SASSERT(!it->is_cgr() || it->is_eq_or_neq() ||
|
||||||
contains_nc(mk_app_core(it->get_expr()))););
|
contains_nc(mk_app_core(it->get_expr()))););
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue