writeBinSol Method
  Writes the solution to a binary file. Writes the current MIP or LP Optimizer solution to a binary solution file (.sol) for later input into the Optimizer. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.writeBinSol(); 
 See Also
See Also
 
