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