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

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

4. Example-2





Find solution of Processing 7 Jobs Through 2 Machines Problem
Job1234567
Machine-131215610119
Machine-28101061213


Solution:
Job1234567
Machine `M_1`31215610119
Machine `M_2`8101061213


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

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

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

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

5. The next smallest processing time is 10 hour for job 2,3 on Machine-2 and for this jobs 12 is smallest on Machine-1. So job 2 will be processed before job 7.
14276

6. The next smallest processing time is 10 hour for job 3 on Machine-2. So job 3 will be processed before job 2.
143276

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


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


Job`M_1`
In time
`M_1`
Out time
`M_2`
In time
`M_2`
Out time
Idle time
`M_2`
100 + 3 = 333 + 8 = 113
433 + 6 = 91111 + 6 = 17-
599 + 10 = 191919 + 12 = 312
31919 + 15 = 343434 + 10 = 443
23434 + 12 = 464646 + 10 = 562
74646 + 9 = 555656 + 3 = 59-
65555 + 11 = 666666 + 1 = 677


The total minimum elapsed time = 67

Idle time for Machine-1
`=67 - 66`

`=1`


Idle time for Machine-2
`=(3)+(19-17)+(34-31)+(46-44)+(66-59)+(67-67)`

`=3+2+3+2+7+0`

`=17`


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



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





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.