mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
#5641 add handlers for basic set operations to euf=true
This commit is contained in:
parent
9d3c8a6a2f
commit
8245935d41
5 changed files with 69 additions and 21 deletions
|
@ -275,6 +275,6 @@ namespace array {
|
|||
}
|
||||
|
||||
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);
|
||||
return a.is_const(c) || a.is_as_array(c) || a.is_store(c) || is_lambda(c) || is_map_combinator(c);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue