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