Initializing help system before first use

setidletimes

setidletimes


Purpose
Specifies the set of timesteps during which a resource should be considered as idle. When a task overlaps an idle timestep, resource usages are shifted to the right provided that the task duration is variable.
Synopsis
procedure setidletimes(resource:cpresource, idleTimeSteps: set of integer)
Arguments
resource 
the resource
idleTimeSteps 
The set of idle time steps
Example
Here is an example:
Scheduling/idle.png
Related topics