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