pmt-1 project management finding the critical path

33
PMT-1 Project Management Finding the Critical Path

Upload: stanley-saville

Post on 31-Mar-2015

249 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: PMT-1 Project Management Finding the Critical Path

PMT-1

Project ManagementFinding the Critical Path

Page 2: PMT-1 Project Management Finding the Critical Path

PMT-2

Project management can be used to manage complex projects.

The first step in planning and scheduling a project is to develop the work breakdown structure.

This involves identifying the activities that must be performed in the project. Each detail and each activity may be broken into its most basic components.

The time, cost, resource requirements, predecessors, and person(s) responsible are identified.

Introduction

Page 3: PMT-1 Project Management Finding the Critical Path

PMT-3

Project Management

Definition: It is nothing more (or less) than knowing what the status of a project is:

when it should be done, how much (and if) it has slipped from the

original schedule, what the bottlenecks are, and what you might drop to save some time.

Page 4: PMT-1 Project Management Finding the Critical Path

PMT-4

One of the earliest techniques was the Gantt chart (Used by US Navy).

This type of chart shows the start and finish times of one or more activities, as shown below:

Project Management Models: History

Page 5: PMT-1 Project Management Finding the Critical Path

PMT-5

PERT and CPM

The program evaluation and review technique (PERT) and the critical path method (CPM) are two popular quantitative analysis techniques that help managers plan, schedule, monitor, and control large and complex projects.

They were developed because there was a critical need for a better way to manage.

Page 6: PMT-1 Project Management Finding the Critical Path

PMT-6

Framework of PERT and CPM

There are six steps common to both PERT and CPM.

1. Define the project and all of its significant activities or tasks.

2. Develop the relationships among the activities. Decide which activities must precede others.

3. Draw the network connecting all of the activities.4. Assign time and/or cost estimates to each

activity.5. Compute the longest time path through the

network; this is called the critical path.6. Use the network to help plan, schedule, monitor,

and control the project.

Page 7: PMT-1 Project Management Finding the Critical Path

PMT-7

Questions answered by PERT

1. When will the entire project be completed? 2. What are the critical activities or tasks in the

project, that is, the ones that will delay the entire project if they are late?

3. Which are the non-critical activities, that is, the ones that can run late without delaying the entire project’s completion?

4. What is the probability that the project will be completed by a specific date?

Page 8: PMT-1 Project Management Finding the Critical Path

PMT-8

5. At any particular date, is the project on schedule, behind schedule, or ahead of schedule?

6. On any given date, is the money spent equal to, less than, or greater than the budgeted amount?

7. Are there enough resources available to finish the project on time?

8. If the project is to be finished in a shorter amount of time, what is the best way to accomplish this at the least cost?

Questions answered by PERT

Page 9: PMT-1 Project Management Finding the Critical Path

PMT-9

General Foundry: Example of PERT

Background: General Foundry, Inc., a metal works plant has

long been trying to avoid the expense of installing air pollution control equipment.

The local environmental protection group has recently given the foundry 16 weeks to install a complex air filter system on its main smokestack.

General Foundry was warned that it will be forced to close unless the device is installed in the allotted period.

They want to make ensure that installation of the filtering system progresses smoothly and on time.

Page 10: PMT-1 Project Management Finding the Critical Path

PMT-10

Steps One and Two:

1. Define the project and all project activities. 2. Immediate predecessors are determined in

the second step.

Page 11: PMT-1 Project Management Finding the Critical Path

PMT-11

Step Three

3. Activities and events are drawn and connected.

Page 12: PMT-1 Project Management Finding the Critical Path

PMT-12

Step Four

4. The fourth step is to assign activity times. a. Time is usually given in units of weeks. b. Without solid historical data, managers are often

uncertain as to activity times.c. The developers of PERT thus employed a

probability distribution based on three time estimates for each activity: Optimistic time Pessimistic time Most likely time

Page 13: PMT-1 Project Management Finding the Critical Path

PMT-13

Step 4 - Beta Probability The beta probability distribution is often used when

there is no solid historical data upon which to base activity time estimates

Found to be appropriate in many cases for determining an expected value and variance for activity completion times

Page 14: PMT-1 Project Management Finding the Critical Path

PMT-14

Step Four Three time estimates are provided for each

activity: Optimistic time (a): time an activity will take if

everything goes as well as possible. There should be only a small probability (say, 1/100) of this occurring.

Pessimistic time (b): time an activity would take assuming very unfavorable conditions. There should also be only a small probability that the activity will really take this long.

Most likely time (m): most realistic time estimate to complete the activity.

Page 15: PMT-1 Project Management Finding the Critical Path

PMT-15

Calculations with PERT

• To find the expected activity time, the estimates are weighted as follows:

• Variance for activity completion time is computed as 2

2

6

ab

6

4 bmat

Page 16: PMT-1 Project Management Finding the Critical Path

PMT-16

A

B

C

D

E

F

G

H

1

2

1

2

1

1

3

1

2

3

2

4

4

2

4

2

3

4

3

6

7

9

11

3

2

3

2

4

4

3

5

2

Activity a m b E(t) 2

9

1

6

132

9

25

6

1112

9

16

6

1 92

9

9

6

1 72

9

4

6

2 62

9

1

6

1 32

4

1

6

1 42

9

1

6

1 32

25

General Foundry - Time Estimates

Page 17: PMT-1 Project Management Finding the Critical Path

PMT-17

Step Five

The fifth step is to compute the longest path through the network— the critical path.

Page 18: PMT-1 Project Management Finding the Critical Path

PMT-18

General Foundry - PERT Network

Start Finish

A 2 C 2 F 3

E 4 H 2

B 3

D 3

G 5

Act. t

ES EF

LS LF

Page 19: PMT-1 Project Management Finding the Critical Path

PMT-19

Finding The Critical Path

• To find the critical path, we need to determine the following quantities for each activity in the network:

1. Earliest start time (ES): the earliest time an activity can begin without violation of immediate predecessor requirements.

2. Earliest finish time (EF): the earliest time at which an activity can end.

3. Latest start time (LS): the latest time an activity can begin without delaying the entire project.

4. Latest finish time (LF): the latest time an activity can end without delaying the entire project.

Page 20: PMT-1 Project Management Finding the Critical Path

PMT-20

Earliest Times – Calculations

• Earliest finish time = earliest start time + t– EF = ES + t

• Before any activity can begin all of its predecessor activities must be completed– ES = Largest EF of Immediate Predecessors

StartStart

A t=2ES=0 EF=0+2=2

A t=2ES=0 EF=0+2=2

B t=3ES=0 EF=0+3=3

B t=3ES=0 EF=0+3=3

Page 21: PMT-1 Project Management Finding the Critical Path

PMT-21

Start Finish

A 2

0 2

C 2

2

F 3

E 4 H 2

B 3

0 3

D 4

3

G 5 Act. t

ES EF

LS LF

PERT NetworkEarliest Start & Finish

Page 22: PMT-1 Project Management Finding the Critical Path

PMT-22

Start Finish

A 2

0 2

C 2

2 4

F 3

4

E 4

4

H 2

B 3

0 3

D 4

3 7

G 5

PERT NetworkEarliest Start & Finish

Page 23: PMT-1 Project Management Finding the Critical Path

PMT-23

B 3

0 3

D 4

3 7

G 5

8 13

Start Finish

A 2

0 2

C 2

2 4

F 3

4 7

E 4

4 8

H 2

13 15

PERT NetworkEarliest Start & Finish

Page 24: PMT-1 Project Management Finding the Critical Path

PMT-24

Latest Times – Calculations

• Work backwards from the Finish

• Latest start time = latest finish time – activity time – LS = LF - t

• LF = Smallest LS of activities that immediately follow

Page 25: PMT-1 Project Management Finding the Critical Path

PMT-25

B 3

0 3

D 3

3 7

G 5

8 13

8 13

Start Finish

A 2

0 2

C 2

2 4

F 3

4 7

13

E 4

4 8

H 2

13 15

13 15

Act. t

ES EF

LS LF

PERT NetworkLatest Start & Finish

Page 26: PMT-1 Project Management Finding the Critical Path

PMT-26

B 3

0 3

1 4

D 4

3 7

4 8

G 5

8 13

8 13

Start Finish

A 2

0 2

0 2

C 2

2 4

2 4

F 3

4 7

10 13

E 4

4 8

4 8

H 2

13 15

13 15

PERT NetworkLatest Start & Finish

Page 27: PMT-1 Project Management Finding the Critical Path

PMT-27

Slack

• Slack indicates how long an activity may be delayed without delaying the entire project.– LS – ES or,

– LF – EF

• The activities with no slack time can not be delayed without delaying the entire project – This makes them critical activities and they

are said to be on the critical path

Page 28: PMT-1 Project Management Finding the Critical Path

PMT-28

General FoundrySchedule & Slacks

Act

ivit

y

ES EF LS LF LS-ES OnCriticalPath?

A 0 2 0 2 0 YesB 0 3 1 4 1 NoC 2 4 2 4 0 YesD 3 7 4 8 1 NoE 4 8 4 8 0 YesF 4 7 10 13 6 NoG 8 13 8 13 0 YesH 13 15 13 15 0 Yes

Page 29: PMT-1 Project Management Finding the Critical Path

PMT-29

Critical Path

B 3

0 3

1 4

D 3

3 7

4 8

G 5

8 13

8 13

Start Finish

A 2

0 2

0 2

C 2

2 4

2 4

F 3

4 7

10 13

E 4

4 8

4 8

H 2

13 15

13 15

Total Time = 15

Page 30: PMT-1 Project Management Finding the Critical Path

PMT-30

Project Variance

• The term “project variance” refers to the critical path variance since the time to complete the project is the time to complete the critical path.

• This is found by summing the variances of the activities on the critical path.

111.336

4

36

64

36

36

36

4

36

42

222222

CP

HGECACP

Page 31: PMT-1 Project Management Finding the Critical Path

PMT-31

Probability Distribution for Project Completion Times

Computing the standard deviation

Page 32: PMT-1 Project Management Finding the Critical Path

PMT-32

What PERT Was Able to Provide

The project’s expected completion date is 15 weeks. Assume that the total project completion time follows a

normal probability distribution Chart on previous slide tells us that there is a 50%

chance of completing the entire project in less than 15 weeks and a 50% chance it will exceed 15 weeks

There is a 71.6% chance that the equipment will be in place within the 16-week deadline. Z=(16 weeks – 15 weeks)/1.76 weeks=.57 PERT can easily find the probability of finishing by any

date they are interested in.

Page 33: PMT-1 Project Management Finding the Critical Path

PMT-33

What PERT Was Able to Provide

Five activities (A, C, E, G, H) are on the critical path. If any one of the critical activities is delayed for any

reason, the entire project will be delayed.

Three activities (B, D, F) are not critical but have some slack time built in.

They can borrow from their resources, if needed, possibly to speed up the entire project.

A detailed schedule of activity starting and ending dates has been made available.