mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
parent
dcd4fff284
commit
589db2052a
2 changed files with 18 additions and 5 deletions
|
@ -97,7 +97,9 @@ namespace qe {
|
|||
void push();
|
||||
void pop(unsigned num_scopes);
|
||||
void insert(app* a, max_level const& lvl);
|
||||
void insert_var(app* v, max_level const& lvl);
|
||||
void get_assumptions(model* mdl, expr_ref_vector& asms);
|
||||
void ensure_expr_level(app* v, unsigned lvl);
|
||||
void set_expr_level(app* v, max_level const& lvl);
|
||||
void set_decl_level(func_decl* v, max_level const& lvl);
|
||||
void abstract_atoms(expr* fml, max_level& level, expr_ref_vector& defs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue