mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
Qel fixes (#6999)
* dont use qel for sequences. fix #6950 * handle negation of read-write. fix #6991 * handle neg-peq terms produced by distinct. fix #6889 * dbg print
This commit is contained in:
parent
1b6c7d6541
commit
f94a475da3
4 changed files with 53 additions and 21 deletions
|
@ -69,6 +69,7 @@ struct mbp_basic_tg::impl {
|
|||
m_tg.get_terms(terms, false);
|
||||
for (expr *term : terms) {
|
||||
if (is_seen(term)) continue;
|
||||
TRACE("mbp_tg", tout << "Processing " << expr_ref(term, m) << "\n";);
|
||||
if (m.is_ite(term, c, th, el) && should_split(c)) {
|
||||
mark_seen(term);
|
||||
progress = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue