ContentsIndexHome
PreviousUpNext
ISolverMathProgramInstance::SensitivityType Enumeration

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. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.