readsol
| readsol | 
  Purpose
 
 Read a solution from a file.
 
  Synopsis
 
procedure readsol(fname:string,options:string)
 
  Arguments
 
| 
     fname 
     | 
     Extended file name
     | 
| 
     options 
     | 
     String of options
     | 
  Further information
 
 This procedure reads in a solution from a file by calling the function
 XPRSreadslxsol of the Optimizer. Note that solution save/read procedures can be used only if the constraint and variable names have been loaded into the Optimizer (control parameter
 XPRS_loadnames set to true) and all constraints are named. For more detail on the options and behavior of this procedure refer to the
 Xpress Optimizer Reference Manual.
 
  Related topics
 
  Module
 
 
