Creates and returns an expression representing the difference between a value and an integer expression.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual IIntExpr Diff(
	int v,
	IIntExpr e1
)
Visual Basic
Public Overridable Function Diff ( _
	v As Integer, _
	e1 As IIntExpr _
) As IIntExpr

Parameters

v
Type: System..::..Int32
e1
Type: ILOG.Concert..::..IIntExpr

Implements

IModeler..::..Diff(Int32, IIntExpr)

Remarks

See Also