mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
na
This commit is contained in:
parent
c131eb4db1
commit
b5309d5fd0
3 changed files with 13 additions and 3 deletions
|
@ -23,6 +23,10 @@ namespace opt {
|
|||
|
||||
maxsmt_solver_base* mk_maxres(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_maxres_binary_delay(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