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