Creates, returns, and adds to the invoking model an empty IRange object.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
IRange AddRange(
	double lb,
	double ub
)

Parameters

lb
Type: System..::..Double
The lower bound of the new IRange constraint.
ub
Type: System..::..Double
The upper bound of the new IRange constraint.

Return Value

A new IRange object initialized to represent the constraint lb <= 0 <= ub.

See Also