Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
PoolObjBound
Type: | double |
---|---|
Modifiable: | No |
Bound on the objective of undiscovered MIP solutions. The MIP solver
stores solutions that it finds during the MIP search, but it only
provides quality guarantees for those whose objective is at least as
good as PoolObjBound
. Specifically, further exploration of the
MIP search tree will not find solutions whose objective is better
than PoolObjBound
.
The difference between PoolObjBound
and
ObjBound is that the former gives an
objective bound for undiscovered solutions, while the latter gives a
bound for any solution.
For examples of how to query or modify attributes, refer to our Attribute Examples.