Initializing help system before first use

getsensrng

getsensrng


Purpose
Get sensitivity ranges for objective or RHS function coefficients.
Synopsis
function getsensrng(w:integer, x:mpvar):real
function getsensrng(w:integer, c:linctr):real
Arguments
Which information to return. Possible values:
XPRS_UP 
Upper sensitivity range
XPRS_DN 
Lower sensitivity range
A variable of the problem
A constraint of the problem
Return value
Sensivity range information depending on the value of w.
Further information
This function returns sensitivity ranges for RHS function coefficients (if used with a constraint) and for objective function coefficients (if used with a variable). getsensrng can be called only if an optimal LP solution is available and the problem is not MIP presolved.
Module