ACT


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