readSlxSol Method
  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.14.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.readBinSol(); 
 See Also
See Also
 
