Purpose
Right hand side of a row
Synopsis
RHS(RowIndex)
Argument
|
RowIndex
|
The index of a row
|
Example
The following formula starts a delayed constraint when the slack (right hand
side minus left hand side) of row 99 becomes greater than 5:
DC MyRow 0 = GT ( RHS ( 99 ) - ACT ( 99 ) , 5 )
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.