Scheduling Flashcards
PROCESSING TIME
Begin with shorter processing time. The processing time of the first customer will be summed in each following customer review.
SCHEDULING WITH DUE DATE
Minimize the flow time
SHORTEST PROCESSING TIME (SPT)
Schedule tasks witht the shortest processing time first. Minimize FLow Time
WEIGHTENED SHORTEST PROCESSING TIME (WSPT)
Schedule tasks with the highest weight to time ratio first.
EARLIEST DUE DATE (EDD)
Schedule tasks by their deadlines, starting with the earliest due date.
Moore’s Algorithm
Start with EDD and remove the longest task causing lateness.
Weighted Shortest Processing Time (WSPT) FORMULA
Priority = ProcessingTime(P) /
Weight(W)