Sets the lower and upper bound of the ranged constraints.

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

Syntax

C#
void SetBounds(
	double lb,
	double ub
)

Parameters

lb
Type: System..::..Double
The new lower bound of the ranged constraints.
ub
Type: System..::..Double
The new upper bound of the ranged constraints.

See Also