Metric
Metric |
Purpose
Indicates the type of metric a progress update is providing.
Synopsis
class xi.Metric(Enum)
Arguments
xi.Metric.GAP
|
The gap to the optimal solution, as a percentage.
|
xi.Metric.OBJVAL
|
The best solution value found so far.
|
xi.Metric.NUMSOLS
|
The count of feasible solutions found so far.
|
xi.Metric.OBJSENSE
|
The direction of the solve.
|
Further information
This enumeration is used in the Insight progress updates methods.
Related topics