What is the float of an activity?
The time that its start may be delayed without affecting the duration of the project.
Total float = latest finish time - duration - earliest start time
What is a critical activity?
An activity between 2 critical events, AND they have a float of 0
What is a critical event?
An event where the early time is equal to the late time
How do you calculate the early event times?
Perform a forward pass, the largest possible value is taken for this (as it is not possible to get to this event until all preceding activities have been completed)
How do you calculate the late event times?
Perform a backward pass, the smallest possible value is always taken (as if you left the event later than that the prokect would be delayed)
What are the early and late event times of the source and sink nodes?
The source (start) and sink (end) nodes always have the same value for their early and late times respectively
What is a precedence table?
A table showing which activity each activity depends on
What is a dummy and when is a dummy used?
A dummy is a dotted line used to show dependencies between activities, it has not time or cost.
* It is used when an activity is dependent on 2 events, but another activity is dependent on JUST ONE of those 2 events
* It is also used to ensure that each activity is uniquely represented in terms of its events. There can be at most one activity between 2 events and therefore a dummy can be used to get around this
What activites are linked to the source node?
Only those which are not dependent on any previosu events
How do you draw a gantt chart?
How do you calculate the lower bound for the number of workers required to complete the project in the minimum time?
(sum of length of each activity) / (minimum time to complete project)
(Σ activity length) / (finish time)
What are the rules when constructing scheduling diagrams?
Explain how to construct a scheduling diagram
What does each row of a scheduling diagram represent?
Each worker
What is a resource histogram?
A diagram to determine how many workers are required to complete a project in the minimum time
What are the rules for constructing a resource histogram?
Explain how to construct a resource histogram:
What is resource levelling?
The process of adjusting the start and finish times of activities in order to take into account the constraints on resources (such as the number of workers)