Set AllStochasticParameters

AllStochasticParameters

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

Set AllStochasticParameters {
    SubsetOf   :  AllParameters;
    Index      :  IndexStochasticParameters;
}

Definition

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

See also