mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
fixes to model generation of weighted maxsat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5225ea18b7
commit
04824d86df
8 changed files with 45 additions and 38 deletions
|
@ -83,7 +83,7 @@ namespace opt {
|
|||
expr_ref mk_gt(unsigned obj_index, inf_eps const& val);
|
||||
expr_ref mk_ge(unsigned obj_index, inf_eps const& val);
|
||||
|
||||
model_converter& mc() { return m_fm; }
|
||||
filter_model_converter& mc() { return m_fm; }
|
||||
|
||||
static opt_solver& to_opt(solver& s);
|
||||
bool dump_benchmarks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue