mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix #6978
This commit is contained in:
parent
4406011881
commit
ad2107f079
3 changed files with 3 additions and 2 deletions
|
@ -97,6 +97,7 @@ namespace euf {
|
|||
for (unsigned i = 0; i < num_args; ++i) {
|
||||
SASSERT(to_app(f)->get_arg(i) == args[i]->get_expr());
|
||||
n->m_args[i] = args[i];
|
||||
n->m_args[i]->get_root()->set_is_shared(l_undef);
|
||||
}
|
||||
return n;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue