mirror of
https://github.com/Z3Prover/z3
synced 2025-06-10 16:13:25 +00:00
build failure
This commit is contained in:
parent
2be71cfc43
commit
7baa4f88b0
1 changed files with 2 additions and 2 deletions
|
@ -202,8 +202,8 @@ namespace opt {
|
||||||
for (unsigned i = 0; i < obj_index; ++i)
|
for (unsigned i = 0; i < obj_index; ++i)
|
||||||
commit_assignment(i);
|
commit_assignment(i);
|
||||||
|
|
||||||
m_s->maximize_objective(obj_index, bound);
|
// m_s->maximize_objective(obj_index, bound);
|
||||||
m_s->assert_expr(bound);
|
// m_s->assert_expr(bound);
|
||||||
|
|
||||||
unsigned steps = 0;
|
unsigned steps = 0;
|
||||||
unsigned step_incs = 0;
|
unsigned step_incs = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue