loadmipsol


Purpose
Load a MIP solution into the optimizer.
Synopsis
function loadmipsol(s:array(set of mpvar) of real):integer
Argument
An array containing the solution
Return value
Operation status:
-1 
Solution rejected because an error occurred
Solution accepted
Solution rejected because it is infeasible
Solution rejected because it is cut off
Solution rejected because the LP reoptimization was interrupted
Further information
The values for the continuous variables in the s array are ignored and are calculated by fixing the integer variables and reoptimizing.
Related topics
savemipsol.


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