Purpose
Range (upper limit minus lower limit of the right side) of a row
Synopsis
RHSRANGE(RowIndex)
Argument
|
RowIndex
|
The index of a row
|
Example
The following formula starts a delayed constraint when the slack
of row 99 becomes greater than half the RHS range:
DC MyRow 0 = GT ( ACT ( 99 ) , 0.5 * RHSRANGE ( 99 ) )
Further information
When Extended MPS format is used for input of a problem from file, the
name of the row can be used instead, and will be translated internally into the row index.
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.