Maximizing Efficiency with Weighted Shortest Processing Time Rule in Scheduling
DESCRIPTION
Learn how to schedule efficiently by understanding the Weighted Shortest Processing Time (WSPT) rule for optimal solutions in weighted problems. Example calculations and rules included.
1 / 4
Télécharger la présentation
Maximizing Efficiency with Weighted Shortest Processing Time Rule in Scheduling
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
How to schedule ?? How to find 1. an efficient Heuristic? 2. the optimal solution?
Weighted Problem . . . . . . . . . . . . . . .
WSPT – Weighted SPT WSPT
Example SPT rule: 2 1 4 3 2 5 10 17 = 34 2*25*110*217*3 = 80 WSPT rule: 2 9 14 17 = 42 2*29*314*217*1 = 79 2 3 4 1
More Related