11/1/2018. Overview PERT / CPM. Network representation. Network representation. Project Scheduling. What is a path?

Size: px
Start display at page:

Download "11/1/2018. Overview PERT / CPM. Network representation. Network representation. Project Scheduling. What is a path?"

Transcription

1 PERT / CPM BSD Dave Novak Fall Overview Introduce Discuss what a critical path is Discuss critical path algorithm Example Source: nderson et al., 1 Quantitative Methods for Business 1 th edition some slides are directly from 1 J. Loucks 1 Cengage Learning Network representation Depending on the network being modeled, a node can represent many different things (abstract or real, at different scales) People in a social network Transfer stations and holding facilities in a supply network Buildings, entire organizations, countries etc. Units within an organization Cultural or performance attributes Network representation rcs or links connecting nodes also represent many different things (abstract or real, different scales) Some type of connection (ability to get from one node to another) Physical links in a communications network Roadways in a transportation network Strength of relationships between people or organizations Measures of organizational knowledge, etc. 4 What is a path? In network analysis (most any network transportation, telecommunication, social, etc.) a PTH is a sequence of nodes connected by arcs or links i.e., the specific set and sequence of links and nodes that are followed to get from the start to the finish Project Scheduling Projects often consist of many different tasks that are performed by a number of different individuals and departments Not possible for managers to remember and account for all information related to project planning and scheduling PERT and CPM are two well-known quantitative techniques to help managers with the planning process 1

2 PERT Program Evaluation and Review Technique Developed by U.S. Navy for Polaris missile project to handle uncertainty associated with activity times CPM Critical Path Method Developed by DuPont & Remington Rand Developed for industrial projects for which activity times generally were known 8 Modern project management software combines features from both approaches PERT and CPM techniques are used to plan, schedule, and control a wide variety of projects such as: R&D of new products and processes Construction of buildings and highways Maintenance of equipment Design and installation of new systems Used to plan the scheduling of individual activities or tasks that make up a specific project Large projects have many activities complicating factor in scheduling and carrying out all the activities in a project is that some activities depend on the completion of other activities before they can be started 1 Used to 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 noncritical activities be delayed before they cause an increase in completion time for the entire project? CPM CPM assumes that activity times are known with certainty (variation in the time it takes to complete a particular activity is very small and is not a concern) ctivity times can be reduced by adding more resources to the activity Identifies trade-offs between time and cost for the activities of the project CPM Reduce activity time at an increased cost when is it worthwhile, and for which activities? critical path is a path consisting of activities with zero slack 11 1

3 1 PERT PERT builds upon CPM by allowing you to add information concerning minimum, average, and maximum completion time estimates for each task or activity Incorporates uncertainty into the process How are these used in practice? Many project scheduling tools used in business employ these approaches i.e., Microsoft Project However: does not scale particularly well and is less effective as project size and complexity increases Break project into smaller pieces Manage each piece as a separate project using 14 Multi-level, nested schedules How are these used in practice? Some organizations prefer coarser milestone scheduling Establish milestones for key objectives or deliverables Project team has flexibility wrt how responsibilities are divided and achieved Combinations Milestone scheduling for overall project for subprojects Network model We begin with CPM Construct a model of the project network to observe sequencing of activities Nodes of the network represent the activities The arcs or links between the nodes of the network reflect the precedence (or timebased, pre-requisite sequencing) of the relationships of the activities Float building example Frank s Floats is in the business of building elaborate parade floats. Frank s crew has a new float to build and want to use 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 each activities immediate predecessors (previous activities). Frank wants to know: 1) the total time to complete the project, ) which activities are critical, and ) the earliest and latest start and finish dates for each activity. Steps to critical path algorithm 1) List all activities ) ID immediate predecessors for each activity ) Estimate completion time for each activity 4) Draw project network ) Forward pass ) Backward pass ) Calculate slack for each activity 8) Find activities with ZERO slack ) ID critical path

4 Step 4. Initial Paperwork B. Build Body D. Body F. Final Paperwork G. Mount Body on Frame What is a path in our example? Sequence of activity or task nodes that connects the entire project from to the Some path examples for our project network: Build Frame E. Frame H. Install Skirt on Frame 1 What is a critical path? In the project management case, all activities must be completed in the proper sequence for the project to be completed The path that takes the MOST time represents the total time to complete the project Essentially represents a binding time constraint if all other paths take less time, then those paths are not the ones that are most critical to completing the project 1 What is a critical path? If activities along the longest path are delayed, then entire project is delayed If there is slack (excess time) in other paths, those paths can be delayed (up to some point = value of slack) before the entire project is delayed CPM: the longest path = the critical path Steps 1 presented together Immediate Completion ctivity Description Predecessors Time (days) Initial Paperwork --- B Build Body C Build Frame D Body B E Frame C F Final Paperwork B,C G Mount Body to Frame D,E H Install Skirt on Frame C 4 Node / activity notation Node / ctivity Time required to complete activity t ES EF 4

5 Node / activity notation Node / activity notation Node / ctivity Earliest feasible time activity can start (ES) Node / ctivity STRT times go first ES EF Earliest feasible time activity can finish (EF) ES EF ERLY start and finish times go on top t t LTE start and finish times go on bottom Latest time activity can start to stay on critical path () Latest time activity can finish to stay on critical path () FINISH times go last Step 4 add completion time. B. D. F. G. E. H. Step forward pass ID earliest start and finish times In our project network, we have 8 activities (i =, B, C, ) Beginning at the node compute: Earliest Time = the maximum of the earliest finish times of all activities immediately preceding activity i This is for an activity with no predecessors 8 Step forward pass Beginning at the node compute: Earliest Time = (Earliest Time) + (Time to complete activity i ) This is for an activity with no predecessors The project completion time is the maximum of the Earliest Times at the node Step forward pass EF i = ES i + t i where EF i = earliest finish for activity (i) ES i = earliest start for activity (i) t i = time to complete activity (i)

6 The forward pass operations Objective is to calculate ES and EF Time required to complete activity t Earliest feasible time activity can start (ES) ES EF Earliest feasible time activity can finish (EF) Step forward pass ES EF ctivity 1 Logically, if the activity begins at ES, then the earliest the activity can possibly finish is EF because the activity requires t time to complete EF = ES + t Step forward pass Step forward pass ctivity B ES EF ctivity D ES EF B D 4 Step forward pass Step forward pass. B. D. F. G. 1 E. 1 H. What do you do, when there is more than one preceding activity? Logically, the ERLIEST start time, has to be the latest finish time of the preceding activities (i.e. F can t start until B is finished and G can t start until E is finished The expected completion time of project is the largest of the earliest finish time values for the nodes directly connected to the F, G, and H are last they are directly connected to the node days for F days for H days for G Expected completion time for the project is days

7 Step backward pass ID latest start and finish times Beginning at the node work backwards through network: Set Latest time for LL of the nodes that are directly linked to the finish (F, G, H) equal to the expected project completion time and work backwards Set for all nodes connected to finish = Step backward pass ID latest start and finish times Beginning at the node work backwards through network: For the node this is the project completion time Latest Time = (Latest Time) - (Time to complete activity i) 8 Step backward pass i = i - t i where i = latest finish for activity (i) i = latest start for activity (i) t i = time to complete activity (i) 4 The backwards pass operations Objective is to calculate and Time required to complete activity t ES EF Latest time activity can be finished if we want to stay on critical path and not delay the project completion time () Latest time activity can start to stay on critical path (). If activity starts after, we know that increases, and all activities following activity are impacted If the activity must be finished at, then the latest the activity can start without impacting the project completion time is because the activity requires t time to complete = t Step backward pass Step backward pass ctivity G. B. D. F. G. 1 G 1 E. 1 H. Set for all activities connected to FINISH = project completion time 41 4

8 Step backward pass ctivity H Step backward pass ctivity D H D Step backward pass. B. D. 1 F. 1 G. 1 1 E. 1 H. 1 1 What do you do, when there is more than one following activity? Set C = minimum of the three activities following H = 1, E =, and F = 1. The smallest of these values is E =. C = E = 4 Step backward pass ctivity C C C precedes E, F, and H So, C is the minimum of the values for E, F, and H E =, F = 1, H = 1 C = Step Calculate slack Step calculate slack The slack of an activity is the amount of time the activity can be delayed without increasing the project completion time For each activity i, calculate: Slack = (Latest ) - (Earliest ), or (Latest ) - (Earliest ) Slack i = i - ES i = i - EF i ctivity. ES EF B. D. 1 G. 1 F. 1 1 E. 1 H t 8

9 Step Calculate slack Steps 8 & ID critical path ctivity B Earliest Earliest Latest Latest Slack Critical (?) Y N Critical path is a path of activities from to node, with ZERO slack times What is the critical path here? C Y D 1 N E F G H Y N Y N Project completion time = the maximum of the earliest finish times for all the activities included in the critical path What is the project completion time? 4 Step critical path Example: D.. B. D. 1 G. 1 F. 1 1 E. 1 H B. 4 E. F. 1 G. I. 8 H. Critical Path: C E G 1 Summary Introduce Define nodes, links, path Discuss what a critical path is Discuss critical path algorithm Example

6/7/2018. Overview PERT / CPM PERT/CPM. Project Scheduling PERT/CPM PERT/CPM

6/7/2018. Overview PERT / CPM PERT/CPM. Project Scheduling PERT/CPM PERT/CPM /7/018 PERT / CPM BSAD 0 Dave Novak Summer 018 Overview Introduce PERT/CPM Discuss what a critical path is Discuss critical path algorithm Example Source: Anderson et al., 01 Quantitative Methods for Business

More information

CISC 322 Software Architecture

CISC 322 Software Architecture CISC 22 Software Architecture Project Scheduling (PERT/CPM) Ahmed E. Hassan (Edited For Course Presentation, 206) Project A project is a temporary endeavour undertaken to create a "unique" product or service

More information

Textbook: pp Chapter 11: Project Management

Textbook: pp Chapter 11: Project Management 1 Textbook: pp. 405-444 Chapter 11: Project Management 2 Learning Objectives After completing this chapter, students will be able to: Understand how to plan, monitor, and control projects with the use

More information

CHAPTER 9: PROJECT MANAGEMENT

CHAPTER 9: PROJECT MANAGEMENT CHAPTER 9: PROJECT MANAGEMENT The aim is to coordinate and plan a single job consisting lots of tasks between which precedence relationships exist Project planning Most popular planning tools are utilized

More information

Introduction. Introduction. Six Steps of PERT/CPM. Six Steps of PERT/CPM LEARNING OBJECTIVES

Introduction. Introduction. Six Steps of PERT/CPM. Six Steps of PERT/CPM LEARNING OBJECTIVES Valua%on and pricing (November 5, 2013) LEARNING OBJECTIVES Lecture 12 Project Management Olivier J. de Jong, LL.M., MM., MBA, CFD, CFFA, AA www.olivierdejong.com 1. Understand how to plan, monitor, and

More information

Project Management Chapter 13

Project Management Chapter 13 Lecture 12 Project Management Chapter 13 Introduction n Managing large-scale, complicated projects effectively is a difficult problem and the stakes are high. n The first step in planning and scheduling

More information

PROJECT MANAGEMENT CPM & PERT TECHNIQUES

PROJECT MANAGEMENT CPM & PERT TECHNIQUES PROJECT MANAGEMENT CPM & PERT TECHNIQUES FLOW OF PRESENTATION INTRODUCTION NETWORK PLANNING ESTIMATING TIME CPM PERT Project Management Project A project is an interrelated set of activities that has a

More information

IE 102 Spring Project Management

IE 102 Spring Project Management IE 102 Spring 2018 Project Management 1 Management of Projects Planning - goal setting, defining the project, team organization Scheduling - relates people, money, and supplies to specific activities and

More information

Project Planning. Jesper Larsen. Department of Management Engineering Technical University of Denmark

Project Planning. Jesper Larsen. Department of Management Engineering Technical University of Denmark Project Planning jesla@man.dtu.dk Department of Management Engineering Technical University of Denmark 1 Project Management Project Management is a set of techniques that helps management manage large-scale

More information

Project Planning. Identifying the Work to Be Done. Gantt Chart. A Gantt Chart. Given: Activity Sequencing Network Diagrams

Project Planning. Identifying the Work to Be Done. Gantt Chart. A Gantt Chart. Given: Activity Sequencing Network Diagrams Project Planning Identifying the Work to Be Done Activity Sequencing Network Diagrams Given: Statement of work written description of goals work & time frame of project Work Breakdown Structure Be able

More information

SCHEDULE CREATION AND ANALYSIS. 1 Powered by POeT Solvers Limited

SCHEDULE CREATION AND ANALYSIS. 1   Powered by POeT Solvers Limited SCHEDULE CREATION AND ANALYSIS 1 www.pmtutor.org Powered by POeT Solvers Limited While building the project schedule, we need to consider all risk factors, assumptions and constraints imposed on the project

More information

Research Methods Outline

Research Methods Outline : Project Management James Gain jgain@cs.uct.ac.za Outline Introduction [] Project Management [] Experimental Computer Science [] Role of Mathematics [1] Designing User Experiments [] Qualitative Research

More information

ETSF01: Software Engineering Process Economy and Quality

ETSF01: Software Engineering Process Economy and Quality ETSF01: Software Engineering Process Economy and Quality Dietmar Pfahl Lund University 1. Identify project objectives 0.Select project 2. Identify project infrastructure Project planning steps Review Lower

More information

GPE engineering project management. Project Management in an Engineering Context

GPE engineering project management. Project Management in an Engineering Context GPE engineering project management Project Management in an Engineering Context Network diagrams in context PM SOW CHARTER SCOPE DEFINITION WBS circulation, negotiation, translation WBS WP à activities

More information

A convenient analytical and visual technique of PERT and CPM prove extremely valuable in assisting the managers in managing the projects.

A convenient analytical and visual technique of PERT and CPM prove extremely valuable in assisting the managers in managing the projects. Introduction Any project involves planning, scheduling and controlling a number of interrelated activities with use of limited resources, namely, men, machines, materials, money and time. The projects

More information

UNIT-II Project Organization and Scheduling Project Element

UNIT-II Project Organization and Scheduling Project Element UNIT-II Project Organization and Scheduling Project Element Five Key Elements are Unique. Projects are unique, one-of-a-kind, never been done before. Start and Stop Date. Projects must have a definite

More information

1 of 14 4/27/2009 7:45 AM

1 of 14 4/27/2009 7:45 AM 1 of 14 4/27/2009 7:45 AM Chapter 7 - Network Models in Project Management INTRODUCTION Most realistic projects that organizations like Microsoft, General Motors, or the U.S. Defense Department undertake

More information

Outline. Global Company Profile: Bechtel Group. The Importance of Project Management Project Planning Project Scheduling Project Controlling

Outline. Global Company Profile: Bechtel Group. The Importance of Project Management Project Planning Project Scheduling Project Controlling Project Management Outline Global Company Profile: Bechtel Group The Importance of Project Management Project Planning Project Scheduling Project Controlling Outline - Continued Project Management Techniques:

More information

Project Management. Chapter 2. Copyright 2013 Pearson Education, Inc. publishing as Prentice Hall

Project Management. Chapter 2. Copyright 2013 Pearson Education, Inc. publishing as Prentice Hall Project Management Chapter 2 02-0 1 What is a Project? Project An interrelated set of activities with a definite starting and ending point, which results in a unique outcome for a specific allocation of

More information

Teori Pengambilan Keputusan. Week 12 Project Management

Teori Pengambilan Keputusan. Week 12 Project Management Teori Pengambilan Keputusan Week 1 Project Management Project Management Program Evaluation and Review Technique (PERT) Critical Path Method (CPM) PERT and CPM Network techniques Developed in 195 s CPM

More information

CHAPTER 6 CRASHING STOCHASTIC PERT NETWORKS WITH RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM

CHAPTER 6 CRASHING STOCHASTIC PERT NETWORKS WITH RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM CHAPTER 6 CRASHING STOCHASTIC PERT NETWORKS WITH RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM 6.1 Introduction Project Management is the process of planning, controlling and monitoring the activities

More information

Project Management -- Developing the Project Plan

Project Management -- Developing the Project Plan Project Management -- Developing the Project Plan Dr. Tai-Yue Wang Department of Industrial and Information Management National Cheng Kung University Tainan, TAIWAN, ROC 1 Where We Are Now 6 2 Developing

More information

Project Management Fundamentals

Project Management Fundamentals Project Management Fundamentals Course No: B04-003 Credit: 4 PDH Najib Gerges, Ph.D., P.E. Continuing Education and Development, Inc. 9 Greyridge Farm Court Stony Point, NY 10980 P: (877) 322-5800 F: (877)

More information

Program Evaluation and Review Techniques (PERT) Critical Path Method (CPM):

Program Evaluation and Review Techniques (PERT) Critical Path Method (CPM): Program Evaluation and Review Techniques (PERT) Critical Path Method (CPM): A Rough Guide by Andrew Scouller PROJECT MANAGEMENT Project Managers can use project management software to keep track of the

More information

Project Management Professional (PMP) Exam Prep Course 06 - Project Time Management

Project Management Professional (PMP) Exam Prep Course 06 - Project Time Management Project Management Professional (PMP) Exam Prep Course 06 - Project Time Management Slide 1 Looking Glass Development, LLC (303) 663-5402 / (888) 338-7447 4610 S. Ulster St. #150 Denver, CO 80237 information@lookingglassdev.com

More information

Programme Evaluation and Review Techniques (PERT) And Critical Path Method (CPM) By K.K. Bandyopadhyay. August 2001

Programme Evaluation and Review Techniques (PERT) And Critical Path Method (CPM) By K.K. Bandyopadhyay. August 2001 Programme Evaluation and Review Techniques (PERT) And Critical Path Method (CPM) By K.K. Bandyopadhyay August 2001 Participatory Research In Asia Introduction Programme Evaluation and Review Technique

More information

Network Analysis Basic Components. The Other View. Some Applications. Continued. Goal of Network Analysis. RK Jana

Network Analysis Basic Components. The Other View. Some Applications. Continued. Goal of Network Analysis. RK Jana Network nalysis RK Jana asic omponents ollections of interconnected linear forms: Lines Intersections Regions (created by the partitioning of space by the lines) Planar (streets, all on same level, vertices

More information

PROJECT MANAGEMENT COURSE 5: PROJECT TIME MANAGEMENT. G.N. Sandhy Widyasthana

PROJECT MANAGEMENT COURSE 5: PROJECT TIME MANAGEMENT. G.N. Sandhy Widyasthana PROJECT MANAGEMENT COURSE 5: PROJECT TIME MANAGEMENT G.N. Sandhy Widyasthana widyasthana@gmail.com 022 70702020 081 225 702020 1 2 3 Process of identifying the specific actions to be performed to produce

More information

Project Management with Brief Information regarding CPM and PERT Methods

Project Management with Brief Information regarding CPM and PERT Methods 99 INTERNATIONAL JOURNAL OF SCIENTIFIC & ENGINEERING RESEARCH, VOLUME 9, ISSUE, JULY-8 Project Management with Brief Information regarding CPM and PERT Methods Rohan Agarwal Guide: Sheetal Patel Abstract

More information

Handout 4: Deterministic Systems and the Shortest Path Problem

Handout 4: Deterministic Systems and the Shortest Path Problem SEEM 3470: Dynamic Optimization and Applications 2013 14 Second Term Handout 4: Deterministic Systems and the Shortest Path Problem Instructor: Shiqian Ma January 27, 2014 Suggested Reading: Bertsekas

More information

Appendix A Decision Support Analysis

Appendix A Decision Support Analysis Field Manual 100-11 Appendix A Decision Support Analysis Section I: Introduction structure development, and facilities. Modern quantitative methods can greatly facilitate this Complex decisions associated

More information

After complete studying this chapter, You should be able to

After complete studying this chapter, You should be able to Chapter 10 Project Management Ch10: What Is Project Management? After complete studying this chapter, You should be able to Define key terms like Project, Project Management, Discuss the main characteristics

More information

SWEN 256 Software Process & Project Management

SWEN 256 Software Process & Project Management SWEN 256 Software Process & Project Management Plan: Identify activities. No specific start and end dates. Estimating: Determining the size & duration of activities. Schedule: Adds specific start and end

More information

MnDOT use of Calendars in Primavera P6

MnDOT use of Calendars in Primavera P6 MnDOT Project Management Office Presents: MnDOT use of Calendars in Primavera P6 Presenter: Jonathan McNatty, PSP Senior Schedule Consultant DRMcNatty & Associates, Inc. Housekeeping Items Lines will be

More information

Lecture 3 Project Scheduling

Lecture 3 Project Scheduling B10 Lecture Project Scheduling Omar El-Anwar, PhD, PMP Network alculations The purpose of conducting network calculations is to know more about the scheduling of activities: When will each activity start?

More information

MnDOT Project Management Office Presents: Project Reporting. Presenter: Jonathan McNatty Senior Schedule Consultant DRMcNatty & Associates, Inc.

MnDOT Project Management Office Presents: Project Reporting. Presenter: Jonathan McNatty Senior Schedule Consultant DRMcNatty & Associates, Inc. MnDOT Project Management Office Presents: Project Reporting Presenter: Jonathan McNatty Senior Schedule Consultant DRMcNatty & Associates, Inc. Housekeeping Items Lines will be muted during the webinar

More information

The Critical Path Method

The Critical Path Method The Critical Path Method Presented by Antonio Prensa, MBA, PMP, CCP, CSTE for Project Management Institute Puerto Rico Chapter June 2, 22 San Juan, Puerto Rico "I believe that this nation should commit

More information

International Project Management. prof.dr MILOŠ D. MILOVANČEVIĆ

International Project Management. prof.dr MILOŠ D. MILOVANČEVIĆ International Project Management prof.dr MILOŠ D. MILOVANČEVIĆ Project time management Project cost management Time in project management process Time is a valuable resource. It is also the scarcest. Time

More information

A METHOD FOR STOCHASTIC ESTIMATION OF COST AND COMPLETION TIME OF A MINING PROJECT

A METHOD FOR STOCHASTIC ESTIMATION OF COST AND COMPLETION TIME OF A MINING PROJECT A METHOD FOR STOCHASTIC ESTIMATION OF COST AND COMPLETION TIME OF A MINING PROJECT E. Newby, F. D. Fomeni, M. M. Ali and C. Musingwini Abstract The standard methodology used for estimating the cost and

More information

Management Management

Management Management Project Management Management Management in all business and organizational activities is the act of getting people together to accomplish desired goals and objectives using available resources efficiently

More information

Project Management Techniques (PMT)

Project Management Techniques (PMT) Project Management Techniques (PMT) Critical Path Method (CPM) and Project Evaluation and Review Technique (PERT) are 2 main basic techniques used in project management. Example: Construction of a house.

More information

UNIT 5 PROJECT ANALYSIS PERT/CPM MODULE - 2

UNIT 5 PROJECT ANALYSIS PERT/CPM MODULE - 2 UNIT 5 PROJECT ANALYSIS MODULE - 2 UNIT 5 PROJECT ANALYSIS Structure 5.0 Introduction 5.1 Unit Objectives 5.2 Definitions of Project and Project Management 5.3 Characteristics of a Project 5.4 Life Cycle

More information

INSE 6230 Total Quality Project Management Winter 2018 Quiz I. Max : 70 points. This is a closed book exam. Answer all the questions in the booklet.

INSE 6230 Total Quality Project Management Winter 2018 Quiz I. Max : 70 points. This is a closed book exam. Answer all the questions in the booklet. . Surname, given names: Student Number: INSE 6230 Total Quality Project Management Winter 2018 Quiz I. Max : 70 points This is a closed book exam. Answer all the questions in the booklet. Ensure that your

More information

Decision Support Tool for Project Time-Cost Trade-off

Decision Support Tool for Project Time-Cost Trade-off Decision Support Tool for Project Time-Cost Trade-off Fikri Dweiri Industrial Engineering and Engineering Management Department University of Sharjah Sharjah, UAE, 27272 fdweiri@sharjah.ac.ae Abstract

More information

Logistics. Lecture notes. Maria Grazia Scutellà. Dipartimento di Informatica Università di Pisa. September 2015

Logistics. Lecture notes. Maria Grazia Scutellà. Dipartimento di Informatica Università di Pisa. September 2015 Logistics Lecture notes Maria Grazia Scutellà Dipartimento di Informatica Università di Pisa September 2015 These notes are related to the course of Logistics held by the author at the University of Pisa.

More information

Chapter 11: PERT for Project Planning and Scheduling

Chapter 11: PERT for Project Planning and Scheduling Chapter 11: PERT for Project Planning and Scheduling PERT, the Project Evaluation and Review Technique, is a network-based aid for planning and scheduling the many interrelated tasks in a large and complex

More information

POLYTECHNIC OF NAMIBIA

POLYTECHNIC OF NAMIBIA POLYTECHNIC OF NAMIBIA SCHOOL OF MANAGEMENT SCIENCES DEPARTMENT OF MANAGEMENT PROJECT MANAGEMENT BACHELOR OF BUSINESS ADMINISTRATION 07BBMA SUBJECT CODE: PRM422S DATE: DURATION: MARKS: EXAMINERS: MODERATOR:

More information

Project planning and creating a WBS

Project planning and creating a WBS 37E01500 Project Management and Consulting Practice Project planning and creating a WBS Matti Rossi Lecture 3, Tue 28.2.2017 Learning objectives Describe the project time management planning tasks, and

More information

MS Project 2007 Page 1 of 18

MS Project 2007 Page 1 of 18 MS Project 2007 Page 1 of 18 PROJECT MANAGEMENT (PM):- There are powerful environment forces contributed to the rapid expansion of the projects and project management approaches to the business problems

More information

Construction Management

Construction Management Construction Management 1. Which one of the following represents an activity A. excavation for foundation B. curing of concrete C. setting of question paper D. preparation of breakfast 2. Pick up the incorrect

More information

IP-CIS : CIS Project Management

IP-CIS : CIS Project Management Meltem Özturan www.mis.boun.edu.tr/ozturan/mis301 1 Project Management Tools and Techniques (PMTT) Feasibility Analysis Organizational Breakdown Structure Work Breakdown Structure Scheduling Earned Value

More information

A STUDY OF THE BASIC CONCEPT OF CRASHING CPM NETWORK USING DERIVATIVE MARGINAL COST IN LINEAR PROGRAMMING

A STUDY OF THE BASIC CONCEPT OF CRASHING CPM NETWORK USING DERIVATIVE MARGINAL COST IN LINEAR PROGRAMMING ISSN : 98-X STUDY OF THE BSI ONEPT OF RSHING PM NETWORK USING DERIVTIVE MRGINL OST IN LINER PROGRMMING Ismail H. srul tma Jaya atholic University, Jakarta, Indonesia ismael.aaron@gmail.com BSTRT For crashing

More information

06IP/IM74 OPERATIONS RESEARCH

06IP/IM74 OPERATIONS RESEARCH 06IP/IM74 OPERATIONS RESEARCH UNIT - 6: PROJECT MANAGEMENT USING NETWORK ANALYSIS (By Dr.G.N.MOHAN BABU, Prof & HOD (I&P Engg), MCE, Hassan 573 021) LEARNING OBJECTIVES OF THE MODULE: By the end of this

More information

The Project Times and Costs

The Project Times and Costs The Project Times and Costs Not to underestimate the estimate Chapter 5 Defining the Project Step 1: Defining the Scope Step 2: Establishing Priorities Step 3: Creating the Work Breakdown Structure Step

More information

Project Network Analysis Model to Dredging Operations In Niger Delta

Project Network Analysis Model to Dredging Operations In Niger Delta American Journal of Engineering Research (AJER) E-ISSN: 2320-0847 p-issn: 2320-0936 Volume-7, Issue-12, pp-150-165 www.ajer.org Research Paper Open Access Project Network Analysis Model to Dredging Operations

More information

Chapter16Project Management and. Scheduling Project management

Chapter16Project Management and. Scheduling Project management Chapter6Project Management and Scheduling Figure 6. On completion of this chapter, you should be able to identify key components of projects and the issues associated with them, and you should be able

More information

ECSE 321: INTRODUCTION TO SOFTWARE ENGINEERING

ECSE 321: INTRODUCTION TO SOFTWARE ENGINEERING ECSE 321: INTRODUCTION TO SOFTWARE ENGINEERING Software Project Management d_sinnig@cs.concordia.ca Department of Electrical and Computer Engineering 08-Jan-14 What is a project? Some dictionary definitions:

More information

Unit 3 Research Project. Eddie S. Jackson. Kaplan University. IT511: Information Systems Project Management

Unit 3 Research Project. Eddie S. Jackson. Kaplan University. IT511: Information Systems Project Management Running head: UNIT 3 RESEARCH PROJECT 1 Unit 3 Research Project Eddie S. Jackson Kaplan University IT511: Information Systems Project Management 04/06/2014 UNIT 3 RESEARCH PROJECT 2 Unit 3 Research Project

More information

THE ACCELERATING OF DURATION AND CHANGE OF COST ON CONSTRUCTION PROJECT IMPLEMENTATION

THE ACCELERATING OF DURATION AND CHANGE OF COST ON CONSTRUCTION PROJECT IMPLEMENTATION International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 01, January 2019, pp. 825-832, Article ID: IJCIET_10_01_075 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=01

More information

NETWORK ANALYSIS QUESTION BANK

NETWORK ANALYSIS QUESTION BANK NETWORK ANALYSIS QUESTION BANK 1. Explain the terms : Total elapsed time, idle time. 2. What do you mean by dummy activity and successor activity. 3. Write four advantages of network analysis. 4. Explain

More information

Probabilistic Completion Time in Project Scheduling Min Khee Chin 1, Sie Long Kek 2, Sy Yi Sim 3, Ta Wee Seow 4

Probabilistic Completion Time in Project Scheduling Min Khee Chin 1, Sie Long Kek 2, Sy Yi Sim 3, Ta Wee Seow 4 Probabilistic Completion Time in Project Scheduling Min Khee Chin 1, Sie Long Kek 2, Sy Yi Sim 3, Ta Wee Seow 4 1 Department of Mathematics and Statistics, Universiti Tun Hussein Onn Malaysia 2 Center

More information

Plan Implementation. Pushpa Lal Shakya

Plan Implementation. Pushpa Lal Shakya Plan Implementation Pushpa Lal Shakya Outline of Presentation 1. Plan Implementation: Meaning 2. Use of MTEF in Plan Implementation 3. Plan implementation Process and Implementation Modalities 4. Application

More information

Outline. Project Management. Introduction. What is a Project?

Outline. Project Management. Introduction. What is a Project? Outline Project Management Jeffrey Pinto, Ph.D. Penn State Erie What is Project Management? Scope Management Risk Management Planning and Scheduling Project Evaluation and Control Project Termination Introduction

More information

Chapter 2 The PERT/CPM Technique

Chapter 2 The PERT/CPM Technique Chapter The PERT/CPM Technique Abstract Completing a project on time and within budget is not an easy task. The project scheduling phase plays a central role in predicting both the time and cost aspects

More information

Making sense of Schedule Risk Analysis

Making sense of Schedule Risk Analysis Making sense of Schedule Risk Analysis John Owen Barbecana Inc. Version 2 December 19, 2014 John Owen - jowen@barbecana.com 2 5 Years managing project controls software in the Oil and Gas industry 28 years

More information

MINIMIZE TIME AND COST FOR SUCCESSFUL COMPLETION OF A LARGE SCALE PROJECT APPLYING PROJECT CRASHING METHOD

MINIMIZE TIME AND COST FOR SUCCESSFUL COMPLETION OF A LARGE SCALE PROJECT APPLYING PROJECT CRASHING METHOD International Journal of Advanced Research and Review www.ijarr.in MINIMIZE TIME AND COST FOR SUCCESSFUL COMPLETION OF A LARGE SCALE PROJECT APPLYING PROJECT CRASHING METHOD Shifat Ahmed Lecturer, Southeast

More information

International Journal of Advanced Engineering and Management Research Vol. 2 Issue 4, ISSN:

International Journal of Advanced Engineering and Management Research Vol. 2 Issue 4, ISSN: International Journal of Advanced Engineering and Management Research Vol. 2 Issue 4, 2017 http://ijaemr.com/ ISSN: 2456-3676 CPM AND PERT COMPARISON ANALYSIS IN PROJECT PLANNING ABSTRACT Talatu Muhammad

More information

Project Management and Cost Control

Project Management and Cost Control Project Management and Cost Control What is Project Management Build A A Done Build B B Done Build C JAN FEB MAR APR MAY JUN C Done Build D On time! Ship Unique, one-time operations designed to accomplish

More information

Comparison between Deterministic and Stochastic Time Estimating Techniques

Comparison between Deterministic and Stochastic Time Estimating Techniques Comparison between Deterministic and Stochastic Time Estimating Techniques Daketima G. Briggs, Ph.D, PMP Management Department, Faculty of Business, University of Botswana ABSTRACT: This paper started

More information

Optimization Prof. A. Goswami Department of Mathematics Indian Institute of Technology, Kharagpur. Lecture - 18 PERT

Optimization Prof. A. Goswami Department of Mathematics Indian Institute of Technology, Kharagpur. Lecture - 18 PERT Optimization Prof. A. Goswami Department of Mathematics Indian Institute of Technology, Kharagpur Lecture - 18 PERT (Refer Slide Time: 00:56) In the last class we completed the C P M critical path analysis

More information

VALUE MANAGEMENT INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: Snehal Salunke

VALUE MANAGEMENT INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: Snehal Salunke VALUE MANAGEMENT Snehal Salunke Post Graduate Student, Civil Engg. Department, SSJCET, Asangaon, Thane -----------------------------------------------------------------------------***------------------------------------------------------------------

More information

Allocate and Level Project Resources

Allocate and Level Project Resources Allocate and Level Project Resources Resource Allocation: Defined Resource Allocation is the scheduling of activities and the resources required by those activities while taking into consideration both

More information

Project Management. Project Mangement. ( Notes ) For Private Circulation Only. Prof. : A.A. Attarwala.

Project Management. Project Mangement. ( Notes ) For Private Circulation Only. Prof. : A.A. Attarwala. Project Mangement ( Notes ) For Private Circulation Only. Prof. : A.A. Attarwala. Page 1 of 380 26/4/2008 Syllabus 1. Total Project Management Concept, relationship with other function and other organizations,

More information

WORK BREAKDOWN STRUCTURE A TOOL FOR SOLVING DECISION MAKING PROBLEM IN PROJECT MANAGEMENT

WORK BREAKDOWN STRUCTURE A TOOL FOR SOLVING DECISION MAKING PROBLEM IN PROJECT MANAGEMENT WORK BREAKDOWN STRUCTURE A TOOL FOR SOLVING DECISION MAKING PROBLEM IN PROJECT MANAGEMENT Jaromír Pitaš Abstract: One of the decision making tools of a project manager since the 1960s has been Work Breakdown

More information

SCM 301 (Solo) Exam 1 Practice Exam Solutions

SCM 301 (Solo) Exam 1 Practice Exam Solutions 1. D $118,000 www.liontutors.com SCM 301 (Solo) Exam 1 Practice Exam Solutions The first thing we need to do here is use the information given in the table to create a network diagram. Once we have a network

More information

56:171 Operations Research Midterm Exam Solutions October 22, 1993

56:171 Operations Research Midterm Exam Solutions October 22, 1993 56:171 O.R. Midterm Exam Solutions page 1 56:171 Operations Research Midterm Exam Solutions October 22, 1993 (A.) /: Indicate by "+" ="true" or "o" ="false" : 1. A "dummy" activity in CPM has duration

More information

SCM 301 (Lutz) Exam 1 Practice Exam Solutions

SCM 301 (Lutz) Exam 1 Practice Exam Solutions 1. D $118,000 www.liontutors.com SCM 301 (Lutz) Exam 1 Practice Exam Solutions The first thing we need to do here is use the information given in the table to create a network diagram. Once we have a network

More information

COPYRIGHT AND CITATION CONSIDERATIONS FOR THIS THESIS/ DISSERTATION

COPYRIGHT AND CITATION CONSIDERATIONS FOR THIS THESIS/ DISSERTATION COPYRIGHT AND CITATION CONSIDERATIONS FOR THIS THESIS/ DISSERTATION o Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any

More information

Project Controls Expo 16 th Nov 2016

Project Controls Expo 16 th Nov 2016 Project Controls Expo 16 th Nov 2016 Emirates Stadium, London Introduction to Planning, Scheduling and Earned Value followed by Case Study on Data Analytics on improved Schedule Data Quality Tushar Tohan

More information

Lecture 5: Project Management

Lecture 5: Project Management Lecture 5: Management organization structure ritical path method (PM) Time/cost tradeoff PM with three activity it time estimates t Readings: hapter 10 Management series of related jobs usually directed

More information

SUPPLEMENTAL SPECIFICATION CRITICAL PATH METHOD CONSTRUCTION SCHEDULES

SUPPLEMENTAL SPECIFICATION CRITICAL PATH METHOD CONSTRUCTION SCHEDULES March 1, 2007 SUPPLEMENTAL SPECIFICATION CRITICAL PATH METHOD CONSTRUCTION SCHEDULES General This supplemental specification addresses the Critical Path Method (CPM) construction schedule requirements

More information

Project Management. Basic Definitions: Project and Project Plan

Project Management. Basic Definitions: Project and Project Plan Project Management Basic Definitions: Project and Project Plan Software Project: All technical and managerial activities required to deliver the deliverables to the client. A software project has a specific

More information

ACWP (actual cost of work performed) Cost of actual work performed to date on the project, plus any fixed costs.

ACWP (actual cost of work performed) Cost of actual work performed to date on the project, plus any fixed costs. Glossary ACWP (actual cost of work performed) Cost of actual work performed to date on the project, plus any fixed costs. ALAP (as late as possible) A constraint placed on a task s timing to make it occur

More information

MODULE: INTRODUCTION TO PROJECT MANAGEMENT / PROJECT MANAGEMENT

MODULE: INTRODUCTION TO PROJECT MANAGEMENT / PROJECT MANAGEMENT Programme BA (Hons) Fashion and Textiles (Top-Up) BA (Hons) Graphic Design with Animation (Top-Up) BA (Hons) Interior Design Cohort FDI- BFT(TP)/14B/PT FDI- BGDA(TP)/14B/PT FDI-BAID/13B/FT Examinations

More information

Appendix B: Glossary of Project Management Terms

Appendix B: Glossary of Project Management Terms Appendix B: Glossary of Project Management Terms Assumption - There may be external circumstances or events that must occur for the project to be successful (or that should happen to increase your chances

More information

A SINGLE STEP CPM TIME-COST TRADEOFF ALGORITHM. In Mathematics and Computing. Under the guidance of Dr. Mahesh Kumar Sharma

A SINGLE STEP CPM TIME-COST TRADEOFF ALGORITHM. In Mathematics and Computing. Under the guidance of Dr. Mahesh Kumar Sharma A SINGLE STEP CPM TIME-COST TRADEOFF ALGORITHM Thesis submitted in partial fulfillment of the requirement for The award of the degree of Master of Science In Mathematics and Computing Submitted by Gurpreet

More information

INSE 6230: Assignment 1 - Winter (0% of final grade) 1. The table below provides information about a short IT project.

INSE 6230: Assignment 1 - Winter (0% of final grade) 1. The table below provides information about a short IT project. INSE 6230: Assignment - Winter 208 (0% of final grade). The table below provides information about a short IT project. Activity Predecessors Duration (Months) A - 2 B - 3 C A 4 D A, B 2 E D 2 F B, C, E

More information

ADVANCED QUANTITATIVE SCHEDULE RISK ANALYSIS

ADVANCED QUANTITATIVE SCHEDULE RISK ANALYSIS ADVANCED QUANTITATIVE SCHEDULE RISK ANALYSIS DAVID T. HULETT, PH.D. 1 HULETT & ASSOCIATES, LLC 1. INTRODUCTION Quantitative schedule risk analysis is becoming acknowledged by many project-oriented organizations

More information

Introduction to Project Management. Modeling after NYS ITS

Introduction to Project Management. Modeling after NYS ITS Introduction to Project Management Modeling after NYS ITS What is Project Management? Project management is the application of knowledge, skills, tools and techniques to project activities to meet project

More information

PMP Exam Preparation Course. Madras Management Training W.L.L All Rights Reserved

PMP Exam Preparation Course. Madras Management Training W.L.L All Rights Reserved Project Cost Management 1 Project Cost Management Processes 1. Estimate Costs 2. Determine Budget 3. Control Costs In some projects, especially with smaller scope, cost estimation and cost budgeting are

More information

Scheduling Resources and Costs

Scheduling Resources and Costs CHAPTER EIGHT Scheduling Resources and Costs Copyright 2014 McGraw-Hill Education. All Rights Reserved. PowerPoint Presentation by Charlie Cook Where We Are Now 8 2 Overview of the Resource Scheduling

More information

Cost Reduction: Planning & Control. Impacting the Bottom Line

Cost Reduction: Planning & Control. Impacting the Bottom Line Cost Reduction: Planning & Control Break Even Point & Decision Tree Analysis (l.u. 4/2/11) Impacting the Bottom Line Calls for an understanding of: Variation Waste & Value Investments (time, capital, resources,

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index Index Note to the reader: Throughout this index boldfaced page numbers indicate primary discussions of a topic. Italicized page numbers indicate illustrations. A A+ certification, 28 acceptance criteria

More information

CHAPTER 5. Project Scheduling Models

CHAPTER 5. Project Scheduling Models CHAPTER 5 Project Scheduling Models 1 5.1 Introduction A project is a collection of tasks that must be completed in minimum time or at minimal cost. Objectives of Project Scheduling Completing the project

More information

u w 1.5 < 0 These two results imply that the utility function is concave.

u w 1.5 < 0 These two results imply that the utility function is concave. A person with initial wealth of Rs.1000 has a 20% possibility of getting in a mischance. On the off chance that he gets in a mishap, he will lose Rs.800, abandoning him with Rs.200; on the off chance that

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF CIVIL ENGINEERING QUESTION BANK VI SEMESTER CE6005 CONSTRUCTION PLANNING AND SCHEDULING Regulation 2013 Academic Year 2017

More information

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING. MSc CIVIL ENGINEERING MSc CONSTRUCTION PROJECT MANAGEMENT SEMESTER ONE EXAMINATION 2017/2018

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING. MSc CIVIL ENGINEERING MSc CONSTRUCTION PROJECT MANAGEMENT SEMESTER ONE EXAMINATION 2017/2018 ENG026 UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MSc CIVIL ENGINEERING MSc CONSTRUCTION PROJECT MANAGEMENT SEMESTER ONE EXAMINATION 2017/2018 PROJECT MANAGEMENT MODULE NO: CPM7002 Date: 15 January 2018

More information

CHAPTER 5 SCHEDULING AND TRACKING WORK IN CONSTRUCTION PROJECT MANAGEMENT. UWB10202 Effective Communication by Norazmi Danuri

CHAPTER 5 SCHEDULING AND TRACKING WORK IN CONSTRUCTION PROJECT MANAGEMENT. UWB10202 Effective Communication by Norazmi Danuri CHAPTER SCHEDULING AND TRACKING WORK IN CONSTRUCTION PROJECT MANAGEMENT UWB10202 Effective Communication by Norazmi Danuri (norazmi@uthm.edu.my) Introduction Planning & Scheduling Principles Techniques

More information

SSC-JE STAFF SELECTION COMMISSION CIVIL ENGINEERING STUDY MATERIAL ESTIMATING, COSTING AND VALUATION

SSC-JE STAFF SELECTION COMMISSION CIVIL ENGINEERING STUDY MATERIAL ESTIMATING, COSTING AND VALUATION 1 ` SSC-JE STAFF SELECTION COMMISSION CIVIL ENGINEERING STUDY MATERIAL SSC-JE Civil Engineering 2 Estimating, Costing and Valuation : Estimate, Glossary of technical terms, Analysis of rates, Methods and

More information

56:171 Operations Research Midterm Examination Solutions PART ONE

56:171 Operations Research Midterm Examination Solutions PART ONE 56:171 Operations Research Midterm Examination Solutions Fall 1997 Answer both questions of Part One, and 4 (out of 5) problems from Part Two. Possible Part One: 1. True/False 15 2. Sensitivity analysis

More information