- Set AllStochasticConstraints
AllStochasticConstraints
The predefined set AllStochasticConstraints
contains the names of
all constraints within an AIMMS which references in its definition a
parameter or variable with the property Stochastic
set.
Set AllStochasticConstraints {
SubsetOf : AllConstraints;
Index : IndexStochasticConstraints;
}
Definition
The contents of the set
AllStochasticConstraints
is the collection of all constraints which reference a parameter or variable 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 the referenced variables and parameters in the definition of constraints 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
AllConstraints
,AllStochasticParameters
andAllStochasticVariables
.Constraints are discussed in Stochastic Programming of the Language Reference.