mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
track assertions
This commit is contained in:
parent
64ec8acd30
commit
a4d4e2e483
2 changed files with 13 additions and 5 deletions
|
@ -93,6 +93,7 @@ namespace q {
|
|||
void extract_free_vars(quantifier* q, q_body& qb);
|
||||
void init_model();
|
||||
void init_solver();
|
||||
void assert_expr(expr* e);
|
||||
mbp::project_plugin* get_plugin(app* var);
|
||||
void add_plugin(mbp::project_plugin* p);
|
||||
void add_instantiation(quantifier* q, expr_ref& proj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue