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