mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +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
|
@ -26,7 +26,7 @@ Notes:
|
|||
|
||||
namespace opt {
|
||||
|
||||
lbool maxsmt::operator()(solver& s) {
|
||||
lbool maxsmt::operator()(opt_solver& s) {
|
||||
lbool is_sat;
|
||||
m_answer.reset();
|
||||
m_msolver = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue