- Set AllMatrixManipulationProgrammingTypes
AllMatrixManipulationProgrammingTypes
The predefined set AllMatrixManipulationProgrammingTypes contains
the collection of mathematical programming types that can be used in
conjunction with the GMP library of AIMMS.
Set AllMatrixManipulationProgrammingTypes {
SubsetOf : AllMathematicalProgrammingTypes;
Index : IndexMatrixManipulationProgrammingTypes;
}
Definition
The predefined set
AllMatrixManipulationProgrammingTypescontains the collection of mathematical programming types that can be used in conjunction with the GMP library of AIMMS.
Updatability
The contents of the set
AllMatrixManipulationProgrammingTypesis completely under the control of AIMMS, and cannot be modified.
Note
Element parameters into the set AllMatrixManipulationDirections can
be used as the type argument of the GMP::Instance::SetMathematicalProgrammingType function.
See also
The set AllMathematicalProgrammingTypes, the function GMP::Instance::SetMathematicalProgrammingType. The GMP library is
discussed in more detail in Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.