دانلود مقاله ISI انگلیسی شماره 79761
ترجمه فارسی عنوان مقاله

حل مسئله برنامه ریزی شغل با بهترین برنامه ریزی پویا

عنوان انگلیسی
Solving the job-shop scheduling problem optimally by dynamic programming
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
79761 2012 10 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Computers & Operations Research, Volume 39, Issue 12, December 2012, Pages 2968–2977

ترجمه کلمات کلیدی
برنامه ریزی وظیفه فروشگاه، برنامه نویسی دینامیک، تجزیه و تحلیل پیچیدگی
کلمات کلیدی انگلیسی
Job-shop scheduling; Dynamic programming; Complexity analysis

چکیده انگلیسی

Scheduling problems received substantial attention during the last decennia. The job-shop problem is a very important scheduling problem, which is NP-hard in the strong sense and with well-known benchmark instances of relatively small size which attest the practical difficulty in solving it. The literature on the job-shop scheduling problem includes several approximation and exact algorithms. So far, no algorithm is known which solves the job-shop scheduling problem optimally with a lower complexity than the exhaustive enumeration of all feasible solutions. We propose such an algorithm, based on the well-known Bellman equation designed by Held and Karp to find optimal sequences and which offers the best complexity to solve the Traveling Salesman Problem known to this date. For the TSP this means O(n22n)O(n22n) which is exponentially better than O(n!)O(n!) required to evaluate all feasible solutions. We reach similar results by first recovering the principle of optimality, which is not obtained for free in the case of the job-shop scheduling problem, and by performing a complexity analysis of the resulting algorithm. Our analysis is conservative but nevertheless exponentially better than brute force. We also show very promising results obtained from our implementation of this algorithm, which seem to indicate two things: firstly that there is room for improvement in the complexity analysis (we observe the generation of a number of solutions per state for the benchmark instances considered which is orders of magnitude lower than the bound we could devise) and secondly that the potential practical implications of this approach are at least as exciting as the theoretical ones, since we manage to solve some celebrated benchmark instances in processing times ranging from seconds to minutes.