The Critical Path Method (CPM) in Project Management

From apppm
Revision as of 11:22, 20 September 2016 by S151176 (Talk | contribs)

Jump to: navigation, search


According to the Project Management Institute (PMI), project management is the application of knowledge, skills, tools and techniques to project activities in order to meet project requirements and objectives.[1] The challenging task of managing projects can be supported by an operation reserach technique called the Critical Path Method (CPM). The CPM is a mathematically-network based algorithm in which can be used for planning, scheduling and monitoring project progress. [2]

The technique developed in late 1950s utilizes information from a work breakdown structure (WBS) in a network representation to display interrelationships and dependencies between project activities that must be accomplished to complete a project. The technique is used for analyzing projects by determining the longest sequence of tasks through a project network, called the critical path. This determines the shortest possible time to complete the project as well as which activities should be of particular focus within the project.[3]

Based on acquired information from the CPM, the next question could be if it is possible to shorten the project in order to finish within certain deadline and what is the least expensive way to do it. In today’s competitive environment, there is an increasing pressure to get projects done earlier and quicker, either from the very beginning prior to setting the project baseline or in the midst of project execution, in order to get the project back on schedule. Comparison of the benefits by reducing project time with the total cost associated with it can often be a huge challenge for project managers, thus, the decision to reduce the project duration must be based on an analysis of the trade-offs between time and cost.[2][4]

Contents

Overview

Introduction

Organizations across the world and within different sectors have been using project management as a way to improve project results. The increased awareness and acceptance supports that the application of knowledge, skills, tools and techniques can have significant impact on project success.[5][1]

Figure 1: The Project Management Iron Triangle [6]

According to the ISO 21500 a project is defined as a “unique set of processes consisting of coordinated and controlled activities with start and end dates, performed to achieve project objectives. Achievement of the project objectives requires the provision of deliverables conforming to specific requirements.” [7]

Each and every project is carried out under certain constraints. The three constraints of cost, time and scope represent together the iron triangle of project management, which can be seen in Figure 1. Each constraint forms the vertices with quality as the central theme and together indicates that projects must be delivered within agreed time and cost and furthermore to meet the agreed scope and customer quality requirements. The three constraints are aligned and changes in one will likely affect the others, or impact the quality of the project. This emphasizes the importance of project management and its challenging area in which is not at all easy to deal with.[6][8]

Project management is accomplished through the appropriate application of five processes: [1]

  1. Iniating
  2. Planning
  3. Executing
  4. Monitoring and Controlling
  5. Closing

Each and every organization can be involved in a project of any size, duration and complexity level at any given time. It is notable that project planning, scheduling and monitoring is a major part involved in project management. Therefore the critical path method (CPM) can be of good support within the challenging process of managing projects and helps those involved to address questions such as: [9]

  • What is the (minimum) total time required to complete the whole project?
  • What are the (earliest and latest) start and completion times for individual activities in the project?
  • Which activities are critical and must be completed on time in order to complete the whole project on time?
  • How much delay is tolerated of non-critical activities without impacting the overall project schedule and project completion time?
  • With cost information on each activity: What is the least expensive way to reduce project duration in order to meet a targeted completion time?

All these questions are extreamly valid and important to have under control when managing projects.

Background

The critical path method (CPM) is a mathematically-network based project modeling technique developed in late 1950s in order to plan, schedule and control large, complex projects with many activities. CPM is one approach of network techniques that has been widely used and was developed by a DuPont engineer Morgan R. Walker and a Remington Rand computer expert, James E. Kelly, Jr. to manage plant maintenance and construction work. Furthermore, PERT (Program Evaluation and Review Technique), a critical path network technique was developed simultaneously and independently from the CPM by the U.S. Navy for managing the Fleet Ballistic Missile (Polaris) submarine project. PERT is commonly used in conjunction with CPM and the two optimization techniques are often referred to collectively. [4][10][11]

The CPM technique has been used for many different forms of projects including construction of a new building, bridge or a road, construction of IT-systems, building of ships and research and development of new products. As can be imagened, these projects consist of multiple activities that have to be completed in order to finish the whole project. It is important to note that the methodology is normally not applied to real large scale and complex problems with many activities, since developing the project network and applying the technique can be extremely time consuming. Today, there exists project management software packages based on the methodology, for example Microsoft Project, in which are used to calculate all completion times based on a input. The programs are further able create a visualization the whole project in which is used to ease overview and understanding as well as supporting the monitoring of the project as a whole. But the methodology can easily be applied manually to smaller problems in which will be the case here. Despite that, a knowledge of the concept is important, thus the ones who manage projects have to deal with multiple challenges within planning, coordinating and monitoring all project activities in order to complete the project of interest successfully within agreed time, cost and scope as well as according to customer quality requirements.[4]

Methodology

The Critical Path Method (CPM) can be divided into the following steps:

  • STEP 1: Developing the Project Network
  • STEP 2: Constructing the Project Network
  • STEP 3: The Computation Process of forward pass, backward pass and slack
  • STEP 4: Critical Path Identification
  • STEP 5: Update of project progress

The methodology will be explained step-by-step as well as with an example in Chapter 3: CPM Example.

Step 1: Developing the Project Network

When developing the project network, the following input requirements are needed in order to construct a network model of the project of interest: [12]

  • A list of all activities required to comlete the project also known as the work breakdowm structure (WBS)
  • The duration of each individual activity for completion
  • The dependencies between the activities

With this information, the critical path method is able to determine the longest path of activities through the project network, defined as the critical path and the corresponding activities are defined as critical activities. Based on the fact that the entire project cannot finish until all the activities are completed, the longest path or the critical path gives also the minimum required time to complete the entire project.

Step 2: Constructing the Project Network

The second step involves drawing the project network by placing the activities that need to be completed in the right logical sequence based on their interdependencies. The CPM notation used for each and every activity in the project network can be seen in Figure 2. Therefore, for all activities in the network the following information is registerd and/or computed:
Figure 2: Activity Notation in a Project Network [2]
  • ID: Identification code of individual activity
  • Description: Decription of individual activity
  • Duration (DUR): Duration time of individual activity based on the WBS
  • Early Start (ES): The earliest starting time of an individual activity
  • Early Finish (EF): The earliest finishing time of an individual activity
  • Late Start (LS): The latest starting time of an individual activity
  • Late Finish (LF): The latest finishing time of an individual activity
  • SL (Slack): The tolerance of delay of an individual activity without affecting project completion date

Step 3: The Computation Process

The third step involves the two procedures of forward pass used to compute earliest times, ES and EF, and backward pass used to compute latest times, LS and LF as well as slack computation. [2][9]

Forward Pass begins at the initial activity and traces each path through the network step-by-step, to the end of the last project activity/activities. An important rule of the forward pass prodeadure is that all immediate predecessors must be completed before a succeeding activity can start. That is, early start (ES) of an activity equals the largest early finish (EF) of the immediate predecessors.

For the starting activity/activities of the network, ES = 0 (or some other known value) and each path is traced forward to the finishing activity/activities by applying EF = ES + DUR to all activities in the project network. When finished, the longest path denotes the project completion time for the plan, that is, largest EF = Total Time.

Backward Pass is initiated after the forward pass has been compleated and starts with the last project activity/activities without successors and the late finish (LF) is set as equal to the maximum early finish (EF) for those activities. Note that in cases where imposed project duration deadline exists, that deadline can be used as late finish (LF) instead. An important rule of the backward pass is that at the latest time a succeeding activity can start is only when all immediate predecessors are completed. That is, late finish (LF) for an preceeding activity equals the smallest late start (LS) of the immediate successor activities.

With that in mind, each path is traced backward towards the inital starting activity/activities by applying LS = LF - DUR. When this has been applied to all the activities in the project network, the total slack of an activity can be determined by using SL = LS – ES or LF – EF. [9]

Step 4: Critical Path Identification

The critical path is of great importance since all critical activities must be completed as scheduled in order to meet the scheduled project completion time, that is, if an activity on the critical path is delayed, the project is delayed by the same amount of time. This is due to the fact that the activities on the critical path have a zero slack. Slack (SL) is defined as the amount of time an activity can be delayed without delaying the whole project. Therefore, project managers need pay close attention to the critical path activities, which normally represent 10% of all project activities, in order to ensure that they are not delayed and therefore put the entire project in the risk of being late. [2]

Step 5: Update of project pogress

It is important to note that CPM is an open ended process. As the project progresses, the actual activity completion times will be known and the project network can be updated to include this information. It is important to note that a new critical path may emerge and changes may be made in the network if project requirements change.

The emerge of new critical path is related to the sensitivity of a project network. A network is considered sensitive when it has more than one critical path and/or non-critical activities with little slack and therefore it is more likely that the original critical path(s) will change, once the project has started. On the other hand, a network is considered insensitive when it has one critical path and non-critical activities with very large slack, and therefore less likely that the critical path will change, once the project has started. [2]

CPM Example

In order to gain understanding of the critical path method, the following example is provided.

Constructing the CPM Project Network

Table 1 provides information on 9 activities required to complete a project of intrest as well as their dependencies and duration times. Based on those information, the project’s needs can be translated into a network diagram in which the CPM can be utilized. The diagram graphically shows the project flow and precedence relationships among all project activities and gives the project manager a visual representation of the entire project.

Table 1: Project Information for the CPM
Activity Duration [Weeks] Predecessor Decription
A
1
-
Constructing a base
B
5
A
Build and construct wall structure
C
4
A
Create bearings for the roof
D
10
B, C
Raise the roof
E
5
C
Isolate and close the walls
F
7
D, E
Insert windows and doors
G
5
B, D
Prepare floors and lay parquet
H
4
E
Prepare the outside area
I
6
G, F, H
Paint walls and interior

A network model of the project of intrest represented in Table 1 can be seen in Figure 3 where all project activities have been placed in the right logical sequence based on their interdependencies, using the project activity notation presented in Figure 2. This is the inital starting point of the critical path method.


Figure 3: Network Representsation of the Project Example presented in Table 1

The CPM Computation Process

Following the CPM methodology presented earlier, the first step is to perform the forward pass. Activity A has no predecessors and therefore we assume that the activity can start as soon as the project can start, at time 0. The earliest finish (EF) date for activty A can now be computed as 0 + 1 = 1. Activities B and C have activity A as their immediate predecessor with early start (ES) as 1 and early finish (EF) as 1 + 5 = 6 and 1 + 4 = 5. Activity D is a merge activity since it is preceded by both B and C. The early start (ES) of a merge activity depends on the largest early finish (EF) of all activities that merge to it, since the activity cannot start until both the predecessing activities have finished. Therefore, early start of activity D is max(6(EF-B),5(EF-C)) = 6. By continuing the forward pass, the early start (ES) and early finish (EF) for all activities can be computed as shown in Figure 4. When the forward pass has been completed, it can be seen that the early finish for activity I or the project in total is 29 weeks.

The second step in the CPM methodology is the backward pass starting with the last project activity, which is I. The late finish (LF) of the finishing node I is set equal to its early finish (EF) of 29 weeks and late start (LS) can be computed as 29 - 6 = 23. The finishing node I is an immediate successor of activities G, F and H, hence the latest finishing (LF) time for all the three activities is set to 23 and their late starts (LS) are computed as 23 - 5 = 18, 23 - 7 = 16 and 23 - 4 = 19. Activity E is a burst activity since it is a immediate predecessor for both activities F and H. Hence, the late finish (LF) for activity E is controlled by the smallest late starts (LS) of the two successing activities since activity E cannot finish later than the latest start of an immediate successor. Therefore, late finish (LF) of activity E is min(16(LS-F),19(LS-H)) = 16. If the backward pass is continued until the starting node, the late start (LS) and late finish (LF) for all activities can be computed as shown in Figure 4.


Figure 4: Solution of the Project Example presented in Table 1 based on CPM - Critical Path: A - B - D - F - I

Slack Computation and Critical Path Identification

After the completion of forward and backward passes, it is possible to determine which activities can be delayed by calculating the slack for individual activities in the project network. The slack for activity A is 0 since there is no difference between ES/EF and LS/LF. On the other hand, the slack for activity C is 2 - 1 = 6 - 5 = 1. The slack for individual activities can be computed as shown in Figure 4. After the slack computation, the critical path can easiliy be identified as the longest path through the network with critical activities consisting of zero slack. The critical path in this example is: A – B – D – F – I. . That is, if an activity on the path is delayed, the project is delayed by the same amount of time.

Consideration of Time-Cost trade-offs

Figure 5: Project Time-Cost Trade-Off Curve. [13]

The development of time-cost trade-off curve for a project is often considered a necessary part of a complete Critical Path Method (CPM) analysis [14]. Based on acquired information from the CPM, the next questions could be if it is possible to shorten the project in order to finish within certain deadline and what is the least expensive way to do it. Project crashing is a procedure to identify the cost of reducing project duration so that comparisons can be made with the benefits of getting the project completed earlier. It requires information of the total project cost, which includes both direct and indirect costs. Shortening the project duration will normally increase the direct costs, which can be assigned directly to project activities and commonly represents labour, materials and etc. Meanwhile, a reduction in project duration indicates a reduction in indirect costs, necessary costs for doing work which continues for the life of the project and is not related to individual project activities. Therefore, the time-cost trade-off analysis can help to identify the optimum cost-time point between increasing cost of individual activities and decreasing overall project costs. The outcome of such analysis results in a time-cost trade-off curve as shown in Figure 5 which shows that the optimum project duration can be determined as the project duration that results in the least project total cost. [15][16]

Figure 6: Activity Cost & Time Relationship.[9]

Simplified represensation of the relationship between the duration of an activity and it direct costs can be seen in Figure 6. Normal time for an activity represents estimated activity duration under normal conditions retrieved from the CPM and normal cost refers to the corresponding cost of that activity, which implies minimum direct cost. Crashing refers to speeding up the duration of an activity and the crash time is the shortest possible time an activity can be completed in. The direct cost for completing an activity in its crash time is called crash cost and crash point represents the maximum time an activity can be compressed. The cost-time relationship is assumed to be linear as shown in Figure 6 and for each activity a crash cost per period can be derived as:


 \text{crash cost period}  =  \tfrac{\text{Crash Cost - Normal Cost}}{\text{Normal Time - Crash Time}}


That is, the slope gives information about the cost per unit of time for shortening an individual activity and therefore allows comparison of which critical activities to shorten in order to minimize the total direct cost. [2][9][15]

After having utilized the CPM, the procedure for project crashing involves the following steps: [9][15]

  1. Compute the crash cost per period for all activities in the project network
  2. Find critical path(s) and critical activities in the project network
  3. In the case of only one critical path, identify a critical activity with the smallest crash cost per period that can still be crashed. Otherwise, identify critical activity/activities from each critical path with the smallest crash cost per period, which can still be crashed.
  4. Reduce the duration of the critical activity/activities identified in step 3 by one period.
  5. Reconstruct or adjust the project network based on changes made in step 4. Calculate the total costs = directs + indirect costs. Stop the procedure if the desired completion deadline is reached, otherwise return to step 3. Continue until the crash point has been reached, that is, no further shortening is possible.

An example of project crashing where the procedure is utilized and explained step-by-step is available here in Chapter 8.7: Project Crashing. The procedure can be used as a continuation of the example that was provided above, Chapter 3: CPM Example, with relatively small changes. The only change required is that the durartion time of activity A is set to 0 since it is considered as a dummy activity in the example. Furthermore, good examples are provided here and here!!!!!.

Advantages and Benefits of the CPM

The critical path method (CPM) has been widely used in planning, scheduling and monitoring of project progress by a variety of organizaitons and industries with great success. The advantages of the CPM are multiple which can be used as a framefork for project information and insight used by project managers and members concerning project time, cost and performance. Following is a list of advantages and benefit reasons of why CPM is utilized in organizations today: [2][10][11][17]

  • The method encourages all project members to identify and grapically represent all various project activities that need to be accomplised together with their interrelationship and dependencies in a logical manner. This is beneficial in the planning stage since it requires that the project is thought through in sufficient details in the long range. This minimizes the chances of overlooking necessary project activities and project goals.
  • The network representation is a graphic vizualisation of the entire project flow giving complete overview in which is understood by all members in the project. Furthermore, smaller project network can easily be modified or changed when unexpected events occur as the project progresses.
  • The method provides an estimate of the minimum project duration together with scheaduling of individual project activities needed to complete the project of intrest in an efficient manner. Furthermore, the method also identifies the slack or the tolerance of delay for individual activities without affecting the imposed completion time.
  • The method provides a basis for documentation standard and enhances the communication of project plans, schedules and time-cost performances.
  • The method enables the identification of the critical path(s) and corresponding critical activities in which special attention should be on in the project due to risk of delay. This is extreamly beneficial in the monitoring stage when tracking the project progress. That means regular updates on project status as well as the critical path(s) with the concept of network senitivy in mind, since the critial paths do not necessary remain static for the life of the project.
  • The benefit of time-cost trade off optimization is possible with cost [normal and crash] information on each activity in the project. That is, the CPM can help to identify the paths that can be taken in order to accelerate a project completion or identify the shortest possible time or least possible cost that is needed to complete an activity as well as the optimum point of time and cost.
  • The method provides the basis for scheaduling labour and equipment as well as budgeting the cash flow of the project.

Disadvantages and Limitations of the CPM

Despite the multiple advantages and benefits of the CPM mentioned earlier, the method possesses of several limitations or disadvantages which can be listed as following: [2][11][18][19]

  • The CPM and the analysis process can become extreamly complicted as the scope and complexity of the project increases and without a software it might be hard to manage. For large and complex projects, there can be thousands of activities and dependency relationships and the risk of making a mistake in the network computation becoming very high.
  • The CPM and network diagrams are highly dependent on information technology and computer software in which can be of high inital and usage cost for organizations.
  • The method does not include labor, equipment scheduling and resource allocation, only provides the basis for it.
  • The method requires time in order to develop the project network and relies heavily on project managers and members involved in that stage. Poorly defined project scope and activities can result in ineffective use of CPM, which becomes difficult to manage.
  • The method operates based on the assumption that the duration time of individual activities in the project are known with certainty which may not always be the case. This is where the network technique variation of CPM, PERT can be useful which takes more skeptical view of the time needed to complete an individual activity.
  • The method cannot effectively handle project plan changes during the project execution. Changes require that the project network is redrawn and the computation process repeated according to new information midway in the project.
  • Critical path(s) is/are not always clear and can sometimes be hard to identify and follow when monitoring the project progress. Constant review of the network diagram is necessary to identify the shifting and movement of the critical path(s) over time.

Annotated Bibliography

Project Management Institute. (2008). A Guide to the Project Management Body of Knowledge.[1]

This is a recognized formal standard for the project management profession and describes established norms, methods, processes and practices for project, program and portfolio management.

THIS IS A WORK IN PROGRESS - WIP :)


Larson, E. W & Gray, C. F. (2014). Project Management - The Managerial Process. [2]

This book provides a holistic, socio-technical view of project management and focuses on the integration of project management into the organization as a whole. The focus is on the essential tools and processes used to manage projects as well as the human dimension and how they interact to determine the effectivness and outcome of projects. The book touches upon various aspects of project management in a logical manner from the inital stages of a project to the project closure and everything inbetween. Chapter 6 focuses on the development of project plan and the use of project networks. Chapter 9 focuses on reduction the project duration and consideration on time-cost trade-offs.

Chapter on Deterministic Decision Models. (n.d.). Course material in Network Optimization at DTU autumn 2015. Project Scheduling: PERT/CPM.[9]

Anderson, E. B., & Hales, R. S., (1986). Critical Path Method Applied to Project Planning: Fire Economics Evaluation Systems (FEES).[10]

Stelth, P. (2009). Project’s Analysis through CPM (Critical Path Method). Isles International University.[11]

Elbeltagi, E. Construction Management - Chapter on Project Time-Cost Trade-Offs.[15]

References

  1. 1.0 1.1 1.2 1.3 Project Management Institute. (2008). A Guide to the Project Management Body of Knowledge. 4th Edition. p. 6. USA. ISBN 9781933890517
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 Larson, E. W & Gray, C. F. (2014). Project Management - The Managerial Process. 6th edition, p. 161. USA: NY. ISBN 9781259010705
  3. Newbold, R.C. (1998). Project Management in the Fast Lane – Applying the Theory of Constraint. USA: FL. ISBN 9781498738064
  4. 4.0 4.1 4.2 Larsen, J. & Clausen, J., (2009). Course material in Networks and Integer Programming Supplementary at DTU - Notes to Networks and Integer Programming. Retrieved from campusnet.dtu.dk
  5. Project Management Institute. (2010). The Value of Project Management. Available Online Version
  6. 6.0 6.1 Wikipedia. The Project management Triangle. Retrieved 10.08.2016
  7. International Organization for Standardization (2012) ISO 21500 – Guidance on Project Management.
  8. Mind Tools. The Iron Triangle of Project Management. Retrieved 10.08.2016 from MindTools online page
  9. 9.0 9.1 9.2 9.3 9.4 9.5 9.6 Chapter on Deterministic Decision Models. (n.d.). Course material in Network Optimization at DTU autumn 2015. Project Scheduling: PERT/CPM.. Available online
  10. 10.0 10.1 10.2 Anderson, E. B., & Hales, R. S., (1986). Critical Path Method Applied to Project Planning: Fire Economics Evaluation Systems (FEES). United States Department of Agriculture. USA. Available Online
  11. 11.0 11.1 11.2 11.3 Stelth, P. (2009). Project’s Analysis through CPM (Critical Path Method). Isles International University. Available Online
  12. Santiago, J. & Magallon, D. (2009). The Critical Path Method - (CEE 320 – VDC Seminar). Stanford University. Retrieved 06. September 2016. Available online
  13. Hegazy, T. (1999). Optimization of construction time – Cost trade-off analysis using genetic algorithms. Figure of Time-Cost Trade-Offs Retrieved 09. September 2016. Available online
  14. Panagiotakopoulos, D. A CPM Time-Cost Computational Algorithm for Arbitrary Activity Cost Functions. Department of Civil Engineering, McGill University, Montreal. Retrieved 20.08.2016.
  15. 15.0 15.1 15.2 15.3 Elbeltagi, E. Construction Management - Chapter on Project Time-Cost Trade-Offs. Retrieved 15.08.2016. Available online
  16. CPM Tutor. (2010). Time-Cost Trade-Off . Retrieved 15.08.2016 Available online
  17. The Constructor – Civil Engineering Home. Advantages of Critical Path Method (CPM). Retrieved 16. September 2016 Available Online
  18. Mind Tools. Critical Path Analysis and PERT Charts Retrieved 17.08.2016 Available online
  19. Bright Hub Project Managmenet. (2013). Advantages and Disadvantages of Critical Path Method. Retrieved 17. September 2016. Available online
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox