How to find critical path using pert and cpm
How to find critical path using pert and cpm
The Critical Path Method (CPM) and Program Evaluation and Review Technique (PERT) are
project management tools used to determine the critical path of a project. The critical path
represents the longest sequence of activities from start to finish, which determines the
shortest time in which a project can be completed. Here's a step-by-step guide to finding the
critical path using PERT and CPM:
2. Determine Dependencies
Optimistic time (O): The shortest possible time to complete the activity.
Most likely time (M): The most probable duration for the activity.
Pessimistic time (P): The longest possible time to complete the activity.
Use the formula to calculate the expected time (TE) for each activity:
Earliest Start (ES): The earliest time an activity can begin (based on its
predecessors).
Latest Finish (LF): The latest time an activity can finish without delaying the
project.
Latest Start (LS): The latest time an activity can start without delaying the project.
7. Calculate Float/Slack
Float (Slack): The amount of time an activity can be delayed without affecting the
project's completion date.
Float=LS−ES=LF−EF\text{Float} = LS - ES = LF - EFFloat=LS−ES=LF−EF
Trace the path of activities with zero float through the network diagram.
The critical path determines the project's minimum duration.
Example
By following these steps, you can efficiently find the critical path using PERT or CPM.
List all the activities involved in the project along with their dependencies and
estimated durations.
For CPM:
For PERT:
Objective: Calculate the Earliest Start (ES) and Earliest Finish (EF) times for all
activities.
Calculations:
Objective: Calculate the Latest Finish (LF) and Latest Start (LS) times for all
activities.
Calculations:
6. Calculate Float/Slack
Float (Slack): Measures the flexibility of starting an activity without delaying the
project.
Float=LS−ES=LF−EF\text{Float} = LS - ES = LF - EFFloat=LS−ES=LF−EF
The critical path is the longest path through the network diagram (in terms of time),
consisting of activities with zero float.
This path determines the shortest time needed to complete the project.
Example
Given Activities:
Steps:
1. Forward Pass:
o ESA=0,EFA=3ES_A = 0, EF_A = 3ESA=0,EFA=3
o ESB=3,EFB=9ES_B = 3, EF_B = 9ESB=3,EFB=9
o ESC=3,EFC=5ES_C = 3, EF_C = 5ESC=3,EFC=5
o ESD=max(EFB,EFC)=9,EFD=13ES_D = \max(EF_B, EF_C) = 9, EF_D =
13ESD=max(EFB,EFC)=9,EFD=13
2. Backward Pass:
o LFD=13,LSD=9LF_D = 13, LS_D = 9LFD=13,LSD=9
o LFB=9,LSB=3LF_B = 9, LS_B = 3LFB=9,LSB=3
o LFC=9,LSC=7LF_C = 9, LS_C = 7LFC=9,LSC=7
o LFA=3,LSA=0LF_A = 3, LS_A = 0LFA=3,LSA=0
3. Float Calculation:
o FloatA=0,FloatB=0,FloatC=4,FloatD=0\text{Float}_A = 0, \text{Float}_B =
0, \text{Float}_C = 4, \text{Float}_D = 0FloatA=0,FloatB=0,FloatC=4,FloatD
=0
4. Critical Path:
o Activities A→B→DA → B → DA→B→D form the critical path with a
duration of 13 days.
Summary