Initializing help system before first use

writeBinSol Method

Overload List
  Name Description
Public methodCode example writeBinSol
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.
Public methodCode example writeBinSol(String)
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.
Public methodCode example writeBinSol(String, String)
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.
Top
See Also