mirror of
https://github.com/Z3Prover/z3
synced 2025-06-10 16:13:25 +00:00
parent
37f080b877
commit
868a6b3594
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace opt {
|
||||||
unsigned steps = 0;
|
unsigned steps = 0;
|
||||||
unsigned step_incs = 0;
|
unsigned step_incs = 0;
|
||||||
rational delta_per_step(1);
|
rational delta_per_step(1);
|
||||||
unsigned num_scopes = 1;
|
unsigned num_scopes = 0;
|
||||||
unsigned delta_index = 0; // index of objective to speed up.
|
unsigned delta_index = 0; // index of objective to speed up.
|
||||||
|
|
||||||
while (!m.canceled()) {
|
while (!m.canceled()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue