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

4. Example-2
(Previous example)
2. Processing n Jobs Through 3 Machines Problem
(Next method)

5. Example-3





Find solution of Processing 5 Jobs Through 2 Machines Problem
Job12345
Machine-1519310
Machine-2267814


Solution:
Job12345
Machine `M_1`519310
Machine `M_2`267814


1. The smallest processing time is 1 hour for job 2 on Machine-1. So job 2 will be processed first.
2

2. The next smallest processing time is 2 hour for job 1 on Machine-2. So job 1 will be processed last.
21

3. The next smallest processing time is 3 hour for job 4 on Machine-1. So job 4 will be processed after job 2.
241

4. The next smallest processing time is 7 hour for job 3 on Machine-2. So job 3 will be processed before job 1.
2431

5. The next smallest processing time is 10 hour for job 5 on Machine-1. So job 5 will be processed after job 4.
24531


According to Johanson's algorithm, the optimal sequence is as below
24531


Job`M_1`
In time
`M_1`
Out time
`M_2`
In time
`M_2`
Out time
Idle time
`M_2`
200 + 1 = 111 + 6 = 71
411 + 3 = 477 + 8 = 15-
544 + 10 = 141515 + 14 = 29-
31414 + 9 = 232929 + 7 = 36-
12323 + 5 = 283636 + 2 = 38-


The total minimum elapsed time = 38

Idle time for Machine-1
`=38 - 28`

`=10`


Idle time for Machine-2
`=(1)+(38-38)`

`=1+0`

`=1`


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



4. Example-2
(Previous example)
2. Processing n Jobs Through 3 Machines Problem
(Next method)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.