CH 3-CPM Analysis
CH 3-CPM Analysis
Using these values, CPM usually calculates the longest path of planned
activities to the end of the project, and the earliest and latest points that
each activity can start and finish without making the project longer. This
process determines which activities are "critical" (i.e. on the longest path)
and which have "total float" (i.e. can be delayed without making the project
longer).
Here are three more ways critical path can make project a success:
1
1. Reduces Timelines: When the critical path method is displayed as a
bar chart, like a Gantt chart, it is easy to see where the tasks fall in the
overall timeframe. we can visualize the critical path activities (they are
usually highlighted), as well as task durations and their sequences. This
provides a new level of insight into project’s timeline, giving more
understanding about which task durations can modify, and which must
stay the same. If we want to complete the project in a shorter time
frame, it’s easy to see which tasks are the best candidates for duration
reduction.
2. Helps Manage Resources: With so much going on, the critical path
provides a clear direction of what must happen next and who needs to
do it. Once we have identified these critical tasks, there are no more
competing priorities or lack of direction. Everyone on the team is aware
of the tasks that need to take place and the project manager can better
allocate resources.
3. Compares Planned with Actual: The critical path method can also be
used to compare planned progress with actual progress. Throughout a
project, the PM can identify tasks that have already been completed, the
predicted remaining duration for tasks in progress, and any planned
changes to future task durations. The result will be an always updated
schedule which, when displayed against the original project timeline, will
provide a visual way of comparing planned with actual progress.
2
3
4
5
6
7
8
9
10
11
CPM
Introduction
If you have been into project management, I'm sure you have already
heard the term 'critical path method.'
If you are new to the subject, it is best to start with understanding the
'critical path' and then move on to the 'critical path method.'
Critical path is the sequential activities from start to the end of a project.
Although many projects have only one critical path, some projects may
have more than one critical paths depending on the flow logic used in the
project.
If there is a delay in any of the activities under the critical path, there will
be a delay of the project deliverables.
The initial critical path method was used for managing plant maintenance
projects. Although the original method was developed for construction
work, this method can be used for any project where there are
interdependent activities.
12
Key Steps in Critical Path Method
Let's have a look at how critical path method is used in practice. The
process of using critical path method in project planning phase has six
steps.
When detailed activities are used, the critical path method may become too
complex to manage and maintain.
13
Step 3: Network diagram
Once the activity sequence is correctly identified, the network diagram can
be drawn (refer to the sample diagram above).
Although the early diagrams were drawn on paper, there are a number of
computer softwares, such as Primavera, for this purpose nowadays.
You can use such estimation information for this step of the process.
Earliest start time (ES) - The earliest time an activity can start once
the previous dependent activities are over.
Earliest finish time (EF) - ES + activity duration.
Latest finish time (LF) - The latest time an activity can finish
without delaying the project.
Latest start time (LS) - LF - activity duration.
The float time for an activity is the time between the earliest (ES) and the
latest (LS) start time or between the earliest (EF) and latest (LF) finish
times.
During the float time, an activity can be delayed without delaying the
project finish date.
The critical path is the longest path of the network diagram. The activities in
the critical path have an effect on the deadline of the project. If an activity
of this path is delayed, the project will be delayed.
14
Step 6: Critical path diagram to show project progresses
Critical path diagram is a live artefact. Therefore, this diagram should be
updated with actual values once the task is completed.
This gives more realistic figure for the deadline and the project
management can know whether they are on track regarding the
deliverables.
Conclusion
Critical path identification is required for any project-planning phase. This
gives the project management the correct completion date of the overall
project and the flexibility to float activities.
15
Types of Floats
16
Total Float
Total Float (TF) is sometimes simply written as Float.
TF = LF – EF
OR
TF = LS – ES
Both the formulas will produce same result. e.g. In the above
diagram TF for Activity P and Activity Q are 0 and 1 respectively.
Free Float
Free Float (FF) is another type of Float.
17
It is the the amount of time an Activity can be delayed
without impacting the Early Start date of any of its
Immediate Successors.
e.g. Consider Activity Alpha & Activity Beta have a Finish to
Start relationship and Activity Beta is the Successor. If Activity
Alpha has a FF of ‘n’ days, it means Activity Alpha can be delayed
by ‘n’ days without impacting the Early Start of Activity Beta. It can
be calculated by using one of the following formulas.
OR
The first formula is a generic formula and will work everywhere but
the second one will work only if you have used 1 method to do
critical path analysis.
18
Interfering float n = late finish n – Smallest early start of succeeding
activity
The aggregate of free float and interfering float is equal to the total float.
IFF = LF – EF
Or
IFF = TF – FF
IDF = EF – LS – D
19