Job Shop Scheduling Benchmark: Environments and Instances for Learning and Non-learning Methods
Robbert Reijnen, Igor G. Smit, Hongxiang Zhang, Yaoxin Wu, Zaharah Bukhsh, Yingqian Zhang
TL;DR
This work presents a unified, open-source benchmarking platform for job shop scheduling problems (JSP, FSP, FJSP, AJSP) and variants with sequence-dependent setups and online arrivals. It provides a modular environment with five components (configurations, data, scheduling environment, solution methods, visualization) and supports a spectrum of methods from exact solvers (CP-SAT, MILP) to heuristics and learning-based approaches (L2D, FJSP-DRL, DANIEL). The paper details problem formulations via disjunctive graphs, a flexible JSON-based API for custom instances, and extensive experiments on public benchmarks, highlighting CP-SAT’s strong performance and the competitive potential of learning-based and heuristic methods. The resource aims to standardize evaluations, enable fair comparisons, and spur the development of next-generation scheduling algorithms with broad applicability in industry and research.
Abstract
Job shop scheduling problems address the routing and sequencing of tasks in a job shop setting. Despite significant interest from operations research and machine learning communities over the years, a comprehensive platform for testing and comparing solution methods has been notably lacking. To fill this gap, we introduce a unified implementation of job shop scheduling problems and their solution methods, addressing the long-standing need for a standardized benchmarking platform in this domain. Our platform supports classic Job Shop (JSP), Flow Shop (FSP), Flexible Job Shop (FJSP), and Assembly Job Shop (AJSP), as well as variants featuring Sequence-Dependent Setup Times (SDST), variants with online arrivals of jobs, and combinations of these problems (e.g., FJSP-SDST and FAJSP). The platfrom provides a wide range of scheduling solution methods, from heuristics, metaheuristics, and exact optimization to deep reinforcement learning. The implementation is available as an open-source GitHub repository, serving as a collaborative hub for researchers, practitioners, and those new to the field. Beyond enabling direct comparisons with existing methods on widely studied benchmark problems, this resource serves as a robust starting point for addressing constrained and complex problem variants. By establishing a comprehensive and unified foundation, this platform is designed to consolidate existing knowledge and to inspire the development of next-generation algorithms in job shop scheduling research.
