ILOG CPLEX .NET Reference Manual |
|
IModeler.Sum Method (IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr, IIntExpr)
Adds seven integer expressions and returns the sum.
Parameters
-
e1
- The first integer expression.
-
e2
- The second integer expression.
-
e3
- The third integer expression.
-
e4
- The fourth integer expression.
-
e5
- The fifth integer expression.
-
e6
- The sixth integer expression.
-
e7
- The seventh integer expression.
Return Value
The expression exp
, representing the sum e1 + e2 + e3 + e4 + e5 + e6 + e7
.
Remarks
The domain of the resulting expression is computed from the domains of the combined expressions.
See Also
IModeler Interface | ILOG.Concert Namespace | IModeler.Sum Overload List