Critical Path Method (CPM)
The critical path is the longest sequence of activities in a project that determines the shortest possible project duration. Activities on the critical path have zero float (slack).
Steps to Calculate
- List all activities and their durations.
- Identify dependencies.
- Draw a network diagram.
- Calculate early start (ES) and early finish (EF) (forward pass).
- Calculate late start (LS) and late finish (LF) (backward pass).
- Determine float: Float = LS - ES or LF - EF.
- Identify the critical path (activities with zero float).
Interactive Calculator
Enter activities, durations, and dependencies to calculate the critical path.
Example
Activities: A (5 days, no predecessor), B (3 days, depends on A), C (2 days, depends on B). Critical path: A → B → C (10 days).