3
0
Fork 0
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:
Nikolaj Bjorner 2014-04-18 08:04:18 -07:00
parent ae1656a92c
commit e3b346df6f
3 changed files with 77 additions and 38 deletions

View file

@ -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 {