writeSlxSol Method (String)
  Write solution to a an ASCII file. Writes the current Optimizer solution to an ASCII solution file (.slx) using a similar format to MPS files. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- fname
- 
   Type: 
   SystemString
   
 Name of the output file, without extension
 Examples
Examples
  XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.writeSlxSol("myprob"); 
 See Also
See Also
 
