mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
parent
f0b8da42ad
commit
d95b549ff8
|
@ -54,7 +54,8 @@ namespace smt {
|
|||
set_prop_upward(v,d);
|
||||
d_full->m_maps.push_back(s);
|
||||
m_trail_stack.push(push_back_trail<theory_array, enode *, false>(d_full->m_maps));
|
||||
for (enode* n : d->m_parent_selects) {
|
||||
for (unsigned i = 0; i < d->m_parent_selects.size(); ++i) {
|
||||
enode* n = d->m_parent_selects[i];
|
||||
SASSERT(is_select(n));
|
||||
instantiate_select_map_axiom(n, s);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue