Set AllStochasticVariables

AllStochasticVariables

The predefined set AllStochasticVariables contains the names of all variables within an AIMMS model with the property Stochastic set.

Set AllStochasticVariables {
    SubsetOf   :  AllVariables;
    Index      :  IndexStochasticVariables;
}

Definition

The contents of the set AllStochasticVariables is the collection of all variables 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 variables declared in the Model Explorer.

See also