3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

initial version of HS maxsat

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-05-24 18:39:43 -07:00
parent 3e1b9876db
commit 698705b7fa
2 changed files with 485 additions and 358 deletions

View file

@ -127,7 +127,7 @@ namespace opt {
if (!get_assignment(i)) {
tmp = m.mk_not(tmp);
}
TRACE("opt", tout << "asserting: " << tmp << "\n";);
TRACE("opt", tout << "committing: " << tmp << "\n";);
m_s->assert_expr(tmp);
}
}