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:
parent
3e1b9876db
commit
698705b7fa
2 changed files with 485 additions and 358 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue