mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
592b1d7f65
commit
6a3fe514f0
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ namespace opt {
|
|||
for (unsigned i = 0; i < obj_index; ++i)
|
||||
commit_assignment(i);
|
||||
|
||||
bound = update_lower();
|
||||
m_s->maximize_objective(obj_index, bound);
|
||||
m_s->assert_expr(bound);
|
||||
|
||||
unsigned steps = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue