Critical path method (CPM)
The Critical Path Method (CPM) is a deterministic network scheduling method used in project management to calculate the sequence of activities and the minimum possible project completion time. The critical path is the longest-duration path through a network model; a delay in any activity on this path will delay the completion of the entire project[1][2].
History
CPM was developed in the late 1950s by James E. Kelley Jr. of Remington Rand and Morgan R. Walker of DuPont. Their 1959 report initiated the industrial use of the method; the authors later published a historical account of CPM's origins[2][3]. Concurrently in the US, the probabilistic PERT method was developed, with which CPM is often used in conjunction[1].
Core Concepts
- Activity — an action with a duration d and dependencies on predecessors.
- Event/Milestone — a point in time with zero duration that marks a specific state of the project.
- Critical Path — the sequence of activities with the maximum total duration between the model's start and finish; activities on it have zero total float[1].
- Precedence is defined by FS, SS, FF, and SF relationships with possible lags; in practice, PDM / AON (Activity-on-Node) is used, while the historical ADM / AOA (Activity-on-Arrow) is less common[4][5][6].
Calculating Dates and Floats
The calculation is performed using forward and backward passes through the network.
Forward Pass (early dates):
- for initial activities: ES = 0 (or according to the chosen time scale);
- for each activity j: ESj = max{ EFi of all predecessors i };
- EF = ES + d.
Backward Pass (late dates):
- for final activities: LF equals the total project duration (or the early finish of the final milestone);
- for each activity j: LS = LF − d; LFj = min{ LSs of all successors s }[7][8].
Floats (or slack):
- Total Float (TF): TF = LS − ES = LF − EF — the amount of time an activity can be delayed without affecting the project's finish date.
- Free Float (FF): FF = min{ ESsucc } − EF — the amount of time an activity can be delayed without affecting the early start of its successors[9][10].
Dependencies and Lags
In PDM, four basic types of dependencies are supported: FS (finish‑to‑start), SS (start‑to‑start), FF (finish‑to‑finish), and SF (start‑to‑finish). Each dependency can have a lag (positive or negative), for example, FS + 2d means the successor starts two days after the predecessor finishes[6].
Schedule Compression (Crashing, Fast-Tracking)
Project duration can be reduced through:
- Crashing — purposefully reducing the duration of critical path activities by adding resources, which incurs additional costs. It is preferable to crash activities with the lowest cost slope.
- Cost Slope (cost per unit of time saved): (Ccrash − Cnormal) / (Dnormal − Dcrash)[11].
- Fast-tracking — performing activities or phases in parallel that would normally be done in sequence (e.g., changing FS to SS), which increases the risk of rework[1].
Areas of Application
CPM is used to develop schedules in construction, energy, manufacturing, IT projects, and R&D. The method is a foundational component of project management and systems engineering standards (e.g., from PMI, NASA) and is widely supported by scheduling software[1][12][13].
Advantages
- Clear identification of the critical path and bottlenecks, helping project managers prioritize their focus[1].
- Simple rules for calculating early/late dates and floats, providing transparency into the impact of changes[7].
- Compatibility with PDM/Gantt charts and tools for analyzing schedule compression options[4].
Limitations
- The basic CPM model does not account for resource constraints or the stochastic nature of activity durations; resource leveling and extensions (such as the critical chain method) are used to address this[1].
- When complex dependencies and lags are used, the interpretation of floats can be non-trivial; it is recommended to formally define and control the rules for float calculation in contractual documents[10].
Relationship with Other Approaches
- PERT — uses probabilistic duration estimates (three-point estimates, β-distribution approximation), whereas CPM uses deterministic durations.
- Gantt Chart — a visual representation of the schedule, often used in conjunction with CPM/PERT.
- Network Scheduling — a general group of methods that includes CPM, PERT, ADM/AOA, and PDM/AON.
See also
Literature
- Kelley, J. E.; Walker, M. R. (1959). Critical‑Path Planning and Scheduling. IRE‑AIEE‑ACM '59 (Eastern). ACM Digital Library. [14]
- Kelley, J. E.; Walker, M. R. (1989). Origins of CPM: A Personal History. PM Network. PMI. [15]
- PMI. PMBOK® Guide. [16]
- NASA. Systems Engineering Handbook (SP‑2016‑6105 Rev2). [17]
- "Critical path method". Wikipedia (en). [18]
- "Precedence diagram method". Wikipedia (en). [19]
- "Dependency (project management)". Wikipedia (en). [20]
- "Arrow diagramming method". Wikipedia (en). [21]
- Baker, S. L. Critical Path Method (CPM) — Analysis Steps. University of South Carolina. [22]
- "Creating an Activity Network Diagram". CSU Pressbooks. [23]
- "Crashing Example". An‑Najah National University (educational example). [24]
References
- ↑ 1.0 1.1 1.2 1.3 1.4 1.5 1.6 "Critical path method". Wikipedia (en). [1]
- ↑ 2.0 2.1 Kelley, J. E., Jr.; Walker, M. R. (1959). "Critical-Path Planning and Scheduling". IRE‑AIEE‑ACM '59 (Eastern). ACM Digital Library. [2]
- ↑ Kelley, J. E.; Walker, M. R. (1989). "Origins of CPM: A Personal History". PM Network. Project Management Institute. [3]
- ↑ 4.0 4.1 "Precedence diagram method". Wikipedia (en). [4]
- ↑ "Arrow diagramming method". Wikipedia (en). [5]
- ↑ 6.0 6.1 "Dependency (project management)". Wikipedia (en). [6]
- ↑ 7.0 7.1 Baker, S. L. "Critical Path Method (CPM) — Analysis Steps". University of South Carolina. [7]
- ↑ "Fundamental Scheduling Procedures". Project Management, Carnegie Mellon University. [8]
- ↑ "Creating an Activity Network Diagram". Project Management — Navigating the Complexity. Cleveland State University Pressbooks. [9]
- ↑ 10.0 10.1 "Critical Path Method Calculations". PMI. [10]
- ↑ "Crashing Example". An‑Najah National University (educational example). [11]
- ↑ PMI. A Guide to the Project Management Body of Knowledge (PMBOK® Guide). [12]
- ↑ NASA. Systems Engineering Handbook (NASA/SP‑2016‑6105 Rev2). [13]