mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
redo purification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da0e140e1c
commit
2e684d58d2
5 changed files with 68 additions and 88 deletions
|
@ -61,7 +61,9 @@ namespace q {
|
|||
expr_ref basic_project(model& mdl, quantifier* q, app_ref_vector& vars);
|
||||
expr_ref solver_project(model& mdl, q_body& qb);
|
||||
expr_ref assign_value(model& mdl, app* v);
|
||||
void restrict_domains(model& mdl, q_body& qb);
|
||||
void add_domain_eqs(model& mdl, q_body& qb);
|
||||
void add_domain_bounds(model& mdl, q_body& qb);
|
||||
void eliminate_nested_vars(expr_ref_vector& fmls, q_body& qb);
|
||||
void extract_var_args(expr* t, q_body& qb);
|
||||
void init_model();
|
||||
void init_solver();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue