Set AllMatrixManipulationDirections

AllMatrixManipulationDirections

The predefined set AllMatrixManipulationDirections contains the list of optimization directions supported by the GMP library of AIMMS.

Set AllMatrixManipulationDirections {
    SubsetOf   :  AllValueKeywords;
    Index      :  IndexMatrixManipulationDirections;
}

Definition

The set AllMatrixManipulationDirections contains the list of optimization directions supported by the GMP library of AIMMS.

Updatability

The contents of the set AllMatrixManipulationDirections is completely under the control of AIMMS, and cannot be modified.

Note

Element parameters into the set AllMatrixManipulationDirections can be used as the direction argument of the GMP::Instance::SetDirection function.

See also

The set AllValueKeywords, the function GMP::Instance::SetDirection. The GMP library is discussed in more detail in Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.