Creates a domain with the given bounds.

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

Syntax

C#
IIntRange IntRange(
	int lb,
	int ub
)

Parameters

lb
Type: System..::..Int32
ub
Type: System..::..Int32

See Also