3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

Switch rest of spacer to new model API and remove mev_util

This commit is contained in:
Arie Gurfinkel 2018-06-16 14:40:17 -07:00
parent a222b6d41f
commit 4204b6ede2
5 changed files with 41 additions and 137 deletions

View file

@ -940,7 +940,7 @@ class context {
bool gpdr_check_reachability(unsigned lvl, model_search &ms);
bool gpdr_create_split_children(pob &n, const datalog::rule &r,
expr *trans,
model_ref &mdl,
model &mdl,
pob_ref_buffer &out);
// Functions used by search.
@ -952,7 +952,7 @@ class context {
bool is_reachable(pob &n);
lbool expand_pob(pob &n, pob_ref_buffer &out);
bool create_children(pob& n, const datalog::rule &r,
model_evaluator_util &mdl,
model &mdl,
const vector<bool>& reach_pred_used,
pob_ref_buffer &out);