Initializing help system before first use

addpredecessors

addpredecessors


Purpose
Adds a set of tasks as predecessors to 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 succeeds A as the relation is reflexive):
Scheduling/precedences.png
Synopsis
procedure addpredecessors(task:cptask, predset:set of cptask)
Arguments
task 
the task
predset 
the set of tasks that must precede 'task'
Related topics