Creates and returns a named constraint that forces the
first specified numeric expression to be less than or
equal to the second specified numeric expression.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual IConstraint Le( INumExpr e1, INumExpr e2, string name ) |
| Visual Basic |
|---|
Public Overridable Function Le ( _ e1 As INumExpr, _ e2 As INumExpr, _ name As String _ ) As IConstraint |
Parameters
- e1
- Type: ILOG.Concert..::..INumExpr
- e2
- Type: ILOG.Concert..::..INumExpr
- name
- Type: System..::..String