Critical Path Method - CPM - Reference Material
Critical Path Method - CPM - Reference Material
Introduction:
The Critical Path Method (CPM) is a project management tool used to determine the sequence of
activities that are critical for the project’s completion. Developed in the late 1950s by DuPont and
Remington Rand, CPM helps project managers identify the longest stretch of dependent activities
and measure the time required to complete them from start to finish.
Key Concepts:
- Predecessor: An activity that must be completed before another activity can start.
3. Critical Path:
- The amount of time an activity can be delayed without delaying the project.
- Total Float: The total time an activity can be delayed without affecting the project completion
date.
- Free Float: The time an activity can be delayed without affecting the start date of subsequent
activities.
- LS: The latest time an activity can start without delaying the project.
- LF: The latest time an activity can finish without delaying the project.
1. List Activities:
2. Determine Dependencies:
- Create a visual representation of the activities and their dependencies using nodes (activities) and
arrows (dependencies).
- Use a forward pass through the network to determine ES and EF for each activity.
6. Calculate Late Start and Finish Times:
- Highlight the longest path through the network with no float, identifying the critical activities.
Advantages of CPM:
- Improved Planning and Scheduling: Provides a clear roadmap of project activities and their
dependencies.
- Better Resource Allocation: Helps in identifying critical activities that require focused resources.
- Enhanced Control: Facilitates monitoring of project progress and timely identification of potential
delays.
- Time Management: Helps in determining the minimum project duration and understanding the
impact of delays.
Disadvantages of CPM:
- Complexity: Can be complex for large projects with many activities.
- Static: Does not easily accommodate changes once the project has started.
Applications of CPM:
- Construction Projects: To schedule and control construction activities.
Youtube URLs:
https://youtu.be/rq5nedNYaXE?si=sVhrRuKiXCGMdnqO
https://youtu.be/rxGcV0tuxRU?si=aejFRETSsbmum6O3
https://youtu.be/-TDh-5n90vk?si=F5oiTTb3DyivPYrp
https://youtu.be/HbynnR0VN10?si=v6tBEpK65lTiTuhx
Conclusion
The Critical Path Method is a powerful tool for project managers to plan, schedule, and control
project activities. By understanding the critical path and managing dependencies, project managers
can ensure timely project completion and efficient resource utilization.
Example:
|----------|------------------|--------------|
|A |3 |- |
|B |2 |A |
|C |4 |A |
|D |3 | B, C |
|E |1 |D |
Network Diagram:
Calculations:
1. Forward Pass:
| Activity | ES | EF |
|----------|----|----|
|A |0 |3 |
|B |3 |5 |
|C |3 |7 |
|D | 7 | 10 |
|E | 10 | 11 |
2. Backward Pass:
| Activity | LS | LF |
|----------|----|----|
|E | 10 | 11 |
|D | 7 | 10 |
|B |3 |5 |
|C |3 |7 |
|A |0 |3 |
Critical Path: