Set AllMathematicalPrograms

AllMathematicalPrograms

The predefined set AllMathematicalprograms contains the names of all mathematical programs within an AIMMS model.

Set AllMathematicalPrograms {
    SubsetOf   :  AllIdentifiers;
    Index      :  IndexMathematicalPrograms;
}

Definition

The contents of the set AllMathematicalPrograms is the collection of all symbolic mathematical programs defined within a particular model.

Updatability

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