Single-machine scheduling

Single-machine scheduling or single-resource scheduling is the process of assigning a group of tasks to a single machine or resource. The tasks are arranged so that one or many performance measures may be optimized.

Performance measures

The performance measures of the tasks in the single machine scheduling problem include:

Solution techniques

Many solution techniques have been applied to solving single machine scheduling problems. Some of them are listed below.

Heuristics

The SPT schedule is optimal if the objective is to minimize the average flowtime.
SPT-order is an order based on processing time. The sequence of remaining jobs in sorted based on non-decreasing processing time.
The EDD schedule is optimal if the objective is to minimize the maximum tardiness.
EDD-order is an order based on due date. The sequence of remaining jobs in sorted based on non-decreasing due date.

Note: "Lateness" is any deviation from the due date. Positive lateness is "tardiness," negative lateness is "earliness"

Hodgson's algorithm gives an optimal solution if the objective is to minimize the number of jobs with tardiness greater than zero.

Malakooti (2013) [1] discusses multi-criteria single machine scheduling. The main concept of the proposed algorithm by Malakooti (2013) is that for each objective function uses the appropriate dispatching rule to find the sequence of jobs and then combines the obtained sequence to get the final sequence.

Computational

References

  1. Malakooti, B (2013). Operations and Production Systems with Multiple Objectives. John Wiley & Sons. ISBN 978-1-118-58537-5.
This article is issued from Wikipedia - version of the 3/28/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.