- 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
AllStochasticVariablesis the collection of all variables with the propertyStochasticset within a particular model.
Updatability
The contents of the set can only be modified by setting or clearing the property
Stochasticof 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,AllStochasticParametersandAllStochasticConstraints.Variables are discussed in Stochastic Programming of the Language Reference.