MathProgExtensionssum Method

Creates a summation with the given sum over sets expression and linear expression.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Summation sum(
	SumOverSets sumOverSets,
	MathExpr linearExpression
)

Parameters

sumOverSets  SumOverSets
Sets to sum the linear expression over.
linearExpression  MathExpr
Linear expression to sum with different values of sum over sets' indices.

Return Value

Summation

See Also