Tardiness (scheduling)

From HandWiki
Short description: Measure of delay in executing certain operations

In scheduling, tardiness is a measure of a delay in executing certain operations and earliness is a measure of finishing operations before due time. The operations may depend on each other and on the availability of equipment to perform them.

Typical examples include job scheduling in manufacturing and data delivery scheduling in data processing networks.[1]

In manufacturing environment, inventory management considers both tardiness and earliness undesirable. Tardiness involves backlog issues such as customer compensation for delays and loss of goodwill. Earliness incurs expenses for storage of the manufactured items[2] and ties up capital.

Mathematical formulations

In an environment with multiple jobs, let the deadline be [math]\displaystyle{ d_i }[/math] and the completion time be [math]\displaystyle{ C_i }[/math] of job [math]\displaystyle{ i }[/math]. Then for job [math]\displaystyle{ i }[/math]

  • lateness is [math]\displaystyle{ L_i=C_i-d_i }[/math],
  • earliness is [math]\displaystyle{ E_i = \max(0, d_i-C_i) }[/math],
  • tardiness is [math]\displaystyle{ T_i = \max(0, C_i-d_i) }[/math].

In scheduling common objective functions are [math]\displaystyle{ C_\max, L_\max, E_\max, T_\max, \sum C_i, \sum L_i, \sum E_i, \sum T_i }[/math] or weighted version of these sums, [math]\displaystyle{ w_iC_\max, w_iL_\max, w_iE_\max, w_iT_\max, \sum w_iC_i, \sum w_iL_i, \sum w_iE_i, \sum w_iT_i }[/math], where every job comes with a weight [math]\displaystyle{ w_i }[/math]. The weight is a representation of job cost, priority, etc.

In a large number of cases the problems of optimizing these functions are NP-hard.[3]

References

  1. Minimizing tardiness in data aggregation scheduling with due date consideration for single-hop wireless sensor networks, Wireless Networks, Volume 21 Issue 4, May 2015 Pages 1259-1273
  2. Derya Eren Akyol, G. Mirac Bayhan, Multi-machine earliness and tardiness scheduling problem: an interconnected neural network approach, The International Journal of Advanced Manufacturing Technology May 2008, Volume 37, Issue 5, pp 576-588.
  3. "Complexity results for scheduling problems", University of Osnabrueck