mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
modify #5454
This commit is contained in:
parent
429e5ed0cd
commit
904c6e21b1
3 changed files with 7 additions and 4 deletions
|
@ -209,7 +209,8 @@ namespace array {
|
|||
unsigned get_lambda_equiv_size(var_data const& d) const;
|
||||
bool should_set_prop_upward(var_data const& d) const;
|
||||
bool should_prop_upward(var_data const& d) const;
|
||||
bool can_beta_reduce(euf::enode* n) const;
|
||||
bool can_beta_reduce(euf::enode* n) const { return can_beta_reduce(n->get_expr()); }
|
||||
bool can_beta_reduce(expr* e) const;
|
||||
|
||||
var_data& get_var_data(euf::enode* n) { return get_var_data(n->get_th_var(get_id())); }
|
||||
var_data& get_var_data(theory_var v) { return *m_var_data[v]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue