getsol
| getsol | 
  Purpose
 
  Synopsis
 
function getsol(v:mpvar):real
 function getsol(c:linctr):real
 
  Arguments
 
| 
     c 
     | 
     A linear constraint
     | 
| 
     v 
     | 
     A decision variable
     | 
  Return value
 
 Solution value or 0.
  Further information
 
 This function returns the (primal) solution value of a variable if the problem has been solved successfully and the variable is contained in the problem (otherwise 0). If used with a constraint, it returns the evaluation of the corresponding linear expression using the current solution.
 
  Related topics
 
 
