mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
This commit is contained in:
parent
4da930b490
commit
9e5b6e0c9c
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ namespace array {
|
||||||
bool has_default = false;
|
bool has_default = false;
|
||||||
for (euf::enode* p : euf::enode_parents(n))
|
for (euf::enode* p : euf::enode_parents(n))
|
||||||
has_default |= a.is_default(p->get_expr());
|
has_default |= a.is_default(p->get_expr());
|
||||||
if (has_default)
|
if (!has_default)
|
||||||
propagate_parent_default(v);
|
propagate_parent_default(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue