- 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
AllStochasticConstraintsis the collection of all constraints which reference a parameter or variable with the propertyStochasticset within a particular model.
Updatability
The contents of the set can only be modified by setting or clearing the property
Stochasticof 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,AllStochasticParametersandAllStochasticVariables.Constraints are discussed in Stochastic Programming of the Language Reference.