mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
parent
db9d6d12fc
commit
c85113acdb
3 changed files with 3 additions and 25 deletions
|
@ -388,7 +388,6 @@ public:
|
|||
void model_add(symbol const & s, unsigned arity, sort *const* domain, expr * t);
|
||||
void model_del(func_decl* f);
|
||||
void insert_rec_fun(func_decl* f, expr_ref_vector const& binding, svector<symbol> const& ids, expr* e);
|
||||
void insert_rec_fun_as_axiom(func_decl* f, expr_ref_vector const& binding, svector<symbol> const& ids, expr* e);
|
||||
func_decl * find_func_decl(symbol const & s) const;
|
||||
func_decl * find_func_decl(symbol const & s, unsigned num_indices, unsigned const * indices,
|
||||
unsigned arity, sort * const * domain, sort * range) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue