mirror of
https://github.com/Z3Prover/z3
synced 2026-02-15 05:11:49 +00:00
update wcnf front-end and add new wcnf strategy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
17dffc67c9
commit
5c4a3128c4
6 changed files with 168 additions and 5 deletions
|
|
@ -27,6 +27,8 @@ namespace opt {
|
|||
|
||||
maxsmt_solver_base* mk_maxres(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
||||
maxsmt_solver_base *mk_maxresw(maxsat_context &c, unsigned id, vector<soft> &soft);
|
||||
|
||||
maxsmt_solver_base* mk_maxres_binary(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
||||
maxsmt_solver_base* mk_primal_dual_maxres(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue