mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 16:27:11 +00:00
add totalizer version of rc2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8ab8b63a4c
commit
c3d2120bdd
7 changed files with 72 additions and 12 deletions
|
@ -23,6 +23,8 @@ namespace opt {
|
|||
|
||||
maxsmt_solver_base* mk_rc2(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
||||
maxsmt_solver_base* mk_rc2tot(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
||||
maxsmt_solver_base* mk_rc2bin(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
||||
maxsmt_solver_base* mk_maxres(maxsat_context& c, unsigned id, vector<soft>& soft);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue