getrange
| getrange | 
  Purpose
 
  
  Synopsis
 
 function getrange(w:integer, x:mpvar):real
 function getrange(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
 
 
 Range information depending on the value of
 w.
 
  Further information
 
 
 This function returns ranging information to be used for sensitivity analysis after the problem has been optimized. On MIP problems, global entities have to be ``fixed'' using the procedure
 fixglobal before this function can be called.
 
 
  Related topics
 
  
  Module
 
  
