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