setpredecessors
setpredecessors |
Purpose
Sets the set of tasks that must precede a task. A task precedes some other task when it must be completed before the start of the second task. The following graphic shows two tasks A and B where A precedes B (and respectively B succedes A as the relation is reflexive):

Synopsis
procedure setpredecessors(task:cptask, predset:set of cptask)
Arguments
task
|
the task
|
predset
|
the set of tasks that must precede 'task'
|
Related topics