Initializing help system before first use

loadlpsol

loadlpsol


Purpose
Load an LP solution into the optimizer.
Synopsis
procedure loadlpsol(x:array(set of mpvar) of real, slack:array(set of linctr) of real, dual:array(set of linctr) of real, dj:array(set of mpvar) of real)
procedure loadlpsol(x:array(set of mpvar) of real, dual:array(set of linctr) of real)
procedure loadlpsol(x:array(set of mpvar) of real)
Arguments
x 
An array containing the primal solution
slack 
An array containing the constraint slacks
dual 
An array containing the dual multipliers
dj 
An array containing the reduced cost values
Related topics
Module