Chapter 9 Project Scheduling PERTCPM Projects are usually

  • Slides: 24
Download presentation
Chapter 9 Project Scheduling: PERT/CPM Projects are usually complex, unique, expensive to implement and

Chapter 9 Project Scheduling: PERT/CPM Projects are usually complex, unique, expensive to implement and may have several thousand activities. Moreover, some activities depend on the completion of other activities before they can be started. Examples of projects include: • R&D of new products and processes • Construction of buildings and highways • Maintenance of large and complex equipment • Design and installation of new systems PERT/CPM is used to plan the scheduling of individual activities that make up a project. Slide 1

PERT/CPM PERT • Program Evaluation and Review Technique • Developed by U. S. Navy

PERT/CPM PERT • Program Evaluation and Review Technique • Developed by U. S. Navy for Polaris missile project • Developed to handle uncertain activity times CPM • Critical Path Method • Developed by Du. Pont & Remington Rand • Developed for industrial projects for which activity times are fixed Today’s project management software packages have combined the best features of both approaches. Slide 2

PERT/CPM Project managers rely on PERT/CPM to help them answer questions such as: •

PERT/CPM Project managers rely on PERT/CPM to help them answer questions such as: • What is the total time to complete the project? • What are the scheduled start and finish dates for each specific activity? • Which activities are critical and must be completed exactly as scheduled to keep the project on schedule? • How long can non-critical activities be delayed before they cause an increase in the project completion time? Slide 3

Project Network A project network can be constructed to model the precedence of the

Project Network A project network can be constructed to model the precedence of the activities. The nodes of the network represent the activities. The arcs of the network reflect the precedence relationships of the activities. A critical path for the network is a path consisting of activities with zero slack. It is also the path that takes the longest time to complete. Slide 4

Example: Frank’s Fine Floats is in the business of building elaborate parade floats. Frank

Example: Frank’s Fine Floats is in the business of building elaborate parade floats. Frank ‘s crew has a new float to build and want to use PERT/CPM to help them manage the project. The table on the next slide shows the activities that comprise the project as well as each activity’s estimated completion time (in days) and immediate predecessors. Frank wants to know the total time to complete the project, which activities are critical, and the earliest and latest start and finish dates for each activity. Slide 5

Example: Frank’s Fine Floats Activity A 3 B C D E 7 F 3

Example: Frank’s Fine Floats Activity A 3 B C D E 7 F 3 G H Description Initial Paperwork Immediate Completion Predecessors Time (days) --- Build Body Build Frame Finish Body Finish Frame A A B C Final Paperwork Mount Body to Frame Install Skirt on Frame 3 2 3 B, C D, E C 6 2 Slide 6

Example: Frank’s Fine Floats Project Network B ES EF D ES EF 3 LS

Example: Frank’s Fine Floats Project Network B ES EF D ES EF 3 LS LF F ES EF 3 LS LF E ES EF 7 LS LF S Start A ES EF 3 LS LF C ES EF 2 LS LF G ES EF 6 LS LF Finish H ES EF 2 LS LF Slide 7

Earliest Start and Finish Times Step 1: Make a forward pass through the network

Earliest Start and Finish Times Step 1: Make a forward pass through the network as follows: For each activity i beginning at the Start node, compute: • Earliest Start Time, ESi = the maximum of the earliest finish times of all activities immediately preceding activity i. (This is 0 for an activity with no predecessors. ) • Earliest Finish Time, EFi = (Earliest Start Time) + (Time to complete activity i ). The project completion time is the maximum of the Earliest Finish Times all the activities that end at the Finish node. Slide 8

Example: Frank’s Fine Floats Earliest Start and Finish Times B 3 6 D 3

Example: Frank’s Fine Floats Earliest Start and Finish Times B 3 6 D 3 3 F Start A 3 E 2 ES EF 2 LS LF G 6 9 12 18 6 3 0 3 C H 6 9 3 5 7 Finish 5 12 H 5 7 2 Slide 9

Latest Start and Finish Times Step 2: Make a backwards pass through the network

Latest Start and Finish Times Step 2: Make a backwards pass through the network as follows: Move sequentially backwards from the Finish node to the Start node. For each activity, i, compute: • Latest Finish Time, LFi = the minimum of the latest start times of all the successor activity/ies of node i. (For node last node/s, this is the project completion time or the largest earliest finish times of the nodes that end at the Finish node. ) • Latest Start Time, LSi = (Latest Finish Time) (Time to complete activity i ). Slide 10

Example: Frank’s Fine Floats Latest Start and Finish Times B 3 6 9 D

Example: Frank’s Fine Floats Latest Start and Finish Times B 3 6 9 D 3 9 12 F Start 0 3 3 15 18 3 0 3 E 3 5 2 3 5 ES EF 2 LS LF 6 9 A C H 6 9 G 12 18 6 12 18 Finish 5 12 7 5 12 H 5 7 2 16 18 Slide 11

Determining the Critical Path Step 3: Calculate the slack time for each activity by:

Determining the Critical Path Step 3: Calculate the slack time for each activity by: Slack = (Latest Start) - (Earliest Start), or = (Latest Finish) - (Earliest Finish). B 3 6 9 D 3 9 12 F Start 6 9 A 0 3 3 15 18 3 0 3 E C 3 5 2 3 5 G 12 18 6 12 18 Finish 5 12 7 5 12 H 5 7 2 16 18 Slide 12

Example: Frank’s Fine Floats Activity Schedule including the Slack Time Activity A B C

Example: Frank’s Fine Floats Activity Schedule including the Slack Time Activity A B C D E F G H ES EF LS LF Slack 0 3 0 (critical) 3 6 6 9 3 3 5 0 (critical) 6 9 9 12 3 5 12 0 (critical) 6 9 15 18 9 12 18 0 (critical) 5 7 16 18 11 Slide 13

Example: Frank’s Fine Floats A critical path is a path of activities, from the

Example: Frank’s Fine Floats A critical path is a path of activities, from the Start node to the Finish node, with 0 slack times. B 3 6 9 Start D 6 9 3 9 12 G F 6 12 18 6 9 A 0 3 3 15 18 3 0 3 E C 3 5 12 18 Finish 5 12 7 5 12 2 3 5 H 5 7 2 16 18 Critical Path: A–C–E–G Project Completion Time: 18 days Slide 14

PERT/CPM Critical Path Procedure Step 1. Develop a list of the activities of the

PERT/CPM Critical Path Procedure Step 1. Develop a list of the activities of the project. Step 2. Determine the immediate predecessor(s) for each activity in the project. Step 3. Estimate the completion time for each activity. Step 4. Draw a project network depicting the activities and immediate predecessors listed in steps 1 and 2. Step 5. Determine the earliest start and the earliest finish time for each activity by making a forward pass through the network. Step 6. Use backward pass through the network to identify the latest start and latest finish time for each activity. Slide 15

PERT/CPM Critical Path Procedure Step 7. Use the difference between the latest start time

PERT/CPM Critical Path Procedure Step 7. Use the difference between the latest start time and the earliest start time for each activity to determine the slack for each activity. Step 8. Find the activities with zero slack; these are the critical activities. Step 9. Use the information from steps 5 and 6 to develop the activity schedule for the project. Slide 16

Classroom Exercise: ABC Associates Consider the following project: Activity Immed. Predec. Activity time (hours)

Classroom Exercise: ABC Associates Consider the following project: Activity Immed. Predec. Activity time (hours) A -6 B -4 C A 3 D A 5 E A 1 F B, C 4 G B, C 2 H E, F 6 I E, F 5 J D, H 3 K G, I 5 i) Draw the project network diagram for ABC Associates. ii) Calculate the ES, EF, LS and S for each activity. iii) Determine the critical path. iv) What is the project completion time? Slide 17

Classroom Exercise: ABC Associates Solution Slide 18

Classroom Exercise: ABC Associates Solution Slide 18

Uncertain Activity Times for PERT Calculation of activity’s mean completion time and completion time

Uncertain Activity Times for PERT Calculation of activity’s mean completion time and completion time variance. An activity’s mean completion time is: t = (a + 4 m + b)/6 • • • a b m = = = the optimistic completion time estimate the pessimistic completion time estimate the most likely completion time estimate An activity’s completion time variance is: 2 = ((b-a)/6)2 Slide 19

Example: ABC Associates Consider the following project: Activity A B 5 C 3 D

Example: ABC Associates Consider the following project: Activity A B 5 C 3 D E 1. 5 F 5 G 5 H 7 Immed. Optimistic Predec. Time (Hr. ) --- Most Likely Pessimistic Time (Hr. ) 4 6 8 1 4. 5 A 3 3 A A 4 0. 5 5 1 3 4 B, C 6 B, C 1 1. 5 E, F 5 6 Slide 20

Example: ABC Associates Activity Expected Times and Variances Activity A B C D E

Example: ABC Associates Activity Expected Times and Variances Activity A B C D E F G H I J K t = (a + 4 m + b)/6 Expected Time 6 4 3 5 1 4 2 6 5 3 5 2 = ((b-a)/6)2 Variance 4/9 0 1/9 1/36 1/9 4/9 1 1/9 4/9 Slide 21

Example: ABC Associates Critical Path (A-C-F-I-K); Project Completion time: 23 hours 6 11 5

Example: ABC Associates Critical Path (A-C-F-I-K); Project Completion time: 23 hours 6 11 5 15 20 0 6 6 0 6 13 19 6 14 20 6 7 1 12 13 6 9 9 0 4 4 5 9 9 13 4 9 13 19 22 3 20 23 13 18 5 13 18 9 11 2 16 18 18 23 5 18 23 Important Note: The variance of the project completion time is the sum of the variances of the activities on the critical path. Slide 22

Example: ABC Associates Probability the project will be completed within 24 hrs: Step 1:

Example: ABC Associates Probability the project will be completed within 24 hrs: Step 1: Calculate the variance of the project completion time 2 = 2 A + 2 C + 2 F + 2 I + 2 K = 4/9 + 0 + 1/9 + 1 + 4/9 = 2 = 1. 414 Step 2: Calculate the standard normal, z = (X – m)/ , where m = expected project completion time. z = (24 - 23)/ (24 -23)/1. 414 =. 71 Step 3: Calculate the probability from the standard normal distribution table (See Appendix A in the textbook): P(z <. 71) = 0. 5 +. 2611 = 0. 7611 Slide 23

Example: ABC Associates i) What is the probability that the project will be completed

Example: ABC Associates i) What is the probability that the project will be completed with 25 hours? ii) What is the probability that the project will be completed between 20 and 25 hours? Slide 24