SLACK


Purpose
Slack activity of a row
Synopsis
SLACK(RowIndex)
Argument
RowIndex 
The index of a row
Example
The following formula starts a delayed constraint when the slack of row 99 becomes less than 0.5:
 DC MyRow 0 = LT ( SLACK ( 99 ) , 0.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.