mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
unsat core for SAT solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
0e9511b597
27 changed files with 2422 additions and 1456 deletions
|
@ -216,7 +216,6 @@ expr_ref theory_wmaxsat::mk_block() {
|
|||
scoped_mpq q(mgr);
|
||||
mgr.set(q, m_zmin_cost, m_den.to_mpq().numerator());
|
||||
rational rw = rational(q);
|
||||
IF_VERBOSE(1, verbose_stream() << "(wmaxsat with upper bound: " << rw << ")\n";);
|
||||
m_zmin_cost = weight;
|
||||
m_found_optimal = true;
|
||||
m_cost_save.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue