mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 01:05:47 +00:00
parent
0b10cb3312
commit
c142f99127
3 changed files with 31 additions and 12 deletions
|
@ -60,6 +60,7 @@ namespace smt {
|
|||
bool is_array_sort(enode const* n) const { return is_array_sort(n->get_owner()); }
|
||||
bool is_set_has_size(enode const* n) const { return is_set_has_size(n->get_owner()); }
|
||||
bool is_set_carde(enode const* n) const { return is_set_card(n->get_owner()); }
|
||||
bool has_array_ext(enode* n);
|
||||
|
||||
|
||||
app * mk_select(unsigned num_args, expr * const * args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue