ILOG CPLEX .NET Reference Manual

IModeler.Sum Method (INumExpr[])

Creates and returns an expression representing the sum of the expressions provided as terms in the array expr.

INumExpr Sum(
   INumExpr[] expr
);

Parameters

expr
An array containing the terms to be summed.

Return Value

An expression representing the sum of the specified terms.

See Also

IModeler Interface | ILOG.Concert Namespace | IModeler.Sum Overload List