Initializing help system before first use

loadlpsol

loadlpsol


Purpose
Load a LP solution into the optimizer.
Synopsis
procedure loadmipsol(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 loadmipsol(x:array(set of mpvar) of real, dual:array(set of linctr) of real)
procedure loadmipsol(x:array(set of mpvar) of real)
Arguments
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