Graph Neural Networks for Job Shop Scheduling Problems: A Survey
Igor G. Smit, Jianan Zhou, Robbert Reijnen, Yaoxin Wu, Jian Chen, Cong Zhang, Zaharah Bukhsh, Yingqian Zhang, Wim Nuijten
TL;DR
This survey analyzes graph neural networks for solving Job Shop Scheduling Problems (JSSP) and related Flow-Shop Problems (FSP), emphasizing graph representations, GNN architectures (e.g., GCN, GIN, GAT), and training with deep reinforcement learning (DRL) or non-DRL approaches. It categorizes methods into non-DRL and DRL branches, further dividing DRL work into basic JSSP, flexible JSSP, dynamic JSSP, and distributed JSSP, and extends discussion to FSP variants. Key findings include widespread use of disjunctive graphs and PPO/REINFORCE, notable successes on large instances, and a set of shared challenges such as representation choices, benchmarking, and scalability. The paper advocates future directions such as generic foundation models, unified graph formulations, robustness and explainability, and standardized benchmarks to accelerate practical adoption of GNN-based scheduling.
Abstract
Job shop scheduling problems (JSSPs) represent a critical and challenging class of combinatorial optimization problems. Recent years have witnessed a rapid increase in the application of graph neural networks (GNNs) to solve JSSPs, albeit lacking a systematic survey of the relevant literature. This paper aims to thoroughly review prevailing GNN methods for different types of JSSPs and the closely related flow-shop scheduling problems (FSPs), especially those leveraging deep reinforcement learning (DRL). We begin by presenting the graph representations of various JSSPs, followed by an introduction to the most commonly used GNN architectures. We then review current GNN-based methods for each problem type, highlighting key technical elements such as graph representations, GNN architectures, GNN tasks, and training algorithms. Finally, we summarize and analyze the advantages and limitations of GNNs in solving JSSPs and provide potential future research opportunities. We hope this survey can motivate and inspire innovative approaches for more powerful GNN-based approaches in tackling JSSPs and other scheduling problems.
