- Johnson's Rule
In
operations research Johnson's Rule is a method of scheduling a number of jobs on two successive work centers. The primary objective of Johnson's Rule is to find an optimal sequence of jobs to reducemakespan (the total amount of time it takes to complete all jobs). It also reduces the number of idle time between the two work centers.Before the technique can be applied, several conditions need to be in place:
# The time for each job must be constant.
# The job times must be mutually exclusive of the job sequence.
# All jobs must go through first work center before going through the second work center.
# There must be no job priorities.Johnson's Rule is as follows:
# List the jobs and their times at each work center.
# Select the job with the shortest time. If the job is for the first work center, then schedule the job first. If that job is for the second work center then schedule the job last. Break ties arbitrarily.
# Eliminate the job selected from further consideration.
# Repeat steps 2 and 3, working towards the center of the job schedule until all jobs have been scheduled.In case there is significant idle time at the second work center (from waiting for the job to be finished at the first work center), then job splitting may be used.
Example
There are 5 jobs. Each job needs to go through work center A and B. Find the optimum sequence of jobs using Johnson's Rule.
3. The next smallest time after that is located in Job E (2.80 hours). Since the time is in Work Center B, schedule this job last. Eliminate Job E from further consideration.
References
Further reading
*S. M. Johnson, "Optimal Two- and Three-Stage Production with Setup Times Included", Naval Research Quarterly, (March 1954)
*William J Stevenson, "Operations Management 9th Edition", McGraw-Hill/Irwin, 2007
Wikimedia Foundation. 2010.