Home > Operation Research calculators > Sequencing Problems example

Sequencing Problems example ( Enter your problem)
  1. Introduction
  2. Johnson's algorithm for optimal sequence
  3. Example-1
  4. Example-2
  5. Example-3
Other related methods
  1. Processing n Jobs Through 2 Machines Problem
  2. Processing n Jobs Through 3 Machines Problem
  3. Processing n Jobs Through m Machines Problem
  4. Processing 2 Jobs Through m Machines Problem

1. Introduction
(Previous example)
3. Example-1
(Next example)

2. Johnson's algorithm for optimal sequence





Job and their processing time on machine `M_1` and `M_2`
Job1234 ... n
Machine `M_1` `t_11` `t_12` `t_13` `t_14` ... `t_(1n)`
Machine `M_2` `t_21` `t_22` `t_23` `t_24` ... `t_(2n)`


Johnson's algorithm for optimal sequence
  1. Find out the minimum processing time out of all the `M_1` and `M_2`
  2. If it is from `M_1`, then place the job first in the sequence.
  3. If it is from `M_2`, then place the job last in the sequence.
  4. If there is a tie in minimum processing times, then
    1. If minimum processing time is same on both machines `M_1` and `M_2`, say `t_(1i)=t_(2j)`, then process the `i^("th")` job first and the `j^("th")` job last.
    2. If minimum processing times, `t_(1i)=t_(1j)` on machine `M_1`, then select the job i first (Here `i < j`).
    3. If minimum processing times, `t_(2i)=t_(2j)` on machine `M_2`, then select the job j last (Here `i < j`).
  5. Now eliminate the assigned job, and repeat steps 1 to 4 until an optimal sequence is found.






This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



1. Introduction
(Previous example)
3. Example-1
(Next example)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.