MathProgExtensionsforall(Set, Set, Set) Method
Creates a forall sets expression for a constraint.
Constraint conDesign = forall(i, j, k) | x[i, j, k] <= 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,
Set k
)
- i Set
- First index of the forall sets expression.
- j Set
- Second index of the forall sets expression.
- k Set
- Third index of the forall sets expression.
ForAllSets