ILOG CPLEX .NET Reference Manual

IModeler.Sum Method (Double, INumExpr)

Creates and returns an expression representing the sum of a value and a numeric expression.

INumExpr Sum(
   double v,
   INumExpr e
);

Parameters

v
The value.
e
The numeric expression.

Return Value

An expression representing the sum of v + e.

See Also

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