3
0
Fork 0
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:
Arie Gurfinkel 2018-05-31 18:33:20 -07:00
parent 70f4674b3a
commit 862eef5ec0
2 changed files with 12 additions and 10 deletions

View file

@ -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);