elapsed_seconds
to the solution's output, updates the default values for solution limit, node limit and duration limit, and changes the meaning of 0
for these limits to be 0
(rather than unlimited, as before). Learn more in the upgrade guide.​Generics
.elapsed_seconds
with this release, to make this field easier to parse in other systems.0
by default, and 0
was interpreted as unlimited
. This release changes the meaning of 0
to be 0
(rather than unlimited
). To minimize behavior changes in light of this update, we set the default values to 10s
for duration and model.MaxInt
for nodes and solutions.