|
This enumeration lists the possible sensitivity range types passed to the GetSensitivityData method. Only used for LP problems.
enum SensitivityType { RANGE_OBJ_COEF = 1, RANGE_RHS };
Members |
Description |
RANGE_OBJ_COEF = 1 |
Objective coefficient range. |
RANGE_RHS |
Right-hand side range. |