mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
unit propagate with fingerprints
This commit is contained in:
parent
8a85cfdb12
commit
281fb67d88
6 changed files with 50 additions and 37 deletions
|
@ -621,8 +621,7 @@ namespace array {
|
|||
continue;
|
||||
// arrays used as indices in other arrays have to be treated as shared issue #3532, #3529
|
||||
if (ctx.is_shared(r) || is_shared_arg(r))
|
||||
roots.push_back(r->get_th_var(get_id()));
|
||||
|
||||
roots.push_back(r->get_th_var(get_id()));
|
||||
r->mark1();
|
||||
to_unmark.push_back(r);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue