ILOG CPLEX .NET Reference Manual

IModeler.Diff Method (Double, INumExpr)

Creates and returns an expression representing the difference between the value v and the expression e1.

INumExpr Diff(
   double v,
   INumExpr e1
);

Parameters

v
A value to use in the difference.
e1
An expression to subtract.

Return Value

An expression representing the difference v - e1.

See Also

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