mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
add option to select with folding
This commit is contained in:
parent
a8ff976bcc
commit
9da6895276
2 changed files with 15 additions and 0 deletions
|
@ -62,6 +62,7 @@ namespace smt {
|
|||
bool is_select_arg(enode* r);
|
||||
|
||||
app * mk_select(unsigned num_args, expr * const * args);
|
||||
app * mk_select_reduce(unsigned num_args, expr * * args);
|
||||
app * mk_select(expr_ref_vector const& args) { return mk_select(args.size(), args.data()); }
|
||||
app * mk_store(unsigned num_args, expr * const * args);
|
||||
app * mk_default(expr* a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue