- Function GMP::Row::GetIndicatorCondition(GMP, row)
GMP::Row::GetIndicatorCondition
The function GMP::Row::GetIndicatorCondition
returns the indicator
condition of a row in a generated mathematical program.
GMP::Row::GetIndicatorCondition(
GMP, ! (input) a generated mathematical program
row ! (input) a scalar reference
)
Arguments
- GMP
An element in
AllGeneratedMathematicalPrograms
.- row
A scalar reference to an existing row in the matrix.
Return Value
The function returns the indicator condition.
Note
This function fails if the row has no indicator column.
See also