Content deleted Content added
m Date/fix the maintenance tags or gen fixes |
Fmt, {{compsci-stub}} |
||
Line 1:
{{context}}
{{Unreferenced|date=October 2007}}
The '''modified due date''' [[heuristic]] is used in [[Scheduling (computing)|scheduling]] tasks to resources (e.g. to answer the question, "what order should we make sandwiches in, so as to please our customers?").
It assumes that the objective of the scheduling process is to minimise the total lateness of completing tasks. It is therefore only relevant when there are more tasks than the time available.
Assuming that you have a range of tasks, with a range of due dates (
:mdd<sub>j</sub> = max( d<sub>j</sub>, t+p<sub>j</sub> ).
==See also==
Line 12 ⟶ 13:
[[Category:Scheduling algorithms]]
{{compsci-stub}}
|