mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
better model replay for loose entries
This commit is contained in:
parent
5a5e39ae74
commit
92376e67f2
3 changed files with 24 additions and 4 deletions
|
@ -80,7 +80,7 @@ void elim_unconstrained::eliminate() {
|
|||
continue;
|
||||
}
|
||||
expr* e = get_parent(v);
|
||||
TRACE("elim_unconstrained", for (expr* p : n.m_parents) verbose_stream() << "parent " << mk_bounded_pp(p, m) << " @ " << get_node(p).m_refcount << "\n";);
|
||||
TRACE("elim_unconstrained", for (expr* p : n.m_parents) tout << "parent " << mk_bounded_pp(p, m) << " @ " << get_node(p).m_refcount << "\n";);
|
||||
if (!e || !is_app(e) || !is_ground(e)) {
|
||||
n.m_refcount = 0;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue