mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
modify #5454
This commit is contained in:
parent
429e5ed0cd
commit
904c6e21b1
3 changed files with 7 additions and 4 deletions
|
@ -272,8 +272,7 @@ namespace array {
|
|||
return !get_config().m_array_delay_exp_axiom && d.m_prop_upward;
|
||||
}
|
||||
|
||||
bool solver::can_beta_reduce(euf::enode* n) const {
|
||||
expr* c = n->get_expr();
|
||||
bool solver::can_beta_reduce(expr* c) const {
|
||||
return a.is_const(c) || a.is_as_array(c) || a.is_store(c) || is_lambda(c) || a.is_map(c);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue