mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
Switch spacer::qe_project to new model API
This commit is contained in:
parent
fffc8489bf
commit
5e65b37f25
5 changed files with 54 additions and 67 deletions
|
@ -530,7 +530,7 @@ public:
|
|||
bool is_qblocked (pob &n);
|
||||
|
||||
/// \brief interface to Model Based Projection
|
||||
void mbp(app_ref_vector &vars, expr_ref &fml, const model_ref &mdl,
|
||||
void mbp(app_ref_vector &vars, expr_ref &fml, model &mdl,
|
||||
bool reduce_all_selects, bool force = false);
|
||||
|
||||
void updt_solver(prop_solver *solver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue