Control parameters
This module extends the getparam function and the setparam procedure in order to access all the control and problem parameters of Optimizer (for example the problem attribute LPSTATUS is mapped to the mmxprs control parameter XPRS_lpstatus). In addition to these, the following control parameters are also defined (see the note on inheritance of parameters settings in Section The problem type mpproblem.xprs when working with multiple problems):
Reorder matrix columns before loading the problem.
|
|
Handling of duplicate solutions during an enumeration.
|
|
Maximum number of solutions to be saved during an enumeration.
|
|
Number of solutions found during the last enumeration.
|
|
Optimizer version number.
|
|
Enable/disable loading of MPS names into the Optimizer.
|
|
Size of the pool of matrix updates.
|
|
Optimizer problem pointers.
|
|
Read/set the problem name used by the Optimizer.
|
|
Enable/disable active detection of model interruption.
|
|
Enable/disable message printing by the Optimizer.
|
setparam("XPRS_verbose", true) ! Turn on message printing pstat:= getparam("XPRS_lpstatus") ! Get the problem LP optimization status writeln("Best bound=", getparam("XPRS_bestbound")) ! Display the best bound value
© 2001-2025 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.