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