mirror of
https://github.com/Z3Prover/z3
synced 2025-12-02 10:09:08 +00:00
move to list of clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
502e323678
commit
bfeb15b876
14 changed files with 104 additions and 83 deletions
|
|
@ -67,10 +67,10 @@ private:
|
|||
|
||||
lbool internal_check_assumptions(expr_ref_vector &hard,
|
||||
expr_ref_vector &soft,
|
||||
const expr_ref_vector &clause);
|
||||
vector<expr_ref_vector> const & clause);
|
||||
|
||||
lbool maxsmt(expr_ref_vector &hard, expr_ref_vector &soft,
|
||||
const expr_ref_vector &clause);
|
||||
vector<expr_ref_vector> const & clauses);
|
||||
lbool mss(expr_ref_vector &hard, expr_ref_vector &soft);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue