savemipsol


Purpose
Save the current solution into the provided array.
Synopsis
procedure savemipsol(s:array(set of mpvar) of real)
Argument
An array to return the solution
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.
Related topics
loadmipsol.


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