readSlxSol Method (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: 37.1.1.0
Parameters
- fname
 - 
   Type: 
   SystemString
   
name of the solution file, without extension 
  XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.readBinSol("myprob"); 
