MathProgExtensionsforall(Set, Set) Method
Creates a forall sets expression for a constraint.
Constraint conDesign = forall(i, j) | x[i, j] <= M * y[i, j];
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static ForAllSets forall(
Set i,
Set j
)
- i Set
- First index of the forall sets expression.
- j Set
- Second index of the forall sets expression.
ForAllSets