getsensrng


Purpose
Get sensivity 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 sensivity range
XPRS_DN 
Lower sensivity 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 sensivity 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.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.