problem.iiswrite
problem.iiswrite |
problem.iiswrite(num, fn, type, typeflags)
num
|
The ordinal number of the IIS to be written.
|
fn
|
The name of the file to be created.
|
type
|
Type of file to be created:
|
0
|
creates an lp/mps file containing the IIS as a linear programming problem;
|
1
|
creates a comma separated (csv) file containing the description and supplementary information on the given IIS.
|
typeflags
|
Flags passed to the
problem.write function.
|
p.iiswrite(1, "iis.lp", 0, "l")
- save the IIS using MPS hexadecimal format to eliminate rounding errors associated with conversion between internal and decimal representation.
- turn presolve off since the nature of an IIS makes it necessary that during their identification the presolve is turned off.
- use the primal simplex method to solve the problem.
© 2001-2020 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.