This member function sets lb as the lower bound and ub as the upper bound of the invoking range, and it creates the appropriate instance of the undocumented class IChange to notify algorithms about this change of an extractable object in the model.

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

Syntax

C#
void SetBounds(
	double lb,
	double ub
)

Parameters

lb
Type: System..::..Double
ub
Type: System..::..Double

See Also