Initializing help system before first use

problem.writebinsol

problem.writebinsol


Purpose
Writes the current MIP or LP solution to a binary solution file for later input into the Optimizer.
Synopsis
problem.writebinsol (filename, flags)
Arguments
filename 
A string of up to 200 characters containing the file name to which the solution is to be written. If omitted, the default problem_name is used with a .sol extension.
flags 
(optional) Flags to pass to writebinsol:
output the LP solution.
Example
After an LP has been solved or a MIP solution has been found the solution can be saved to file. If a MIP solution exists it will be written to file unless the x flag is passed to writebinsol in which case the LP solution will be written.
p.read ("myprob", "")
p.mipoptimize ("")
p.writebinsol ("", "")
Related topics

© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.