Initializing help system before first use

setsuccessors

setsuccessors


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