Initializing help system before first use

problem.restore

Purpose
Restores the Optimizer's data structures from a file created by problem.save. Optimization may then recommence from the point at which the file was created.
Synopsis
problem.restore(probname, flags)
Arguments
probname 
A string of up to 200 characters containing the problem name.
flags 
Force the restoring of a save file even if its from a different version.
Example
p.restore("", "")
Further information
1. This routine restores the data structures from the file probname .svf that was created by a previous execution of save. The file probname .sol is also required and, if recommencing optimization in a tree search, the files problem_name .glb and problem_name .ctp are required too. Note that .svf files are particular to the release of the Optimizer used to create them. They can only be read using the same release Optimizer as used to create them.
2. The use of the 'f' flag is not recommended and can cause unexpected results.
Related topics

© 2001-2024 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.