Initializing help system before first use

readBinSol Method

Read the solution from a binary file. Read a binary solution file (.bin), created by the writeBinSol method, loading it into the Optimizer.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public void readBinSol()
Examples
XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.readBinSol();
See Also