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:
parent
1343b272e7
commit
f7d015de8d
2 changed files with 14 additions and 19 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue