mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
working on bcd2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ae1656a92c
commit
e3b346df6f
3 changed files with 77 additions and 38 deletions
|
@ -431,7 +431,7 @@ namespace opt {
|
|||
if (m.is_true(arg)) {
|
||||
|
||||
}
|
||||
else if (false && m.is_false(arg)) {
|
||||
else if (m.is_false(arg)) {
|
||||
offset += m_objectives[index].m_weights[i];
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue