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