mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
restructure maxsmt solvers, flatten weighted/non-weighted versions, fix bugs and simplify mus/max-res
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e9bf2ef53
commit
9f1b2ccfc4
10 changed files with 492 additions and 498 deletions
|
@ -228,7 +228,7 @@ namespace opt {
|
|||
inc_score(clause_id);
|
||||
}
|
||||
TRACE("opt", display(tout, j););
|
||||
IF_VERBOSE(1, if (!sign) display(verbose_stream(), j););
|
||||
IF_VERBOSE(2, if (!sign) display(verbose_stream(), j););
|
||||
if (!sign && m_enable_simplex) {
|
||||
add_simplex_row(!sign, sz, S);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue