Critical path vs. critical chain

From apppm
(Difference between revisions)
Jump to: navigation, search
(Extending the method)
(Extending the method)
Line 103: Line 103:
 
The method of the critical path can be extended to larger networks, the definition of work days and weekends coupled with actual dates, and more complicated dependencies between activities.  
 
The method of the critical path can be extended to larger networks, the definition of work days and weekends coupled with actual dates, and more complicated dependencies between activities.  
  
'''Relationship:'''
+
'''Relationship:'''</br>
 
As for the simplicity of this example, the dependencies have all been kept at what is called a finish-start relationship, where the predecessor has to finish before the successor can start. Other relationships can be start-start, where the predecessor has to start before the successor can start, start-finish, where the predecessor has to start before the successor can be finished, and a finish-finish relationship, where the predecessor has to finish before the successor can finish.  
 
As for the simplicity of this example, the dependencies have all been kept at what is called a finish-start relationship, where the predecessor has to finish before the successor can start. Other relationships can be start-start, where the predecessor has to start before the successor can start, start-finish, where the predecessor has to start before the successor can be finished, and a finish-finish relationship, where the predecessor has to finish before the successor can finish.  
  
'''Lag:'''
+
'''Lag:'''</br>
 
The lag is extra waiting time tied to the relationships between activities, without work or resource impact. In a building project, this could be a waiting time of 28 days for the concrete to dry before the walls can be installed. the relationship would be finish-start, and have a lag of 28 working days. <ref> PMBOK® Guide - Sixth Edition </ref>
 
The lag is extra waiting time tied to the relationships between activities, without work or resource impact. In a building project, this could be a waiting time of 28 days for the concrete to dry before the walls can be installed. the relationship would be finish-start, and have a lag of 28 working days. <ref> PMBOK® Guide - Sixth Edition </ref>
  

Revision as of 18:06, 4 April 2023

Developed by Sophia Lykke Andersen

Contents

Abstract

This article attempts to clarify the difference between two well-established phenomena in project scheduling, which are often confused: critical path and critical chain.

In project management, keeping track of critical project activities is key to managing a schedule. The critical path and critical chain are relevant to project management as these enables the project manager to properly manage the project schedule via e.g. accurate estimation of the project duration, and identification of task dependencies and resource constraints. [1].

When activities have to finish before others can start, start before others can finish, or other relationships, paths of activity dependence form. The longest path of activities related to one another from start to finish of a project will be the most critical, as delays within this path will cause the whole project to be delayed. From this phenomenon, the definition of the critical path rises. In real life, the critical path will only be the most critical considering all resources available at all times, people, materials, space, etc. As soon as resources are limited, other activities or paths of activities can become more critical.
Allocating resources, considering additional constraints, and viewing the project schedule from a holistic point of view allows the manager to see a chain of criticalities within the project. The critical chain will be the longest path of activities considering activity independence and resource constraints as well.
The article will take the reader through a historical perspective, go over the methods of the two phenomena, and provide an example in order to get a more hands-on understanding. In the end, a discussion of the principle differences between the two phenomena will be made, providing the reader with a better understanding of the limitations of each method and when what applies. Furthermore, a glossary explaining the different terms associated with the two phenomena is given.
The article contains the following topics: Glossary, History, Critical path (Method, Example), Critical chain (Method, Example), and Discussion (Differences, Limitations).

[2] [3]

Core difference

A critical path identifies the longest path of activities to be finished in order to end the project [4].
A critical chain identifies the longest path of activities to be finished in order to end the project also considering resource constraints [5].


History

The critical path method, also known as CPM, was developed by James E. Kelley from Remington Rand and Morgan R. Walker from DuPont at the end of the 1950s, as a tool against ineffective project planning. They figured that costs could be lowered by making sure that the right project activities were carried out at the right time. Around the same time, the American Navy and Booz Allen Hamilton developed a similar method; the Program Evaluation and Review Technique, also known as PERT. Kelley and Walker published their work in 1959, but back in the 1940s, parts of the technique were already used and contributed to the success of the Manhattan Project.
In the 1960s, larger companies such as Mauchly Associates and Catalytic Construction started to make use of the critical path method, but it was not until the technical revolution of computers that the method could be used without large costs for companies.
[6]

The critical chain method, also known as CCPM, was later developed by Dr. Eliyahu M. Goldratt in 1997, building on his theory of constraints. He was very focused on limiting factors such as bottlenecks in order to get a project done on time, which led him to develop this method which does not only consider dependencies between activities of a project but also the resource constraints such as people, equipment, and space. [7] [8]


Today... (reference to the programs section)

Glossary

Activity: ...
Network: ---
Forward pass:
Backwind pass:
Early start:
Late start:
Early finish:
Late finish:
Predecessor:
Successor:
Start-Start: ...
Finish-Finish: ...
Start-Finish: ...
Finish-Start: ...
The feeding chain: ...


The methods

Critical path

The following section will take the reader through the method of identifying the critical path, by making use of an example of an activity-on-node diagram. The method of finding the critical path in a network requires a list of the activities with resp. durations, as well as dependencies. An example of such a list can be found below.

List of activities and their dependencies and durations
Activity Predecessor Successor Duration
A --- C 2
B C G 2
C A B, D 4
D C E, F 4
E D G 3
F D G 1
G B, E, F --- 2

Activities with no predecessors mark the beginning of the project (written as "---" in the table above). The dependencies are defined and mapped out by identifying the predecessor of each activity. From the start node, all the activities with no predecessors are drawn as arrows to each their resp. end node. In this example, the only activity with no predecessor is A. The activities are drawn as boxes with thei activity name (letter) and duration inside. The activity boxes are connected with arrows representing the dependencies between the activities. The below image shows the drawn network according to the example:

(Images will be redone) Network01NY.png

A check can be made by going back through the drawn network, making use of each activity's successors. An activity with no successor should be pointing towards the end node of the whole network, like the activity G in the example.
When the network is mapped out the forward pass can be carried out considering the duration of each activity. No activity can start before the day after the last day of its predecessor activity. As A in the example takes 2 days to complete, C cannot start before day no. 3 of the project. The earliest start day of each activity as well as the earliest day it can finish (called early start and early finish resp.) is identified and written on top of the boxes and the duration of the whole project can be found. After that, the backward pass can be performed. This is done by going through the network starting at the finish day and considering the duration of each activity going backward. The latest possible start day for each activity in order to finish by the project's end date is identified and written beneath the boxes for each activity. The below image shows the network with added early start, early finish, late start, and late finish days for each activity.

(Images will be redone) Network02NY.png

The difference between the forward and backward pass is called the total float, also called slack. At activity B for instance, the total float is 2, as the difference between 10 and 12, or 11 and 13, is 2. Activities that can latest start the same day as they can earliest start will then have a total float of 0. Activities with a total float of zero will be on the critical path, as delays of these activities will delay the whole project. The below image marks the path with 0 total float, and therefore the critical path, with red:

(Images will be redone) Network04NY.png

The duration of the whole project is calculated to be 16 days and activities A, C, D, E, F, and G are on the critical path.

Extending the method

The method of the critical path can be extended to larger networks, the definition of work days and weekends coupled with actual dates, and more complicated dependencies between activities.

Relationship:</br> As for the simplicity of this example, the dependencies have all been kept at what is called a finish-start relationship, where the predecessor has to finish before the successor can start. Other relationships can be start-start, where the predecessor has to start before the successor can start, start-finish, where the predecessor has to start before the successor can be finished, and a finish-finish relationship, where the predecessor has to finish before the successor can finish.

Lag:</br> The lag is extra waiting time tied to the relationships between activities, without work or resource impact. In a building project, this could be a waiting time of 28 days for the concrete to dry before the walls can be installed. the relationship would be finish-start, and have a lag of 28 working days. [9]

Critical chain

Compared to the critical path, the critical chain also considers resource constraints, such as people, equipment, and physical space [10]. The critical path is only one of three main parts of the critical chain: Critical path, Feeding chain, and Resource buffers.

Feeding chain

Activities leading up to the critical path can also be considered somewhat critical, as delays in these activities can end up causing delays on the critical path, and thereby the whole project. An example of this is activity B from the example, which becomes a part of what is called the feeding chain. In bigger networks than the one from the example, plenty of activities can be a part of the network, but have very low criticality, as they are not on the critical chain nor even the feeding chain. [11]

Continuing with the example from the previous section, Critical Path, the below table and figure show the activities and their resources needed. The resources are considered assigned 100% to each activity.

List of activities and their dependencies, durations, and resource allocation
Activity Predecessor Successor Duration Resources
A --- C 2 X, Y
B C G 2 X
C A B, D 4 X
D C E, F 4 X, Y
E D G 3 W, X
F D G 1 W, X, Y
G B, E, F --- 2 X, Y

(Images will be redone) Network05NY.png

Activity F is now also on the critical path and the duration of the whole project is changed to 14 to 15 days. Before, activity F could be performed simultaneously with activity E, but as both activities E and F need the resources X and W, F cannot start before E has finished. This causes the whole project duration to extend, as it is discovered that the seemingly feeding activity F in reality is a critical activity due to resource constraints.


Buffers

To try and prevent delays in the project schedule extra time can be worked into the schedule, also called a buffer. The following three types of buffers can be worked into a project network:

Project Buffer: A project buffer is a buffer put in the end of the network, in order to account for possible delays on the critical chain

Feeding buffers: A feeding buffer is buffer time added in between the feeding chain and the critical chain to ensure that delays o the feeding chain are not affecting the critical chain.

Resource buffers: Resource buffers are extra resources such as extra people, space, or equipment set aside in case they are needed on the critical chain. so that delays do not occur.

[12]

Programs

A list of the common programs used to calculate the critical path


Limitations

- Differences between the phenomena/methods
- Limitations to each method
- Where is what used and Where to use what ?

Limitations: critically reflect on the tool/concept/theory and its application context. What can it do, what can it not do? Under what circumstances should it be used, and when not? How does it compare to the “status quo” of the standards – is it part of it, or does it extent them? Discuss your article in the context of key readings / resources provided in class. Substantiate your claims with literature


References

  1. https://www.projectmanager.com/guides/critical-path-method
  2. https://www.proofhub.com/articles/critical-chain-management
  3. https://edward-designer.com/web/critical-path-method-vs-critical-chain-method-for-pmp-exam/
  4. https://www.projectmanager.com/guides/critical-path-method
  5. https://www.geniuserp.com/blog/what-you-need-to-know-about-critical-chain-project-management
  6. https://experience.dropbox.com/da-dk/resources/critical-path
  7. https://asana.com/resources/critical-chain-project-management
  8. https://www.youtube.com/watch?v=zLIdQLkWKjM&ab_channel=AIMSEducation%2CUK
  9. PMBOK® Guide - Sixth Edition
  10. https://www.youtube.com/watch?v=zLIdQLkWKjM&ab_channel=AIMSEducation%2CUK
  11. https://asana.com/resources/critical-chain-project-management
  12. https://asana.com/resources/critical-chain-project-management
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox