Exercise Find a schedule that minimises makespan..

Slides:



Advertisements
Similar presentations
Practice Problems: The Composition of Functions Work problems on your own first. Then check with answers in the following slides. If the answers don’t.
Advertisements

© J. Christopher Beck Lecture 7: Shifting Bottleneck.
Jeopardy Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
MVCP Exercise solving class. Capacity calculations.
Final Jeopardy Question Type Category 1 Here. Type Category 2 Here 100 Type Category 4 Here Type Category 5 Here Type.
Introduction to Operations Research (II)
Exercise Exercise3.1 8 Exercise3.1 9 Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise Exercise Exercise
1 By: Prof. Y. Peter Chiu Materials Management Scheduling ~ HOMEWORK SOLUTION ~
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
1 Set # 4 Dr. LEE Heung Wing Joseph Phone: Office : HJ639.
1 IOE/MFG 543 Chapter 7: Job shops Sections 7.1 and 7.2 (skip section 7.3)
Lecture 8: Dispatch Rules
Job-shop Scheduling n jobs m machines No recirculation – Jobs do not revisit the same machine (i, j) is referred to as an operation in which job j is processed.
Long Multiplication! Foil Method! Example:
Question # 1 For $100 15$1,000,000 14$500,000 13$250,000 12$125,000 11$64,000 10$32,000 9$16,000 8$8,000 7$4,000 6$2,000 5$1,000 4$500 3$300 2$200 1$100.
1 Simulated Annealing Contents 1. Basic Concepts 2. Algorithm 3. Practical considerations.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200.
CS 115 QUIZ # 1 INFORMATION Scheduled for TUESDAY 9/22/15 1.
$1,000,000 $500,000 $100,000 $50,000 $10,000 $5000 $1000 $500 $200 $100 Is this your Final Answer? YesNo Question 2? Correct Answer Wrong Answer.
Lecture 9: Simplified Shifting Bottleneck
Category 1 Category 5 Category 4 Category 3 Category
Jeopardy Category 1 Category 1 Category 2 Category 3 Category 4 Category
1. Take out a blank piece of paper. 2. Label your paper 1-30 down the left-hand side. 3. You have 15s to complete each question. 4. At the end of this.
© J. Christopher Beck Lecture 10: (Full) Shifting Bottleneck.
MIDTERM PHIL109 WRAP-UP All about grades. SCANTRON AND ESSAY  Part 1, Scantron, max. 50 points  Part 2, 5 Short Answers, max 50 points  Total: max.
Multiplication Facts X 3 = 2. 8 x 4 = 3. 7 x 2 =
1 Exercise 1. (a) Find all optimal sequences for the scheduling problem 1 ||  w j C j with the following jobs. (b) Determine the effect of a change in.
Steps of Addition Move your mouse over each step to see the directions.
Start the Quiz Show the answer Check the answer Time’s up! Timer
DEVRY CIS 115 Entire Course With Final Exam Check this A+ tutorial guideline at For more classes.
DEVRY CIS 115 F INAL E XAM 3 S ETS OF A NSWERS Check this A+ tutorial guideline at
BUS 642 Week 2 Exercises Complete the following exercises: In your text book Complete Making Research Decisions 1, page 50 In text answer Terms in Review,
Uop CMC 210 Week 6 Exercise Media Adaptation and Convergence · Resource: Media Adaptation and Convergence activity · Post an answer to the question that.
ACC 225 Week 1 Exercise Accounting and Business Organizations · Resource: Fundamental Accounting Principles, p. 30 · Post your answers to Exercises 1-1.
Type Subject Here (1). Type Subject Here (1) Type Subject Here (2)
Job Shop Scheduling Contents 1. Problem Statement 2. Disjunctive Graph
Dividing Polynomials.
Load Balancing: List Scheduling
Complete the missing numbers using the inverse.
COP 4600 Operating Systems Fall 2010
Schedules My Schedule Monday: 9:00-2:00 Work 3:00-6:00 Clean
סדר דין פלילי – חקיקה ומהות ההליך הפלילי
If we increase b2 from 10 to 20 will the optimal basis change?
Solving Two-Step Equations
optimal basis will not change
Correctness of Edmonds-Karp

Програмата е насочена към обновяване на многофамилни жилищни сгради, като с нея се цели чрез изпълнение на мерки за енергийна ефективност да се осигурят.
Machine Learning Course.
Chapter 7: Job shops Sections 7.1 and 7.2 (skip section 7.3)
GA developed for production scheduling
Exercise (9).
optimal basis will not change
Dividing Polynomials.
2) For each of the finite state machines above, use the sets derived in part 1) to produce the following:   i.                  a set of sequences that.
4 + (-5) = A. Start at zero B. Move ______ spaces ___________ to get to the first number. C. From there, move _____ spaces __________ D. My final answer.
Chapter 25 – Foreign Affairs
You must show all steps of your working out.
Question 1.
JEOPARDY.
Multiplying binomials
List Scheduling Given a list of jobs (each with a specified processing time), assign them to processors to minimize makespan (max load) In Graham’s notation:
Load Balancing: List Scheduling
HIPAA and Harassment.
Multiplying binomials
Final Exam - NEXT WEEK! The final exam is worth 400 points, twice as much as each of the semester exams. The remaining homework assignments count toward.
Exam #2 covering Sections 11 to 15 - NEXT CLASS!
Presentation transcript:

Exercise Find a schedule that minimises makespan.

S 1,12,14,13,1 T 1,22,23,24,2 3,31,34,32, Iteration 1: C max =25 Answer

Machine 1 1,2,3 L max (1)=4 Machine 2 2,1,3 L max (2)=5

Machine 3 3,1,2 L max (3)=0 Machine 4 2,1,3 L max (4)=3

Machine 2 is bottleneck. S 1,12,14,13,1 T 1,22,23,24,2 3,31,34,32, Iteration 2: C max =30

Machine 1 3,2,1 L max (3)=0 Machine 3 2,1,3 L max (1)=3

2,1,3 L max (4)=0 Machine 4

Machine 1 is bottleneck. S 1,12,14,13,1 T 1,22,23,24,2 3,31,34,32, C max =33 Can we decrease C max ({1,2}) ? Resequencing machine 2 gives no improvement ! (Check this !)

Iteration 3: C max =33 Machine 1 2,1,3 L max (4)=0 Machine 4 3,2,1 L max (4)=0

No machine is a bottleneck! S 1,12,14,13,1 T 1,22,2 3,2 4,2 3,31,34,32, Final schedule: