An efficient polynomial-time approximation scheme for parallel multi-stage open shops
Jianming Dong, Ruyan Jin, Guohui Lin, Bing Su, Weitian Tong, Yao Xu

TL;DR
This paper introduces an efficient polynomial-time approximation scheme for parallel multi-stage open shop scheduling problems, optimizing job processing times with no preemption, especially when the number of shops and stages are fixed.
Contribution
It develops an EPTAS for parallel multi-stage open shops with constant number of shops and stages, combining categorization, scaling, and linear programming rounding techniques.
Findings
EPTAS achieves near-optimal makespan within a factor of (1+ε).
Method effectively handles complex scheduling with multiple stages and shops.
Algorithm runs in polynomial time for fixed parameters.
Abstract
Various new scheduling problems have been arising from practical production processes and spawning new research areas in the scheduling field. We study the parallel multi-stage open shops problem, which generalizes the classic open shop scheduling and parallel machine scheduling problems. Given m identical k-stage open shops and a set of n jobs, we aim to process all jobs on these open shops with the minimum makespan, i.e., the completion time of the last job, under the constraint that job preemption is not allowed. We present an efficient polynomial-time approximation scheme (EPTAS) for the case when both m and k are constant. The main idea for our EPTAS is the combination of several categorization, scaling, and linear programming rounding techniques. Jobs and/or operations are first scaled and then categorized carefully into multiple types so that different types of jobs and/or…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScheduling and Optimization Algorithms · Optimization and Search Problems · Optimization and Packing Problems
