loadlpsol
| loadlpsol | 
  Purpose
 
  
  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
 
 | 
     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
 
  
