MathProgExtensionsforall(Set) Method

Creates a forall sets expression for a constraint.
C#
Constraint conDesign = forall(i) | sum(over(j), x[i, j]) <= M * y[i];

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static ForAllSets forall(
	Set i
)

Parameters

i  Set
First index of the forall sets expression.

Return Value

ForAllSets

See Also