MathProgExtensionssum Method
Creates a summation with the given sum over sets expression and linear expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static Summation sum(
SumOverSets sumOverSets,
MathExpr linearExpression
)
- sumOverSets SumOverSets
- Sets to sum the linear expression over.
- linearExpression MathExpr
- Linear expression to sum with different values of sum over sets' indices.
Summation