- Function GMP::Instance::GetNumberOfIndicatorRows(GMP)¶
GMP::Instance::GetNumberOfIndicatorRows¶
The function GMP::Instance::GetNumberOfIndicatorRows
returns the
number of indicator rows of a generated mathematical program.
GMP::Instance::GetNumberOfIndicatorRows(
GMP ! (input) a generated mathematical program
)
Arguments¶
- GMP
An element in the set
AllGeneratedMathematicalPrograms
.
Return Value¶
The function returns the number of indicator rows.
See also
The functions GMP::Instance::Generate
and GMP::Instance::GetNumberOfRows
.