- 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 propertyStochastic
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
Stochastic programming is discussed in Stochastic Programming of the Language Reference.
The intrinsic function
GMP::Instance::GenerateStochasticProgram
.The sets
AllParameters
,AllStochasticVariables
andAllStochasticConstraints
.Parameters are discussed in Parameter Declaration and Attributes of the Language Reference.