3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-11 18:28:08 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-11-14 08:45:22 -08:00
parent 4406011881
commit ad2107f079
3 changed files with 3 additions and 2 deletions

View file

@ -54,7 +54,7 @@ namespace smt {
for (unsigned i = 0; i < num_args; i++) {
enode * arg = app2enode[owner->get_arg(i)->get_id()];
n->m_args[i] = arg;
arg->m_is_shared = 2;
arg->get_root()->m_is_shared = 2;
SASSERT(n->get_arg(i) == arg);
if (update_children_parent)
arg->get_root()->m_parents.push_back(n);