mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
remove on-the fly ackerman reduction because it interferes with conflict resolution
This commit is contained in:
parent
b758d5b2b1
commit
3bf1b606df
1 changed files with 1 additions and 8 deletions
|
@ -75,13 +75,6 @@ namespace euf {
|
||||||
new_tmp();
|
new_tmp();
|
||||||
}
|
}
|
||||||
other->m_count++;
|
other->m_count++;
|
||||||
if (other->m_count > m_high_watermark) {
|
|
||||||
if (other->is_cc)
|
|
||||||
add_cc(other->a, other->b);
|
|
||||||
else
|
|
||||||
add_eq(other->a, other->b, other->c);
|
|
||||||
other->m_count = 0;
|
|
||||||
}
|
|
||||||
inference::push_to_front(m_queue, other);
|
inference::push_to_front(m_queue, other);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue