3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-30 04:15:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-21 09:08:55 -07:00
parent 005d35f9c9
commit 644bd82ac7
3 changed files with 17 additions and 6 deletions

View file

@ -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();