MV


Purpose
Marginal value of a row
Synopsis
MV(RowIndex)
Argument
RowIndex 
The index of a row
Example
The following formula starts a delayed constraint when the marginal value of row 99 becomes greater than 5:
 DC MyRow 0 = GT ( MV ( 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.