SlideShare a Scribd company logo
1 of 17
Download to read offline
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
SHAHID BASHIR
MALIK
(1RV19CV410)
1
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
2
INTRODUCTION
 CPM (Critical Path Method) was the discovery of M.R.Walker of E.I.Du Pont de Nemours & Co. and
J.E.Kelly of Remington Rand, circa 1957.
 The methods are essentially network-oriented techniques using the same principle. PERT and CPM are
basically time-oriented methods in the sense that they both lead to determination of a time schedule
for the project.
 The significant difference between two approaches is that the time estimates for the different activities
in CPM were assumed to be deterministic while in PERT these are described probabilistically.
 These techniques are referred as project scheduling techniques.
In CPM activities are shown as a network of precedence relationships using activity-on node network
construction – Single estimate of activity time – Deterministic activity times
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
3
Benefits of CPM
1.Useful at many stages of project management
2.Mathematically simple
3.Give critical path and slack time
4.Provide project documentation
5.Useful in monitoring costs
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
4
Applications of CPM
These methods have been applied to a wide variety of problems in industries and have
found acceptance even in government organizations. These include
1.Construction of a dam or a canal system in a region
2.Construction of a building or highway
3.Maintenance or overhaul of airplanes or oil refinery
4.Space flight
5.Cost control of a project using PERT / COST
6.Designing a prototype of a machine
7. Development of supersonic planes
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
5
Limitations of CPM
1.Clearly defined, independent and stable activities
2.Specified precedence relationships
3.Over emphasis on critical paths
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
6
Basic Steps in CPM Project scheduling
1. Planning
2.Scheduling
3.Allocation of resources
4.Controlling
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
7
Network Diagram Representation
In a network representation of a project certain definitions are used
 Activity Any individual operation which utilizes resources and has an end and a
beginning is called activity. An arrow is commonly used to represent an activity with
its head indicating the direction of progress in the project. These are classified into
four categories
 Predecessor activity – Activities that must be completed immediately prior to the
start of another activity are called predecessor activities.
 Successor activity – Activities that cannot be started until one or more of other
activities are completed but immediately succeed them are called successor activities.
 Concurrent activity – Activities which can be accomplished concurrently are known as
concurrent activities. It may be noted that an activity can be a predecessor or a
successor to an event or it may be concurrent with one or more of other activities.
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
8
Dummy activity – An activity which
does not consume any kind of resource
but merely depicts the technological
dependence is called a dummy activity.
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
9
Event: An event represents a point in time signifying the completion of some activities and the
beginning of new ones. This is usually represented by a circle in a network which is also called a node
or connector. The events are classified in to three categories
1. Merge event – When more than one activity comes and joins an event such an event is known as
merge event
2. Burst event – When more than one activity leaves an event such an event is known as burst event.
3. Merge and Burst event – An activity may be merge and burst event at the same time as with
respect to some activities it can be a merge event and with respect to some other activities it may be
a burst event.
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
10
Rules for Drawing Network Diagram
Rule 1 Each activity is represented by one and only one arrow in the network
 Rule 2 No two activities can be identified by the same end events
Rule 3 In order to ensure the correct precedence relationship in the arrow diagram, following questions
must be checked whenever any activity is added to the network
 What activity must be completed immediately before this activity can start?
 What activities must follow this activity?
 What activities must occur simultaneously with this activity? In case of large network, it is essential
that certain good habits be practiced to draw an easy to follow network
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
11
 Try to avoid arrows which cross each other
 Use straight arrows
 Do not attempt to represent duration of activity by its arrow
length
 Use arrows from left to right. Avoid mixing two directions,
vertical and standing arrows may be used if necessary.
 Use dummies freely in rough draft but final network should
not have any redundant dummies.
 The network has only one entry point called start event and
one point of emergence called the end event
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
12
Critical Path in Network Analysis
Basic Scheduling Computations
The notations used are
(i, j) = Activity with tail event i and head event j
Ei = Earliest occurrence time of event i
Lj = Latest allowable occurrence time of event j
Dij = Estimated completion time of activity (i, j)
(Es)ij = Earliest starting time of activity (i, j)
(Ef)ij = Earliest finishing time of activity (i, j)
(Ls)ij = Latest starting time of activity (i, j)
(Lf)ij = Latest finishing time of activity (i, j)
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
13
Activity(i, j)
Normal Time
(Dij)
(1,2) 2
(1,3) 2
(1,4) 1
(2,6) 4
(3,7) 5
(3,5) 8
(4,5) 3
(5,9) 5
(6,8) 1
(7,8) 4
(8,9) 3
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
14
STEP 1: NETWORK DIAGRAM
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
15
STEP 2: Finding Earliest start time and latest finish time
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
16
STEP 3: The earliest time and the latest time are obtained below
Activity(i, j)
Normal
Time
(Dij)
Earliest Time Latest Time
Float Time (Li -
Dij ) - Ei
Start
(Ei)
Finish
(Ei + Dij )
Start
(Li - Dij )
Finish
(Li)
(1,2) 2 0 2 5 7 5
(1,3) 2 0 2 0 2 0
(1,4) 1 0 1 6 7 6
(2,6) 4 2 6 7 11 5
(3,7) 5 2 7 3 8 1
(3,5) 8 2 10 2 10 0
(4,5) 3 1 4 7 10 6
(5,9) 5 10 15 10 15 0
(6,8) 1 6 7 11 12 5
(7,8) 4 7 11 8 12 1
(8,9) 3 11 14 12 15 1
RV College of
Engineering
Go, change the
world
CPM NETWORK ANALYSIS AND PROBLEMS
17
The cri cal path is 1 → 3 → 5 → 9
THANKS

More Related Content

What's hot

Network Diagrams
Network DiagramsNetwork Diagrams
Network Diagrams
Nicola2903
 
Pert & cpm project management
Pert & cpm   project managementPert & cpm   project management
Pert & cpm project management
Rahul Dubey
 
Capital Investment And Budgeting
Capital Investment And BudgetingCapital Investment And Budgeting
Capital Investment And Budgeting
Shubham Goyal
 

What's hot (20)

Pert & cpm
Pert & cpmPert & cpm
Pert & cpm
 
PLANNING AND SCHEDULING DONE BY A CIVIL ENGINEERS
PLANNING AND SCHEDULING DONE BY A CIVIL ENGINEERSPLANNING AND SCHEDULING DONE BY A CIVIL ENGINEERS
PLANNING AND SCHEDULING DONE BY A CIVIL ENGINEERS
 
Rules for Network Construction
Rules for Network ConstructionRules for Network Construction
Rules for Network Construction
 
Baseline schedule review and analysis
Baseline schedule review and analysisBaseline schedule review and analysis
Baseline schedule review and analysis
 
PERT and CPM
PERT and CPMPERT and CPM
PERT and CPM
 
Project Planning and Scheduling
Project Planning and SchedulingProject Planning and Scheduling
Project Planning and Scheduling
 
time cost trade off
 time cost trade off time cost trade off
time cost trade off
 
Network Diagrams
Network DiagramsNetwork Diagrams
Network Diagrams
 
crashing of project
crashing of project crashing of project
crashing of project
 
Presentation Classification Of Schedule Types
Presentation Classification Of Schedule TypesPresentation Classification Of Schedule Types
Presentation Classification Of Schedule Types
 
Demand Forcasting
Demand ForcastingDemand Forcasting
Demand Forcasting
 
Project Management Techniques
Project Management TechniquesProject Management Techniques
Project Management Techniques
 
Network analysis
Network analysisNetwork analysis
Network analysis
 
Lect-6&7: Network Diagrams, PERT and CPM
Lect-6&7: Network Diagrams, PERT and CPMLect-6&7: Network Diagrams, PERT and CPM
Lect-6&7: Network Diagrams, PERT and CPM
 
PROJECT SCHEDULE
PROJECT SCHEDULEPROJECT SCHEDULE
PROJECT SCHEDULE
 
Pert & cpm project management
Pert & cpm   project managementPert & cpm   project management
Pert & cpm project management
 
S curves
S curvesS curves
S curves
 
Critical Path Method
Critical Path MethodCritical Path Method
Critical Path Method
 
Project Management
Project Management Project Management
Project Management
 
Capital Investment And Budgeting
Capital Investment And BudgetingCapital Investment And Budgeting
Capital Investment And Budgeting
 

Similar to Cpm network analysis and problems

Yagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docx
Yagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docxYagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docx
Yagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docx
jeffevans62972
 
Overview1) Overview – The continued discussion of project implem.docx
Overview1) Overview – The continued discussion of project implem.docxOverview1) Overview – The continued discussion of project implem.docx
Overview1) Overview – The continued discussion of project implem.docx
alfred4lewis58146
 
Overview1) Overview – The continued discussion of .docx
Overview1)             Overview – The continued discussion of .docxOverview1)             Overview – The continued discussion of .docx
Overview1) Overview – The continued discussion of .docx
alfred4lewis58146
 

Similar to Cpm network analysis and problems (20)

Operation research-Network analysis (Critical Path Method)
Operation research-Network analysis (Critical Path Method)Operation research-Network analysis (Critical Path Method)
Operation research-Network analysis (Critical Path Method)
 
Network analysis cpm module3
Network analysis cpm module3Network analysis cpm module3
Network analysis cpm module3
 
Spm
SpmSpm
Spm
 
Yagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docx
Yagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docxYagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docx
Yagmur Bostanci47 Hackensack Street, East Rutherford, NJ929-22.docx
 
Programme Evaluation and Review Technique
Programme Evaluation and Review TechniqueProgramme Evaluation and Review Technique
Programme Evaluation and Review Technique
 
Project Management.pptx
Project Management.pptxProject Management.pptx
Project Management.pptx
 
Network Anaysis_ critical path methods
Network Anaysis_ critical path methodsNetwork Anaysis_ critical path methods
Network Anaysis_ critical path methods
 
Project Management
Project ManagementProject Management
Project Management
 
CPM and PERT
CPM and  PERTCPM and  PERT
CPM and PERT
 
Project management Pert & cpm
Project management Pert & cpm Project management Pert & cpm
Project management Pert & cpm
 
Network analysis
Network analysisNetwork analysis
Network analysis
 
Lec 09 network scheduling_techniques
Lec 09 network scheduling_techniquesLec 09 network scheduling_techniques
Lec 09 network scheduling_techniques
 
Overview1) Overview – The continued discussion of project implem.docx
Overview1) Overview – The continued discussion of project implem.docxOverview1) Overview – The continued discussion of project implem.docx
Overview1) Overview – The continued discussion of project implem.docx
 
Ii. pert cpm
Ii. pert cpmIi. pert cpm
Ii. pert cpm
 
Overview1) Overview – The continued discussion of .docx
Overview1)             Overview – The continued discussion of .docxOverview1)             Overview – The continued discussion of .docx
Overview1) Overview – The continued discussion of .docx
 
Management science
Management scienceManagement science
Management science
 
Pert cpm SIDDANNA M BALAPGOL
Pert cpm SIDDANNA M BALAPGOLPert cpm SIDDANNA M BALAPGOL
Pert cpm SIDDANNA M BALAPGOL
 
Network construction
Network construction  Network construction
Network construction
 
Ch 5.pptx
Ch 5.pptxCh 5.pptx
Ch 5.pptx
 
Critical Path Explained With 7 Q&As and a Free Excel Template
Critical Path Explained With 7 Q&As and a Free Excel TemplateCritical Path Explained With 7 Q&As and a Free Excel Template
Critical Path Explained With 7 Q&As and a Free Excel Template
 

More from SHAHIDBASHIRMALIK (9)

INDUSTRIAL DESIGN AND ITS PIRACY
INDUSTRIAL DESIGN AND ITS PIRACYINDUSTRIAL DESIGN AND ITS PIRACY
INDUSTRIAL DESIGN AND ITS PIRACY
 
Determination of acidity of water
Determination of acidity of waterDetermination of acidity of water
Determination of acidity of water
 
partial replacement of aggregates by recycled concrete
 partial replacement of aggregates by recycled concrete partial replacement of aggregates by recycled concrete
partial replacement of aggregates by recycled concrete
 
Huge water wasted while cleaning our vehicles everyday
Huge water wasted while cleaning our vehicles everydayHuge water wasted while cleaning our vehicles everyday
Huge water wasted while cleaning our vehicles everyday
 
GPS
GPSGPS
GPS
 
Finance management in construction site
Finance management in construction siteFinance management in construction site
Finance management in construction site
 
Internship PMGSY Anantnag
Internship PMGSY AnantnagInternship PMGSY Anantnag
Internship PMGSY Anantnag
 
SPACE TECHNOLOGY & APPLICATION
SPACE TECHNOLOGY & APPLICATIONSPACE TECHNOLOGY & APPLICATION
SPACE TECHNOLOGY & APPLICATION
 
SPECIAL STATUS FOR J&K
SPECIAL STATUS FOR J&KSPECIAL STATUS FOR J&K
SPECIAL STATUS FOR J&K
 

Recently uploaded

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 

Recently uploaded (20)

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 

Cpm network analysis and problems

  • 1. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS SHAHID BASHIR MALIK (1RV19CV410) 1
  • 2. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 2 INTRODUCTION  CPM (Critical Path Method) was the discovery of M.R.Walker of E.I.Du Pont de Nemours & Co. and J.E.Kelly of Remington Rand, circa 1957.  The methods are essentially network-oriented techniques using the same principle. PERT and CPM are basically time-oriented methods in the sense that they both lead to determination of a time schedule for the project.  The significant difference between two approaches is that the time estimates for the different activities in CPM were assumed to be deterministic while in PERT these are described probabilistically.  These techniques are referred as project scheduling techniques. In CPM activities are shown as a network of precedence relationships using activity-on node network construction – Single estimate of activity time – Deterministic activity times
  • 3. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 3 Benefits of CPM 1.Useful at many stages of project management 2.Mathematically simple 3.Give critical path and slack time 4.Provide project documentation 5.Useful in monitoring costs
  • 4. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 4 Applications of CPM These methods have been applied to a wide variety of problems in industries and have found acceptance even in government organizations. These include 1.Construction of a dam or a canal system in a region 2.Construction of a building or highway 3.Maintenance or overhaul of airplanes or oil refinery 4.Space flight 5.Cost control of a project using PERT / COST 6.Designing a prototype of a machine 7. Development of supersonic planes
  • 5. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 5 Limitations of CPM 1.Clearly defined, independent and stable activities 2.Specified precedence relationships 3.Over emphasis on critical paths
  • 6. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 6 Basic Steps in CPM Project scheduling 1. Planning 2.Scheduling 3.Allocation of resources 4.Controlling
  • 7. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 7 Network Diagram Representation In a network representation of a project certain definitions are used  Activity Any individual operation which utilizes resources and has an end and a beginning is called activity. An arrow is commonly used to represent an activity with its head indicating the direction of progress in the project. These are classified into four categories  Predecessor activity – Activities that must be completed immediately prior to the start of another activity are called predecessor activities.  Successor activity – Activities that cannot be started until one or more of other activities are completed but immediately succeed them are called successor activities.  Concurrent activity – Activities which can be accomplished concurrently are known as concurrent activities. It may be noted that an activity can be a predecessor or a successor to an event or it may be concurrent with one or more of other activities.
  • 8. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 8 Dummy activity – An activity which does not consume any kind of resource but merely depicts the technological dependence is called a dummy activity.
  • 9. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 9 Event: An event represents a point in time signifying the completion of some activities and the beginning of new ones. This is usually represented by a circle in a network which is also called a node or connector. The events are classified in to three categories 1. Merge event – When more than one activity comes and joins an event such an event is known as merge event 2. Burst event – When more than one activity leaves an event such an event is known as burst event. 3. Merge and Burst event – An activity may be merge and burst event at the same time as with respect to some activities it can be a merge event and with respect to some other activities it may be a burst event.
  • 10. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 10 Rules for Drawing Network Diagram Rule 1 Each activity is represented by one and only one arrow in the network  Rule 2 No two activities can be identified by the same end events Rule 3 In order to ensure the correct precedence relationship in the arrow diagram, following questions must be checked whenever any activity is added to the network  What activity must be completed immediately before this activity can start?  What activities must follow this activity?  What activities must occur simultaneously with this activity? In case of large network, it is essential that certain good habits be practiced to draw an easy to follow network
  • 11. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 11  Try to avoid arrows which cross each other  Use straight arrows  Do not attempt to represent duration of activity by its arrow length  Use arrows from left to right. Avoid mixing two directions, vertical and standing arrows may be used if necessary.  Use dummies freely in rough draft but final network should not have any redundant dummies.  The network has only one entry point called start event and one point of emergence called the end event
  • 12. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 12 Critical Path in Network Analysis Basic Scheduling Computations The notations used are (i, j) = Activity with tail event i and head event j Ei = Earliest occurrence time of event i Lj = Latest allowable occurrence time of event j Dij = Estimated completion time of activity (i, j) (Es)ij = Earliest starting time of activity (i, j) (Ef)ij = Earliest finishing time of activity (i, j) (Ls)ij = Latest starting time of activity (i, j) (Lf)ij = Latest finishing time of activity (i, j)
  • 13. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 13 Activity(i, j) Normal Time (Dij) (1,2) 2 (1,3) 2 (1,4) 1 (2,6) 4 (3,7) 5 (3,5) 8 (4,5) 3 (5,9) 5 (6,8) 1 (7,8) 4 (8,9) 3
  • 14. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 14 STEP 1: NETWORK DIAGRAM
  • 15. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 15 STEP 2: Finding Earliest start time and latest finish time
  • 16. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 16 STEP 3: The earliest time and the latest time are obtained below Activity(i, j) Normal Time (Dij) Earliest Time Latest Time Float Time (Li - Dij ) - Ei Start (Ei) Finish (Ei + Dij ) Start (Li - Dij ) Finish (Li) (1,2) 2 0 2 5 7 5 (1,3) 2 0 2 0 2 0 (1,4) 1 0 1 6 7 6 (2,6) 4 2 6 7 11 5 (3,7) 5 2 7 3 8 1 (3,5) 8 2 10 2 10 0 (4,5) 3 1 4 7 10 6 (5,9) 5 10 15 10 15 0 (6,8) 1 6 7 11 12 5 (7,8) 4 7 11 8 12 1 (8,9) 3 11 14 12 15 1
  • 17. RV College of Engineering Go, change the world CPM NETWORK ANALYSIS AND PROBLEMS 17 The cri cal path is 1 → 3 → 5 → 9 THANKS