3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-03 10:39:07 +00:00

Switch spacer_prop_solver to check_sat_cc

This commit is contained in:
Arie Gurfinkel 2018-05-29 13:18:02 -07:00
parent 1343b272e7
commit f7d015de8d
2 changed files with 14 additions and 19 deletions

View file

@ -64,9 +64,11 @@ private:
void ensure_level(unsigned lvl);
lbool internal_check_assumptions(expr_ref_vector &hard,
expr_ref_vector &soft);
expr_ref_vector &soft,
const expr_ref_vector &clause);
lbool maxsmt(expr_ref_vector &hard, expr_ref_vector &soft);
lbool maxsmt(expr_ref_vector &hard, expr_ref_vector &soft,
const expr_ref_vector &clause);
lbool mss(expr_ref_vector &hard, expr_ref_vector &soft);