SlideShare une entreprise Scribd logo
1  sur  35
Graph ,[object Object],[object Object]
Digraph & Network ,[object Object],[object Object],[object Object]
Project Scheduling ,[object Object],[object Object],[object Object],[object Object],[object Object]
Project Network ,[object Object],[object Object],[object Object],[object Object],[object Object]
CPM/PERT ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CPM/PERT ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CPM/PERT ,[object Object],[object Object],[object Object],[object Object]
Activity Slack (Float) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Float  … ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Problem ,[object Object],F and G are the terminal activities of the project Activity Predecessor(s) Time (days) A - 3 B - 4 C A,B 5 D B 6 E D 7 F C,E 8 G D 9
Problem … ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Project Network 10 10 1 2 3 4 5 6 A C E B D F G 3 5 7 4 6 8 9 0 0 4 4 17 17 25 25 12 4 4, 3 9, 0 12, 4 17, 9 10, 16 25, 19
Computations (Example) Critical path is 1    2    4    5    6 Activity (i,j) Dur. D i, j ES i LC j ES j Total Float LC j  – ES i  – D i,j Criti-cal Free Float ES j  – ES i  – D i,j A (1,3) 3 0 12 4 12 – 0 – 3 = 9 - 4 – 0 – 3 = 1 B (1,2) 4 0 4 4 4 – 0 – 4 = 0 Yes 4 – 0 – 4 = 0 C (3.5) 5 4 17 17 17 – 4 – 5 = 8 - 17 – 4 – 5 = 8 D (2,4) 6 4 10 10 10 – 4 – 6 = 0 Yes 10 – 4 – 6 = 0 E (4,5) 7 10 17 17 17 – 10 – 7 = 0 Yes 17 – 10 – 7 = 0 F (5,6) 8 17 25 25 25 – 17 – 8 = 0 Yes 25 – 17 – 8 = 0 G (4,6) 9 10 25 25 25 – 10 – 9 = 6 - 25 – 10 – 9 = 6
Project Cost Optimization ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Project Cost Optimization contd… ,[object Object],[object Object]
Project Cost Optimization contd… ,[object Object],[object Object],[object Object],[object Object],[object Object]
Problem Consider the following arrow diagram with activity times given in days: The normal and crash data for this project are as follows: 1 2 3 4 A B C D 4 6 8 10 Activity Normal Time Crash Time Normal Cost Crash Cost A 4 3 80 105 B 6 4 180 250 C 8 5 200 320 D 10 6 350 530
Problem  … ,[object Object],[object Object],[object Object],1 2 3 4 A B C D 4 6 8 10 6 6 0 0 10, 0 4, 14 24 24 14 14 {FF=10}
Problem  … ,[object Object],[object Object],[object Object],[object Object],Activity (i,j) Crash Limit (D – D ’ ) Crash Cost/day A(1, 3) 4 – 3 = 1 (105-80)/(4-3)=25 B(1, 2) 6 – 4 = 2 (250-180)/(6-4)=35 C(2, 3) 8 – 5 = 3 (320-200)/(8-5)=40 D(3, 4) 10 – 6 = 4 (530-350)/(10-6)=45
Problem  … From the critical path calculations, we have the following information: Since the critical activity B has the lowest “crash cost per day”, it becomes the first candidate for crash.  The length by which B can be reduced is found as follows: Reduction limit = min(crash limit, +ve FF limit) = min (2,10) = 2  Hence crash activity B by 2 days Acitivity (i,j) A(1, 3) B(1, 2) C(2, 3) D(3, 4) Critical - Yes Yes yes Free Float (FF) 10 - - -
Problem  … ,[object Object],[object Object],[object Object],1 2 3 4 A B C D 4 6 8 10 4 4 0 0 8, 0 4, 12 22 22 12 12 {FF=8} 4
Problem  … Since the crash limit for critical activity B is reached, consider critical activity C with the next lowest “crash cost per day” for crash.  The length by which C can be reduced is found as follows: Reduction limit = min(crash limit, +ve FF limit) = min(3,8)=3  Hence crash  activity C  by 3 days Acitivity (i,j) A(1, 3) B(1, 2) C(2, 3) D(3, 4) Critical - Yes Yes yes Free Float (FF) 8 - - -
Problem  … ,[object Object],[object Object],[object Object],1 2 3 4 A B C D 4 6 8 10 4 4 0 0 5, 0 4, 9 19 19 9 9 {FF=5} 4 5
Problem  … Since the crash limit for critical activity C is reached, consider critical activity D with the next lowest “crash cost per day” for crash.  Although we can reduce D by 4 days, it is only necessary to reduce it by 1 day to reach our project completion goal of 18 days. Acitivity (i,j) A(1, 3) B(1, 2) C(2, 3) D(3, 4) Critical - Yes Yes yes Free Float (FF) 5 - - -
Problem  … ,[object Object],[object Object],[object Object],1 2 3 4 A B C D 4 6 8 9 4 4 0 0 5, 0 4, 9 18 18 9 9 {FF=5} 4 5
The Algorithm ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Problem  … ,[object Object],[object Object],Activity Predecessor(s) Normal Time Normal Cost Cr. Cost per day Crash Time A - 4 400 125 3 B A 5 800 200 4 C A 4 520 150 2 D B 3 600 225 2 E C 3 255 100 2 F B, E 4 600 190 2
Problem  … 1 2 3 5 4 6 A B C E D F 4 5 4 3 3 4 0,0 4,4 8,8 11,11 9,11 15,15 FF = 3 FF = 2 FF = 0 ,[object Object],[object Object],[object Object]
Problem  … Activity (i,j) Crash Limit (D – D ’ ) Crash Cost A(1, 2) 4 – 3 = 1 125 B(2,3) 5 – 4 = 1 200 C(2, 4) 4 – 2 = 2 150 D(3, 6) 3 – 2 = 1 225 E(4, 5) 3 – 2 = 1 100 F(5, 6) 4 – 2 = 2 190
Problem  … The two lowest “crash cost per day” critical activities E and A have crash limits  of 1 day each Reduction limit = min(crash limit, FF limit) = min(2,2)=2  Hence crash  activity E and A  by 1 day each Acitivity (i,j) A(1, 2) B(2,3) C(2, 4) D(3, 6) E(4, 5) F(5, 6) Dummy (3,5) Critical yes - Yes - yes yes - (FF) - 0 - 3 - 2
Problem  … ,[object Object],[object Object],[object Object],1 2 3 5 4 6 A B C E D F 4 5 4 3 3 4 0,0 3,3 8,9 13,13 FF = 2 FF = 1 FF = 0 3 2 7,7 9,9
Problem  … The next lowest “crash cost per day” critical activity is C The length by which C can be reduced is found as follows: Reduction limit = min(crash limit, FF limit) = min(2,1)=1  Hence crash  activity C  by 1 day Acitivity (i,j) A(1, 2) B(2,3) C(2, 4) D(3, 6) E(4, 5) F(5, 6) Dummy (3,5) Critical yes - Yes - yes yes - (FF) - 0 - 2 - 1
Problem  … ,[object Object],[object Object],[object Object],1 2 3 5 4 6 A B C E D F 4 5 3 3 3 4 0,0 3,3 8,8 12,12 FF = 1 FF = 0 3 2 6,6 8,8 4
Problem  … A and E have reached their crash limits while C has 1 day remaining.  As there are two critical paths, the possible crashes are shown below: Acitivity (i,j) A(1, 2) B(2,3) C(2, 4) D(3, 6) E(4, 5) F(5, 6) Dummy (3,5) Critical yes yes Yes - yes yes yes (FF) - - - 1 - - Activity B, C F Crash cost/day 200, 150 190 Remaining crash limit 1, 1 1
Problem  … ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

Contenu connexe

Tendances

Optimization of Time Restriction in Construction Project Management Using Lin...
Optimization of Time Restriction in Construction Project Management Using Lin...Optimization of Time Restriction in Construction Project Management Using Lin...
Optimization of Time Restriction in Construction Project Management Using Lin...IJERA Editor
 
Quantitative analysis for business decision- Program Evaluation and Review Te...
Quantitative analysis for business decision- Program Evaluation and Review Te...Quantitative analysis for business decision- Program Evaluation and Review Te...
Quantitative analysis for business decision- Program Evaluation and Review Te...Chandra Shekar Immani
 
Project network math solution
Project network math solutionProject network math solution
Project network math solutionMd.Nazrul Islam
 
Lec 09 network scheduling_techniques
Lec 09 network scheduling_techniquesLec 09 network scheduling_techniques
Lec 09 network scheduling_techniquesSAJID ALI RUK
 
Introduction to Project Management
Introduction to Project Management Introduction to Project Management
Introduction to Project Management Joshua Miranda
 
Tte 451 operations research fall 2021 part 2
Tte 451  operations research   fall 2021   part 2Tte 451  operations research   fall 2021   part 2
Tte 451 operations research fall 2021 part 2Wael ElDessouki
 
4 b. Project management - network analysis
4 b. Project management - network analysis4 b. Project management - network analysis
4 b. Project management - network analysisDr.R. SELVAM
 
Probabilistic Activity Time
Probabilistic Activity TimeProbabilistic Activity Time
Probabilistic Activity TimeCarrine Aulia
 
Project management
Project managementProject management
Project managementShankaran Rd
 
Program evaluation review technique (pert)
Program evaluation review technique (pert)Program evaluation review technique (pert)
Program evaluation review technique (pert)tomeh
 
Multilayer hemispherical dielectric resonant antenna in higher order mode
Multilayer hemispherical dielectric resonant antenna in higher order modeMultilayer hemispherical dielectric resonant antenna in higher order mode
Multilayer hemispherical dielectric resonant antenna in higher order modeMoayad Al Zoghaiby
 
Bloem defense.v16.slides
Bloem defense.v16.slidesBloem defense.v16.slides
Bloem defense.v16.slidesmbloem
 

Tendances (20)

Optimization of Time Restriction in Construction Project Management Using Lin...
Optimization of Time Restriction in Construction Project Management Using Lin...Optimization of Time Restriction in Construction Project Management Using Lin...
Optimization of Time Restriction in Construction Project Management Using Lin...
 
Quantitative analysis for business decision- Program Evaluation and Review Te...
Quantitative analysis for business decision- Program Evaluation and Review Te...Quantitative analysis for business decision- Program Evaluation and Review Te...
Quantitative analysis for business decision- Program Evaluation and Review Te...
 
Project management
Project managementProject management
Project management
 
Network construction
Network construction  Network construction
Network construction
 
06 pert cpm
06 pert cpm06 pert cpm
06 pert cpm
 
Chap003
Chap003Chap003
Chap003
 
Project network math solution
Project network math solutionProject network math solution
Project network math solution
 
Lec 09 network scheduling_techniques
Lec 09 network scheduling_techniquesLec 09 network scheduling_techniques
Lec 09 network scheduling_techniques
 
Introduction to Project Management
Introduction to Project Management Introduction to Project Management
Introduction to Project Management
 
Ch4 scheduling
Ch4 schedulingCh4 scheduling
Ch4 scheduling
 
Tte 451 operations research fall 2021 part 2
Tte 451  operations research   fall 2021   part 2Tte 451  operations research   fall 2021   part 2
Tte 451 operations research fall 2021 part 2
 
4 b. Project management - network analysis
4 b. Project management - network analysis4 b. Project management - network analysis
4 b. Project management - network analysis
 
Probabilistic Activity Time
Probabilistic Activity TimeProbabilistic Activity Time
Probabilistic Activity Time
 
Project management
Project managementProject management
Project management
 
Bar chart
Bar chartBar chart
Bar chart
 
Program evaluation review technique (pert)
Program evaluation review technique (pert)Program evaluation review technique (pert)
Program evaluation review technique (pert)
 
Multilayer hemispherical dielectric resonant antenna in higher order mode
Multilayer hemispherical dielectric resonant antenna in higher order modeMultilayer hemispherical dielectric resonant antenna in higher order mode
Multilayer hemispherical dielectric resonant antenna in higher order mode
 
PROJ 586 Entire Course NEW
PROJ 586 Entire Course NEWPROJ 586 Entire Course NEW
PROJ 586 Entire Course NEW
 
Project Management PERT and CPM
Project Management PERT and CPMProject Management PERT and CPM
Project Management PERT and CPM
 
Bloem defense.v16.slides
Bloem defense.v16.slidesBloem defense.v16.slides
Bloem defense.v16.slides
 

En vedette

PKM个人知识管理
PKM个人知识管理PKM个人知识管理
PKM个人知识管理fengxiaoqiang
 
低碳生活之网购 Qone
低碳生活之网购  Qone低碳生活之网购  Qone
低碳生活之网购 Qonefengxiaoqiang
 
Computer Generated Op Art
Computer Generated Op ArtComputer Generated Op Art
Computer Generated Op ArtSharon Neveu
 
万有引力定律--产品设计
万有引力定律--产品设计万有引力定律--产品设计
万有引力定律--产品设计fengxiaoqiang
 
20120328 这些年,我用过的工具 - qone
20120328   这些年,我用过的工具 - qone20120328   这些年,我用过的工具 - qone
20120328 这些年,我用过的工具 - qonefengxiaoqiang
 
网站运营之人性策略与实战--读后感
网站运营之人性策略与实战--读后感网站运营之人性策略与实战--读后感
网站运营之人性策略与实战--读后感fengxiaoqiang
 
Wine Social Media Mobile App Seminar Nov-12 NZ Tour
Wine Social Media Mobile App Seminar Nov-12 NZ TourWine Social Media Mobile App Seminar Nov-12 NZ Tour
Wine Social Media Mobile App Seminar Nov-12 NZ TourBruce McGechan
 
Wine Social Media and Mobile App Seminar in Blenheim
Wine Social Media and Mobile App Seminar in BlenheimWine Social Media and Mobile App Seminar in Blenheim
Wine Social Media and Mobile App Seminar in BlenheimBruce McGechan
 
Wine Clubs and Recurring eCommerce: the times a-changing
Wine Clubs and Recurring eCommerce: the times a-changingWine Clubs and Recurring eCommerce: the times a-changing
Wine Clubs and Recurring eCommerce: the times a-changingBruce McGechan
 
Wine Internet Marketing Workshop (NZ Tour, Feb-13)
Wine Internet Marketing Workshop (NZ Tour, Feb-13)Wine Internet Marketing Workshop (NZ Tour, Feb-13)
Wine Internet Marketing Workshop (NZ Tour, Feb-13)Bruce McGechan
 
Wine Social Media and Mobile App Seminar in Hunter Valley
Wine Social Media and Mobile App Seminar in Hunter ValleyWine Social Media and Mobile App Seminar in Hunter Valley
Wine Social Media and Mobile App Seminar in Hunter ValleyBruce McGechan
 

En vedette (15)

PKM个人知识管理
PKM个人知识管理PKM个人知识管理
PKM个人知识管理
 
低碳生活之网购 Qone
低碳生活之网购  Qone低碳生活之网购  Qone
低碳生活之网购 Qone
 
Zzz
ZzzZzz
Zzz
 
Computer Generated Op Art
Computer Generated Op ArtComputer Generated Op Art
Computer Generated Op Art
 
万有引力定律--产品设计
万有引力定律--产品设计万有引力定律--产品设计
万有引力定律--产品设计
 
20120328 这些年,我用过的工具 - qone
20120328   这些年,我用过的工具 - qone20120328   这些年,我用过的工具 - qone
20120328 这些年,我用过的工具 - qone
 
God s-pharmacy
God s-pharmacyGod s-pharmacy
God s-pharmacy
 
Menyebarluaskan salam
Menyebarluaskan salamMenyebarluaskan salam
Menyebarluaskan salam
 
网站运营之人性策略与实战--读后感
网站运营之人性策略与实战--读后感网站运营之人性策略与实战--读后感
网站运营之人性策略与实战--读后感
 
Wine Social Media Mobile App Seminar Nov-12 NZ Tour
Wine Social Media Mobile App Seminar Nov-12 NZ TourWine Social Media Mobile App Seminar Nov-12 NZ Tour
Wine Social Media Mobile App Seminar Nov-12 NZ Tour
 
Wine Social Media and Mobile App Seminar in Blenheim
Wine Social Media and Mobile App Seminar in BlenheimWine Social Media and Mobile App Seminar in Blenheim
Wine Social Media and Mobile App Seminar in Blenheim
 
Wine Clubs and Recurring eCommerce: the times a-changing
Wine Clubs and Recurring eCommerce: the times a-changingWine Clubs and Recurring eCommerce: the times a-changing
Wine Clubs and Recurring eCommerce: the times a-changing
 
Vitualbox
VitualboxVitualbox
Vitualbox
 
Wine Internet Marketing Workshop (NZ Tour, Feb-13)
Wine Internet Marketing Workshop (NZ Tour, Feb-13)Wine Internet Marketing Workshop (NZ Tour, Feb-13)
Wine Internet Marketing Workshop (NZ Tour, Feb-13)
 
Wine Social Media and Mobile App Seminar in Hunter Valley
Wine Social Media and Mobile App Seminar in Hunter ValleyWine Social Media and Mobile App Seminar in Hunter Valley
Wine Social Media and Mobile App Seminar in Hunter Valley
 

Similaire à Critical Path Method

Chapter 5 - PERT-CPM
Chapter 5 - PERT-CPM Chapter 5 - PERT-CPM
Chapter 5 - PERT-CPM maggieget
 
Lecture - Project, Planning and Control.pdf
Lecture - Project, Planning and Control.pdfLecture - Project, Planning and Control.pdf
Lecture - Project, Planning and Control.pdflucky141651
 
Operation research's CPM techniques
Operation research's CPM techniques Operation research's CPM techniques
Operation research's CPM techniques Mohammad Younus
 
construction resource optimization 1.pptx
construction resource optimization 1.pptxconstruction resource optimization 1.pptx
construction resource optimization 1.pptxkimkov119
 
Unit.6. network analysis with cpm and pert
Unit.6. network analysis with cpm and pertUnit.6. network analysis with cpm and pert
Unit.6. network analysis with cpm and pertDagnaygebawGoshme
 
Unit 3 PERT.pptx in related to supply chain
Unit 3 PERT.pptx in related to supply chainUnit 3 PERT.pptx in related to supply chain
Unit 3 PERT.pptx in related to supply chaintanishkagupta907
 
chapter 6.ppt
chapter 6.pptchapter 6.ppt
chapter 6.pptDejeneDay
 
Cpm module iii reference
Cpm module iii referenceCpm module iii reference
Cpm module iii referenceahsanrabbani
 
2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...
2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...
2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...Siddharth Modi
 
OM_SECTION 4 PART C_STUDENT.ppt
OM_SECTION 4 PART C_STUDENT.pptOM_SECTION 4 PART C_STUDENT.ppt
OM_SECTION 4 PART C_STUDENT.pptPhmLanAnh23
 

Similaire à Critical Path Method (20)

Pert cpm
Pert cpmPert cpm
Pert cpm
 
Pert cpm
Pert cpmPert cpm
Pert cpm
 
Chapter 5 - PERT-CPM
Chapter 5 - PERT-CPM Chapter 5 - PERT-CPM
Chapter 5 - PERT-CPM
 
Lecture 5.pdf
Lecture 5.pdfLecture 5.pdf
Lecture 5.pdf
 
Lecture - Project, Planning and Control.pdf
Lecture - Project, Planning and Control.pdfLecture - Project, Planning and Control.pdf
Lecture - Project, Planning and Control.pdf
 
Pert Analysis
Pert AnalysisPert Analysis
Pert Analysis
 
Operation research's CPM techniques
Operation research's CPM techniques Operation research's CPM techniques
Operation research's CPM techniques
 
Cpmprt
CpmprtCpmprt
Cpmprt
 
Cpm and pert
Cpm and pertCpm and pert
Cpm and pert
 
Pert and CPM
Pert and CPMPert and CPM
Pert and CPM
 
Pert analysis
Pert analysisPert analysis
Pert analysis
 
construction resource optimization 1.pptx
construction resource optimization 1.pptxconstruction resource optimization 1.pptx
construction resource optimization 1.pptx
 
Unit.6. network analysis with cpm and pert
Unit.6. network analysis with cpm and pertUnit.6. network analysis with cpm and pert
Unit.6. network analysis with cpm and pert
 
Unit 3 PERT.pptx in related to supply chain
Unit 3 PERT.pptx in related to supply chainUnit 3 PERT.pptx in related to supply chain
Unit 3 PERT.pptx in related to supply chain
 
chapter 6.ppt
chapter 6.pptchapter 6.ppt
chapter 6.ppt
 
Ch 06 - CPM PERT (1).pptx
Ch 06 - CPM  PERT (1).pptxCh 06 - CPM  PERT (1).pptx
Ch 06 - CPM PERT (1).pptx
 
Cpm module iii reference
Cpm module iii referenceCpm module iii reference
Cpm module iii reference
 
Cpm pert
Cpm pertCpm pert
Cpm pert
 
2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...
2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...
2018,sem7,ala,pm,160993119017,160993119018,160993119019,160993119020,16099311...
 
OM_SECTION 4 PART C_STUDENT.ppt
OM_SECTION 4 PART C_STUDENT.pptOM_SECTION 4 PART C_STUDENT.ppt
OM_SECTION 4 PART C_STUDENT.ppt
 

Dernier

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Dernier (20)

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Critical Path Method

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12. Project Network 10 10 1 2 3 4 5 6 A C E B D F G 3 5 7 4 6 8 9 0 0 4 4 17 17 25 25 12 4 4, 3 9, 0 12, 4 17, 9 10, 16 25, 19
  • 13. Computations (Example) Critical path is 1  2  4  5  6 Activity (i,j) Dur. D i, j ES i LC j ES j Total Float LC j – ES i – D i,j Criti-cal Free Float ES j – ES i – D i,j A (1,3) 3 0 12 4 12 – 0 – 3 = 9 - 4 – 0 – 3 = 1 B (1,2) 4 0 4 4 4 – 0 – 4 = 0 Yes 4 – 0 – 4 = 0 C (3.5) 5 4 17 17 17 – 4 – 5 = 8 - 17 – 4 – 5 = 8 D (2,4) 6 4 10 10 10 – 4 – 6 = 0 Yes 10 – 4 – 6 = 0 E (4,5) 7 10 17 17 17 – 10 – 7 = 0 Yes 17 – 10 – 7 = 0 F (5,6) 8 17 25 25 25 – 17 – 8 = 0 Yes 25 – 17 – 8 = 0 G (4,6) 9 10 25 25 25 – 10 – 9 = 6 - 25 – 10 – 9 = 6
  • 14.
  • 15.
  • 16.
  • 17. Problem Consider the following arrow diagram with activity times given in days: The normal and crash data for this project are as follows: 1 2 3 4 A B C D 4 6 8 10 Activity Normal Time Crash Time Normal Cost Crash Cost A 4 3 80 105 B 6 4 180 250 C 8 5 200 320 D 10 6 350 530
  • 18.
  • 19.
  • 20. Problem … From the critical path calculations, we have the following information: Since the critical activity B has the lowest “crash cost per day”, it becomes the first candidate for crash. The length by which B can be reduced is found as follows: Reduction limit = min(crash limit, +ve FF limit) = min (2,10) = 2 Hence crash activity B by 2 days Acitivity (i,j) A(1, 3) B(1, 2) C(2, 3) D(3, 4) Critical - Yes Yes yes Free Float (FF) 10 - - -
  • 21.
  • 22. Problem … Since the crash limit for critical activity B is reached, consider critical activity C with the next lowest “crash cost per day” for crash. The length by which C can be reduced is found as follows: Reduction limit = min(crash limit, +ve FF limit) = min(3,8)=3 Hence crash activity C by 3 days Acitivity (i,j) A(1, 3) B(1, 2) C(2, 3) D(3, 4) Critical - Yes Yes yes Free Float (FF) 8 - - -
  • 23.
  • 24. Problem … Since the crash limit for critical activity C is reached, consider critical activity D with the next lowest “crash cost per day” for crash. Although we can reduce D by 4 days, it is only necessary to reduce it by 1 day to reach our project completion goal of 18 days. Acitivity (i,j) A(1, 3) B(1, 2) C(2, 3) D(3, 4) Critical - Yes Yes yes Free Float (FF) 5 - - -
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. Problem … Activity (i,j) Crash Limit (D – D ’ ) Crash Cost A(1, 2) 4 – 3 = 1 125 B(2,3) 5 – 4 = 1 200 C(2, 4) 4 – 2 = 2 150 D(3, 6) 3 – 2 = 1 225 E(4, 5) 3 – 2 = 1 100 F(5, 6) 4 – 2 = 2 190
  • 30. Problem … The two lowest “crash cost per day” critical activities E and A have crash limits of 1 day each Reduction limit = min(crash limit, FF limit) = min(2,2)=2 Hence crash activity E and A by 1 day each Acitivity (i,j) A(1, 2) B(2,3) C(2, 4) D(3, 6) E(4, 5) F(5, 6) Dummy (3,5) Critical yes - Yes - yes yes - (FF) - 0 - 3 - 2
  • 31.
  • 32. Problem … The next lowest “crash cost per day” critical activity is C The length by which C can be reduced is found as follows: Reduction limit = min(crash limit, FF limit) = min(2,1)=1 Hence crash activity C by 1 day Acitivity (i,j) A(1, 2) B(2,3) C(2, 4) D(3, 6) E(4, 5) F(5, 6) Dummy (3,5) Critical yes - Yes - yes yes - (FF) - 0 - 2 - 1
  • 33.
  • 34. Problem … A and E have reached their crash limits while C has 1 day remaining. As there are two critical paths, the possible crashes are shown below: Acitivity (i,j) A(1, 2) B(2,3) C(2, 4) D(3, 6) E(4, 5) F(5, 6) Dummy (3,5) Critical yes yes Yes - yes yes yes (FF) - - - 1 - - Activity B, C F Crash cost/day 200, 150 190 Remaining crash limit 1, 1 1
  • 35.