This function specifies an intensity function f and an optional granularity g for the invoking interval variable. If the granularity is not specified, a granularity of 100 is assumed, and the intensity function should be expressed as a percentage.

Note
This function notifies Concert Technology algorithms about the change of this interval variable.

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

Syntax

C#
void SetIntensity(
	INumToNumStepFunction intensity,
	int granularity
)

Parameters

intensity
Type: ILOG.Concert..::..INumToNumStepFunction
granularity
Type: System..::..Int32

See Also