mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 15:50:40 +00:00
Eliminate all existential variables from reach facts
This commit is contained in:
parent
70f4674b3a
commit
862eef5ec0
2 changed files with 12 additions and 10 deletions
|
@ -463,7 +463,7 @@ public:
|
|||
|
||||
/// \brief interface to Model Based Projection
|
||||
void mbp(app_ref_vector &vars, expr_ref &fml, const model_ref &mdl,
|
||||
bool reduce_all_selects = true);
|
||||
bool reduce_all_selects, bool force = false);
|
||||
|
||||
void updt_solver(prop_solver *solver);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue