- 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
AllStochasticParametersis the collection of all parameters with the propertyStochasticset within a particular model.
Updatability
The contents of the set can only be modified by setting or clearing the property
Stochasticof parameters 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
AllParameters,AllStochasticVariablesandAllStochasticConstraints.Parameters are discussed in Parameter Declaration and Attributes of the Language Reference.