- 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 propertyStochastic
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
Stochastic programming is discussed in Stochastic Programming of the Language Reference.
The intrinsic function
GMP::Instance::GenerateStochasticProgram
.The sets
AllVariables
,AllStochasticParameters
andAllStochasticConstraints
.Variables are discussed in Stochastic Programming of the Language Reference.