|
Provides sensitivity range information.
Parameters |
Description |
_LONG_T first |
The number of the column or row indicating the beginning of the range |
_LONG_T last |
The number of the column or row indicating the end of the range |
_LONG_T type |
Type of sensitivity that should be returned, value taken from the SensitivityType enumeration |
double lower[] |
Array for filling in the lower bounds of the sensitivity ranges |
double upper[] |
Array for filling in the upper bounds of the sensitivity ranges |
The GetSensitivityData method should return AOSI_FAILURE in case of an error, or if the solver cannot handle the type of sensitivity that is called for. Otherwise it should return AOSI_SUCCESS.
The GetSensitivityData method is called by AIMMS to access a range of lower and upper sensitivity ranges for objective function coefficients, or to access a range of lower and upper ranges for right-hand side values.