mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 20:33:38 +00:00
parent
4598af70c8
commit
aded8e5bf4
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ void elim_unconstrained::freeze(expr* t) {
|
||||||
if (!n.m_term)
|
if (!n.m_term)
|
||||||
return;
|
return;
|
||||||
n.m_refcount = UINT_MAX / 2;
|
n.m_refcount = UINT_MAX / 2;
|
||||||
m_heap.increased(root(t));
|
if (m_heap.contains(root(t)))
|
||||||
|
m_heap.increased(root(t));
|
||||||
}
|
}
|
||||||
|
|
||||||
void elim_unconstrained::gc(expr* t) {
|
void elim_unconstrained::gc(expr* t) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue