mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
moving to maxres consolidation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a41b1d34ce
commit
6a4c08c7cb
4 changed files with 68 additions and 47 deletions
|
@ -21,9 +21,18 @@ Notes:
|
|||
#define _MAXRES_H_
|
||||
|
||||
namespace opt {
|
||||
maxsmt_solver_base* mk_maxres(ast_manager& m, opt_solver* s, params_ref& p,
|
||||
vector<rational> const& ws, expr_ref_vector const& soft);
|
||||
|
||||
maxsmt_solver_base* mk_maxres(
|
||||
ast_manager& m, opt_solver* s, params_ref& p,
|
||||
vector<rational> const& ws, expr_ref_vector const& soft);
|
||||
|
||||
maxsmt_solver_base* mk_mus_mss_maxres(
|
||||
ast_manager& m, opt_solver* s, params_ref& p,
|
||||
vector<rational> const& ws, expr_ref_vector const& soft);
|
||||
|
||||
maxsmt_solver_base* mk_mss_maxres(
|
||||
ast_manager& m, opt_solver* s, params_ref& p,
|
||||
vector<rational> const& ws, expr_ref_vector const& soft);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue