mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
https://github.com/Z3Prover/z3/issues/5417#issuecomment-882050602
This commit is contained in:
parent
750c06e258
commit
e8bc9f3469
4 changed files with 10 additions and 2 deletions
|
@ -714,6 +714,7 @@ namespace dt {
|
|||
if (v == euf::null_theory_var)
|
||||
return false;
|
||||
euf::enode* con = m_var_data[m_find.find(v)]->m_constructor;
|
||||
CTRACE("dt", !con, display(tout) << ctx.bpp(n) << "\n";);
|
||||
if (con->num_args() == 0)
|
||||
dep.insert(n, nullptr);
|
||||
for (enode* arg : euf::enode_args(con))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue