Set AllVariablesConstraints

AllVariablesConstraints

The predefined set AllVariablesConstraints contains the names of all variables and constraints within an AIMMS model.

Set AllVariablesConstraints {
    SubsetOf   :  AllIdentifiers;
    Index      :  IndexVariablesConstraints;
}

Definition

The contents of the set AllVariablesConstraints is the collection of all symbolic variable and constraint names defined within a particular model.

Updatability

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

Note

The set AllVariablesConstraints or subsets thereof are typically used in the index domain of parameters entered in the ViolationPenalties attribute of a MathematicalProgram declared within an AIMMS model.

See also

The sets AllIdentifiers, AllVariables, AllConstraints. The ViolationPenalties attribute of a mathematical programs is discussed in Infeasibility Analysis of the Language Reference.