[ library(cumulative) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

profile(+StartTimes, +Durations, +Resources, ?Profile)

Cumulative constraint on specified tasks.
StartTimes
List of start times for tasks (fd variables or integers)
Durations
List of duration for tasks (fd variables or integers)
Resources
List of resource usages by tasks (fd variables or integers)
Profile
List of resource usage at the start of each task

Description

StartTimes, Durations, Resources and Profile are lists of equal length N of finite domain variable or integers with the same meaning as in cumulative/4. The list Profile indicates the level of resource usage at the starting point of each task.