Download presentation
Presentation is loading. Please wait.
1
© J. Christopher Beck 20051 Lecture 4: Project Planning 1
2
© J. Christopher Beck 2005 2 Outline ROMAN Project scheduling system Project representation Job-on-node CPM – forward & backward PERT – CPM with estimates Some slides taken from Twente University (see Pinedo CD)
3
© J. Christopher Beck 2005 3 ROMAN How do you shut down a nuclear power plant for maintenance? Very carefully 10,000 to 40,000 jobs $1,000,000 per day
4
© J. Christopher Beck 2005 4 Problem Given a set of jobs, precedence constraints & resource requirements, assign resources to jobs for specific periods to: Minimize makespan Makes sure all jobs can be done safely Jobs: refueling, repairs, plant modifications, maintenance
5
© J. Christopher Beck 2005 5 Approach Decision tree for sophisticated safely analysis Constraint programming based project scheduling system Builds on basic algorithms we will study
6
© J. Christopher Beck 2005 6 Project Planning: Example 1 Rules for “job on node” networks: network contains no directed cycles event numbering network contains no redundant arcs 124 35 6 7
7
© J. Christopher Beck 2005 7 Example 2 1 24 35 6 “job on node”-representation:
8
© J. Christopher Beck 2005 8 Example 2 Alternative “job on node”-representation: 1 2 3 6 Makespan? Critical Path? 4 5
9
© J. Christopher Beck 2005 9 Critical Path Method Find Critical path and makespan Two steps: forward procedure – find min. makespan backward procedure – find CP
10
© J. Christopher Beck 2005 10 Forward Procedure STEP1: For each job that has no predecessors: STEP2: compute for each job j: STEP3: 1 2 3 64 5 S’ 1 = 0 S’ 2 = 0 S’ 3 = 0 C’ 1 = 2 C’ 2 = 3 C’ 3 = 1 S’ 4 = 3 S’ 5 = 3 S’ 6 = 7 C’ 6 = 8 C’ 5 = 5 C’ 4 = 7 C’ max = 8
11
© J. Christopher Beck 2005 11 Backward Procedure STEP1: For each job that has no successors: STEP2: compute for each job j: STEP3: Verify that: 1 2 3 64 5 S’’ 1 = 1 S’’ 2 = 0 C’’ 1 = 3 C’’ 2 = 3 S’’ 3 = 7S’’ 5 = 5 S’’ 6 = 7 C’’ 3 = 8 C’’ 6 = 8 C’’ 5 = 8 S’’ 4 = 3C’’ 4 = 7 C’ max = 8
12
© J. Christopher Beck 2005 12 Critical Path If S’ j = S’’ j then activity is in the critical path JobS’ j S’’ j 101 200 307 433 535 677 JobS’ j S’’ j 101 200 307 433 535 677
13
© J. Christopher Beck 2005 13 Example 4.2.3 Jobs1234567891011121314 pjpj 569127 106 97875 1 24 3 5 7 8 12 14 13 69 11 1) Find makespan 2) Find CP
14
© J. Christopher Beck 2005 14 What if … Great, project scheduling is easy! In the real world, do we really know the duration of a job? What if p j = (μ j, δ j )? (Believe it or not, that is current research!)
15
© J. Christopher Beck 2005 15 Program Evaluation & Review Technique (PERT) Idea: estimate p j and use CPM to estimate: Ê(C max ) – expected makespan Ṽ(C max ) – variance of makespan
16
© J. Christopher Beck 2005 16 PERT Given p j = (μ j, δ j ), let p j = μ j Use CPM to find critical path Estimate the expected makespan Ê(C max ) = Σ μ j, j in critical path Ṽ(C max ) = Σ (δ j 2 ), j in critical path This is a very crude approximation! See Example 4.3.2 Q: What if there are two CPs?
17
© J. Christopher Beck 2005 17 Estimating (μ j, δ j ) Assume you have 3 estimates of p j Optimistic: p a j Most likely: p m j Pessimistic: p b j Estimates: μ j = (p a j +4p m j +p b j ) / 6 δ j = (p b j -p a j ) / 6
18
© J. Christopher Beck 2005 18 Example 4.3.1 Jobs1234567891011121314 pajpaj 44810612451076672 pmjpmj 568117121161087875 pbjpbj 681418812 7101581078 1 24 3 5 7 8 12 14 13 69 11 Find expected makespan and variance Hint: same graph as 4.2.3
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.