3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-10 09:15:47 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-29 12:48:14 -07:00
parent c142f99127
commit f74079de01
2 changed files with 15 additions and 13 deletions

View file

@ -60,8 +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);
bool is_select_arg(enode* r);
app * mk_select(unsigned num_args, expr * const * args);
app * mk_store(unsigned num_args, expr * const * args);