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 AllMatrixManipulationProgrammingTypes contains the collection of mathematical programming types that can be used in conjunction with the GMP library of AIMMS.

Updatability

The contents of the set AllMatrixManipulationProgrammingTypes is 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.