readSlxSol Method (String, String)
  Read the solution from an ASCII file. Read an ASCII solution file (.slx), created by the writeSlxSol method, loading it into the Optimizer. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- fname
- 
   Type: 
   SystemString
   
 name of the solution file, without extension
- flags
- 
   Type: 
   SystemString
   
 Flags; please refer to the documentation of XPRSreadslxsol in the Xpress-Optimizer Reference Manual for a description of the supported flags
 Examples
Examples
  XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.readSlxSol("myprob","m"); 
 See Also
See Also
 
