savemipsol
| savemipsol | 
  Purpose
 
  Synopsis
 
procedure savemipsol(s:array(set of mpvar) of real)
 procedure savemipsol(ms:mpsol)
 
  Arguments
 
| 
     s 
     | 
     An array to return the solution
     | 
| 
     ms 
     | 
     A solution object
     | 
  Further information
 
 1. This procedure saves the current solution into the provided array. The resulting datastructure may be used as input for the
 loadmipsol function.
 
 2. If the index set of the array is dynamic, the procedure may extend it in order to have all variables of the problem. Otherwise the solution is saved only for the variables included in this set.
 
 3. Only non-continuous variables are saved when this procedure is used with an
 mpsol argument. Use
 savesol to save the values of all variables.
 
  Related topics
 
  Module
 
 
