mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
This commit is contained in:
parent
005d35f9c9
commit
644bd82ac7
3 changed files with 17 additions and 6 deletions
|
@ -540,7 +540,7 @@ namespace array {
|
|||
for (euf::enode* p : euf::enode_parents(n))
|
||||
has_default |= a.is_default(p->get_expr());
|
||||
if (has_default)
|
||||
propagate_parent_default(v);
|
||||
propagate_parent_default(v);
|
||||
}
|
||||
bool change = false;
|
||||
unsigned sz = m_axiom_trail.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue