Creates and returns a range with the specified lower bound, numeric expression, and upper bound.

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

Syntax

C#
public virtual IRange Range(
	double lb,
	INumExpr expr,
	double ub
)
Visual Basic
Public Overridable Function Range ( _
	lb As Double, _
	expr As INumExpr, _
	ub As Double _
) As IRange

Parameters

lb
Type: System..::..Double
expr
Type: ILOG.Concert..::..INumExpr
ub
Type: System..::..Double

Implements

IModeler..::..Range(Double, INumExpr, Double)

Remarks

See Also