getsensrng
 getsensrng | 
   
  Purpose
 
  
  Synopsis
 
 function getsensrng(w:integer, x:mpvar):real
 function getsensrng(w:integer, c:linctr):real 
 
  Arguments
 
 | 
     
     w 
       | 
   
     
     Which information to return. Possible values:
     
    
  | 
  ||||
| 
     
     x 
       | 
   
     
     A variable of the problem
       | 
  ||||
| 
     
     c 
       | 
   
     
     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
 
 
