Initializing help system before first use

addsuccessors

addsuccessors


Purpose
Adds a set of tasks as successors of a task. A task succeeds some other task when its processing cannot start before the completion of this task. The following graphic shows two tasks A and B where A precedes B (and respectively B succeeds to A as the relation is reflexive):
Scheduling/precedences.png
Synopsis
procedure addsuccessors(task:cptask, succset:set of cptask)
Arguments
task 
the task
succset 
the set of tasks that must succeed 'task'
Related topics