Lesson 9
Develop the Schedule
Gantt Chart
+ easy to understand (with a lot of info)
+ easy to maintain
+ provide clear picture of current state of project
+ easy to constructCritical Path Method 6 steps :
- define prj scope.goals and prepare work breakdown structure (WBS)
- define sequential / parallel relationships
- present network diagram with connected activities
- assign time&/cost estimates
- determine critical path with longest time through the network
- using network diagram to comitor & control project progress
CPM answer these Questions
- when whole project be finished
- which are critical / important activities to pay extra attention to
- what are non-critical activities that can afford to slack?
- is proj ahead of schedule, on schedule or behind schedule?
- are expenditures < ? > ? = ? than allocated budget?
- are there sufficient resources available to ensure timely conpletion of proj
- prj_duration - x_time ? min_cost ?
Critical Path Analysis
- CP is longest duration path through network
- critical path determine min time that project be done
- there be no dely in CP activities || delay
CP Methods
- earliest start time (est) 🏇🏼
- earliest finish time (eft) 🏁
- latest finish time (lft)
- latest start time (lst)
- duration
- slack/float = time ( available - neceessary ) (to complete activity)
Forward Pass Rules
Backward Pass Rule
Backward Pass Rules
Calculating Float Time
Float =( LST - EST ) || (LFT - EFT)
Crashing
- shortening duration of proj => tasks--
- resources++
- time--
- cost++
- cost-- proj--
- overtime 👍
Fast Tracking
- timeline / _x => compressed => prj_dur--
- activities =
Critical Chain Scheduling
Import concepts
- resources.exists() => true || false
- multi-tasking
- buffers
PERT (Program evaluation and Review Technique)
- const uncertain = true
- proj.getDuration()
Last updated on January 15, 2023