Set AllColumnTypes

AllColumnTypes

The predefined set AllColumnTypes contains the names of all column types available in the GMP library of AIMMS.

Set AllColumnTypes {
    Index      :  IndexColumnTypes;
    Definition :  data { integer, continuous };
}

Definition

The set AllColumnTypes contains the names of all column types available in the GMP library of AIMMS.

Updatability

The contents of the set cannot be modified.

Note

Element parameters into AllColumnTypes can be used as the type argument of the GMP::Column::SetType function.

See also

The function GMP::Column::SetType. The GMP library is discussed in more detail in Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.