Set AllIntegerVariables

AllIntegerVariables

The predefined set AllIntegerVariables contains the names of all integer variables within an AIMMS model.

Set AllIntegerVariables {
    SubsetOf   :  AllVariables;
    Index      :  IndexIntegerVariables;
}

Definition

The contents of the set AllIntegerVariables is the collection of all symbolic variable names with as range a subset of Integers defined within a particular model.

Updatability

The contents of the set can only be modified by adding or deleting integer variables in the Model Explorer.

See also

The sets AllVariables, Integers.