- Set AllMathematicalProgrammingRowTypes
AllMathematicalProgrammingRowTypes
The predefined set AllMathematicalProgrammingRowTypes
contains the
collection of all possible row types available in the GMP library of AIMMS.
Set AllMathematicalProgrammingRowTypes {
Index : IndexMathematicalProgrammingRowTypes;
Definition : data { '<=', '=', '>=', ranged };
}
Definition
The set
AllMathematicalProgrammingRowTypes
contains the collection of all possible row types available in the GMP library of AIMMS.
Updatability
The contents of the set cannot be modified.
Note
Element parameters into AllMathematicalProgrammingRowTypes
can be
used as the type argument of the GMP::Row::SetType
function.
See also
The function GMP::Row::SetType
and the super set AllRowTypes
. The GMP library
is discussed in more detail in Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.