PARAM


Purpose
Value of a numeric attribute or control
Synopsis
PARAM(value)
Argument
value 
One of the following: a constant; a formula evaluating to a constant; or an XV with only one item which is a constant
Example
The following formula starts a delayed constraint when the SLP iteration count is greater than 5:
 DC MyRow 0 = GT ( PARAM ( 12001 ) , 5 )
Further information
XSLP_ITER is number 12001 (see the header file xslp.h for the full list of parameters and values.
The example shows the use of the formula in Extended MPS format; the same information can also be provided in internal parsed or unparsed format.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.