Purpose
Lower bound of a column
Synopsis
LO(ColIndex)
Argument
|
ColIndex
|
The index of a column
|
Example
The following formula starts a delayed constraint when the activity of
column MyCol (with index 99) is within 5 of its lower bound:
DC MyRow 0 = LT ( MyCol - LO ( 99 ) , 5 )
Further information
When Extended MPS format is used for input of a problem from file, the
name of the column can be used instead, and will be translated internally into the column
index.
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.