Set AllStochasticConstraints

AllStochasticConstraints

The predefined set AllStochasticConstraints contains the names of all constraints within an AIMMS which references in its definition a parameter or variable with the property Stochastic set.

Set AllStochasticConstraints {
    SubsetOf   :  AllConstraints;
    Index      :  IndexStochasticConstraints;
}

Definition

The contents of the set AllStochasticConstraints is the collection of all constraints which reference a parameter or variable with the property Stochastic set within a particular model.

Updatability

The contents of the set can only be modified by setting or clearing the property Stochastic of the referenced variables and parameters in the definition of constraints declared in the Model Explorer.

See also