ILOG CPLEX .NET Reference Manual

IModeler.Diff Method (INumExpr, INumExpr)

Creates and returns an expression representing the difference between the expressions e1 and e2.

INumExpr Diff(
   INumExpr e1,
   INumExpr e2
);

Parameters

e1
An expression to use in the difference.
e2
An expression to subtract.

Return Value

An expression representing the difference e1 - e2.

See Also

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