ILOG CPLEX .NET Reference Manual

IRange.SetBounds Method 

Sets the lower and upper bound of the ranged constraints.

void SetBounds(
   double lb,
   double ub
);

Parameters

lb
The new lower bound of the ranged constraints.
ub
The new upper bound of the ranged constraints.

See Also

IRange Interface | ILOG.Concert Namespace