Creates and returns an expression representing
the difference between two integer expressions.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual IIntExpr Diff( IIntExpr e1, IIntExpr e2 ) |
| Visual Basic |
|---|
Public Overridable Function Diff ( _ e1 As IIntExpr, _ e2 As IIntExpr _ ) As IIntExpr |