Industrial Scheduling in the Digital Era: Challenges, State-of-the-Art Methods, and Deep Learning Perspectives
Abstract
1. Introduction
- Scalability and computational complexity in large, high-dimensional environments;
- Robustness and adaptability to uncertainty and real-world disruptions;
- Integration with digitalization (IIoT, cloud/edge platforms, and cyber-physical systems).
2. Scalability and Computational Complexity
2.1. The Combinatorial Nature of Industrial Scheduling
2.2. Recent Methodological Developments
2.2.1. Metaheuristics and Hybrid Algorithms
- Genetic algorithms (GAs) and memetic hybrids. Modern GA variants integrate local search, path relinking, or destroy-and-repair moves to accelerate convergence on very large instances and complex shop settings; hybrids tuned for industrial-scale unrelated/parallel machines and sequence-dependent setups are increasingly common. Representative examples show GA + local-search hybrids scaling to hundreds of machines/jobs while retaining solution quality [32,33].
- Simulated annealing (SA) and tabu search (TS). Classical SA/TS ideas—probabilistic uphill moves and adaptive memory—continue to underpin strong baselines. Contemporary implementations pair TS with constraint-aware neighborhoods or embed instance-specific neighborhoods learned from data to reduce cycling and improve the intensification/diversification balance. Conceptual surveys still frame best practices for hybrid design [32].
- Large-neighborhood search (LNS) and learning-enhanced LNS. LNS “destroy-and-repair” is particularly effective under tight timing constraints. Recent neural LNS variants use deep networks (often graph-based) to propose destroy sets or repair decisions, yielding large speed/quality gains across combinatorial problems and increasingly in scheduling [34].
- Hyper-heuristics (rule selection/generation). Instead of solving a schedule directly, hyper-heuristics learn which heuristic to deploy when. A recent line uses deep reinforcement learning (DRL) hyper-heuristics to select operators on-the-fly, improving generalizability across shop configurations [26,35].
- Learning-assisted parameter control & initialization. Reviews highlight the benefit of machine-learned parameter schedules, warm-starts, and population initializers to stabilize metaheuristics on high-variance instance distributions—especially for multi-objective settings [7].
2.2.2. Decomposition and Parallelization
- Logic-Based Benders Decomposition (LBBD). LBBD separates combinatorial assignment/sequence decisions (handled by CP/MIP/heuristics) from schedule-feasibility subproblems, iteratively exchanging powerful logic cuts. Recent papers demonstrate strong performance on flexible/distributed job-shops and highlight modeling patterns and cut design that make LBBD competitive on industrial testbeds [36,37].
- Hierarchical/rolling-horizon schemes. Multi-level decompositions—e.g., plan vs. schedule, coarse time windows vs. fine sequencing—remain essential when the full horizon is prohibitive. Newer work integrates domain constraints from chemical/process systems and uses decomposition to keep digital-twin/CP models responsive at runtime; learning-guided rolling horizons are emerging to adapt window sizes and priorities on the fly [38,39].
- Dantzig–Wolfe/column generation and branch-and-price. Modern implementations in open frameworks (e.g., SCIP/GCG) expose decomposition hooks, enabling practitioners to combine exact and heuristic components and to scale on shared/distributed memory [40].
- Parallel solver ecosystems. Documented advances from 2001 to 2020 show order-of-magnitude speedups from algorithmic and hardware progress; contemporary suites include UG, a unified framework for parallelizing branch-and-bound/price/cut across cores and clusters. These capabilities benefit both pure MIP/CP scheduling and hybrid MH+MIP workflows [40,41].
2.2.3. AI-Driven and Data-Driven Methods
- Deep reinforcement learning (DRL) for dispatching and end-to-end scheduling.
- ○
- Learned dispatching rules. GNN-based DRL learns to choose the next operation/machine given a disjunctive-graph state, outperforming hand-crafted rules and transferring to larger instances [8].
- ○
- ○
- Digital-twin–in-the-loop training and deployment. Coupling DRL with twins improves sample efficiency and safety prior to shop–floor rollout [42].
- Learning-augmented optimization (L4CO) for exact solvers.
- ○
- ○
- Neural Large-Neighborhood Search (Neural-LNS). Deep networks propose destroy/repair actions within LNS, maintaining metaheuristic scalability while injecting structural priors [34].
- Supervised and interpretable learning of rules/policies. Data-driven mining of dispatching rules from near-optimal schedules and interpretable learned rules (e.g., sparse/structured models) offer transparent alternatives for regulated environments—often used to warm-start DRL or guide MH neighborhoods [33].
- Foundation-model ideas (early stage). “LLMs as optimizers” (OPRO) and LLM-guided search/planning are being tested as meta-controllers—suggesting heuristic templates or operator sequences that a solver or metaheuristic then refines. While nascent, this strand aims at zero-/few-shot generalization across plants and products [7,31].
2.3. Industrial Impact
2.3.1. Ready-Made Tools and Integration Capabilities
2.3.2. Representative Industrial Case
3. Robustness and Adaptability to Uncertainty
3.1. The Prevalence of Uncertainty in Industrial Scheduling
3.2. Recent Methodological Developments
3.2.1. Robust Optimization
- Min–max and min–max regret formulations. These guard against worst-case or worst-regret scenarios—useful where delivery penalties or rework costs are high [52]. While conservative, recent practice tunes uncertainty budgets to balance robustness and performance, often informed by empirical variance estimates extracted from shop data [23].
- Adjustable robust optimization (ARO). Defers part of the decision (e.g., dispatching, batching) until information is revealed, improving adaptability versus static designs [53]. Rolling-horizon ARO for job shops with uncertain processing times demonstrates strong performance under continuous disturbances [54].
- Interval/set-based uncertainty. Interval activity durations and release dates yield tractable robust counterparts and are attractive in regulated or contract-driven environments; hybrid robust approaches for projects exemplify this trend [55].
- Learning-in-the-loop robust models. Robust parameters (e.g., uncertainty budgets, scenario weights) can be calibrated from historical trace data or forecasts and periodically retuned; neural surrogates speed robust evaluation when embedded inside metaheuristics or rolling-horizon loops [28].
3.2.2. Stochastic and Probabilistic Modeling
- Chance-constrained scheduling. Constraints (e.g., due-date adherence) are enforced with high probability, enabling explicit trade-offs between service levels and efficiency [56]. In data-rich plants, estimated distributions are kept up to date from streaming data and predictive models.
3.2.3. Real-Time, Predictive, and Reactive Scheduling
- Predictive analytics and machine learning. Supervised models forecast delays, failures, and congestion; DRL agents learn dispatching policies that generalize across shop states. Reviews synthesize model choices (GNNs, attention/transformers), training regimes, and robustness/generalization gaps [27,60].
3.3. Industrial Impact
3.3.1. Ready-Made Tools and Integration Capabilities
3.3.2. Representative Industrial Case
4. Integration with Digitalization and Industry 4.0
4.1. Industrial Scheduling in the Age of Digital Transformation
- rapidly process high-frequency streaming data from sensors and MES/ERP logs;
- interact with intelligent machines and human operators in collaborative CPSs;
- adapt autonomously to both predicted and unforeseen disruptions.
4.2. Recent Methodological Developments
4.2.1. Data-Driven Scheduling and Real-Time Data Integration
- Sensor-Enabled, Closed-Loop Scheduling. Modern shop floors, equipped with IIoT sensors and CPSs, continuously generate streams of data on machine status, job progress, and environmental conditions. Scheduling algorithms can now operate in closed-loop mode, where feedback from the shop floor directly drives updates to production plans [11,69]. These approaches improve agility but also raise challenges in data quality assurance, latency management, and interoperability with legacy systems. Emerging solutions apply streaming analytics and lightweight deep models at the edge to process sensor inputs in milliseconds.
- Digital Twin-Based Scheduling. Digital twins (DTs)—virtual replicas of physical systems—are increasingly central to scheduling in Industry 4.0. DTs mirror the current shop state and can simulate disruptions, evaluate dispatching rules, and test repair strategies before they are deployed on the shop floor. This enables dynamic rescheduling, what-if analysis, and proactive maintenance scheduling [73,74]. Recent work links DTs with reinforcement learning agents, providing safe training environments where policies are stress-tested virtually before live deployment [28].
- Cloud and Edge Computing for Distributed Scheduling. Cloud-based scheduling platforms offer scalable cooperative optimization, supporting multi-plant and supply-chain-level scheduling tasks with heavy computation offloaded to distributed clusters [66]. In contrast, edge computing brings intelligence closer to the shop floor, enabling low-latency rescheduling in response to real-time events [72]. Hybrid cloud–edge architectures are gaining traction, where global optimization runs in the cloud while local edge agents handle immediate decisions, balancing responsiveness and scalability.
4.2.2. Autonomous, Intelligent, and Decentralized Scheduling
- Agent-Based and Multi-Agent Scheduling Systems: Autonomous software agents (machines, cells, workpieces) negotiate job allocations and routing independently, supporting decentralized, modular scheduling architectures aligned with flexible manufacturing systems [62,75]. Recent advances leverage digital twins [74] and multi-agent reinforcement learning (MARL) [67] to enhance negotiation, coalition formation, and adaptive learning for global performance.
- Self-Optimizing and Adaptive Control Algorithms: Self-optimizing scheduling algorithms continuously adapt parameter values, decision rules, or objectives in light of new data or predicted disturbances [68]. Deep reinforcement learning methods such as multi-agent dueling DRL [76], graph-based MARL [77], and hierarchical MARL [65] are enabling scalable and resilient scheduling in dynamic environments.
4.2.3. Interoperability, Standardization, and Security
- Interoperable Architectures. Modern scheduling stacks integrate with heterogeneous ERP/MES/SCM ecosystems via standardized information models and open APIs. OPC UA–centric service models and Asset Administration Shell (AAS)–based dataspace connectors enable plug-and-operate exposure of machine capabilities and scheduling services across sites and partners—supporting decentralized optimization and rapid reconfiguration [81,82].
- Semantically Enriched, AI-Ready Data Layers. Knowledge-graph and model-driven integration (e.g., KG-backed twins, auto-generated data collection architectures) provide a common vocabulary across planning, dispatching, and control. This boosts data quality and feature consistency for deep learning and RL schedulers, shortens data engineering cycles, and improves cross-system explainability [83,84].
- Security and Data Provenance. As scheduling moves onto IIoT/cloud fabrics, compliance-by-design with ICS/IIoT security baselines (e.g., IEC 62443 mappings, NIST ICS guidance) is essential. End-to-end provenance and tamper-evident audit trails—sometimes blockchain-anchored and paired with ML for predictive auditing—help ensure integrity, confidentiality, and traceability of schedule decisions and event logs across organizational boundaries [85,86,87,88].
- Data Sovereignty & Federated Collaboration (added). Dataspace-oriented integration (AAS + policy-enforced connectors) supports inter-company scheduling use cases (capacity sharing, subcontracting) while retaining usage-control over shared datasets and learned models—key for privacy-preserving, multi-party optimization [82].
- Operational Hardening for AI-Driven Scheduling (added). As DL/RL components enter the loop, interface standards and security controls must extend to model artifacts and pipelines (versioned data/model registries, signed inference services, and policy-aware event buses), ensuring reproducibility and trustworthy deployment in time-critical rescheduling scenarios [81,86].
4.3. Industrial Impact
4.3.1. Ready-Made Tools and Integration Capabilities
4.3.2. Representative Industrial Case
5. Conclusions and Research Directions
- Policy learning for real-time decisions. DRL agents trained in simulation or digital twins learn dispatching, routing, and batching policies that scale to many machines and diverse job mixes, offering competitive makespan/tardiness with tight reaction times. Centralized or multi-agent variants increasingly handle disturbances and changing shop states [28,99,100].
- Perception-to-schedule loops. CNN/RNN/LSTM pipelines for predictive maintenance and anomaly detection feed early warnings to schedulers, enabling proactive repair policies and fewer bottlenecks by aligning maintenance windows with production plans [104].
- Interpretability and assurance. Black-box policies face scrutiny in regulated and safety-critical operations. Tooling for XAI/XRL, post hoc rationales, counterfactuals, and certifiable robustness remains underused in scheduling, yet is increasingly feasible [105].
- Robustness and safety. Policies must remain stable under distribution shift, sensor noise, or partial outages. Methods from robust and safe RL—risk-sensitive training, certified bounds, disturbance/adversary models—should be brought into the scheduling loop with plant-level validation [106].
- Human-in-the-loop. Operators and planners bring tacit knowledge and risk judgments. Practical systems will blend human guidance with learned policies—e.g., learning from interventions, preference feedback, or human-authored constraints—to ensure actionable, trusted decisions [66].
- Interpretable and certifiable neural scheduling (XRL, policy simplification, safety monitors) with plant-ready evidence artifacts [105].
- Federated and privacy-preserving learning for cross-site/cross-enterprise scheduling, with model provenance and usage controls [86].
- Design for robustness: training against disturbances, runtime monitors, and rollback strategies to keep service levels under shocks [106].
- Human-in-the-loop frameworks that combine optimization/learning with operator intent, safety culture, and multi-objective business constraints [66].
Funding
Conflicts of Interest
Abbreviations
AAS | Asset Administration Shell |
AGV | Automated Guided Vehicle |
AI | Artificial Intelligence |
ARO | Adjustable Robust Optimization |
CNN | Convolutional Neural Network |
CP | Constraint Programming |
CPS | Cyber-Physical System |
DES | Discrete-Event Simulation |
DRL | Deep Reinforcement Learning |
DT | Digital Twin |
ERP | Enterprise Resource Planning |
GA | Genetic Algorithm |
GCG | Generic Column Generation |
GNN | Graph Neural Network |
HPC | High-Performance Computing |
ICS | Industrial Control Systems |
IEC | International Electrotechnical Commission |
IIoT | Industrial Internet of Things |
IoT | Internet of Things |
KPI | Key Performance Indicator |
KG | Knowledge Graph |
LBBD | Logic-Based Benders Decomposition |
LLM | Large Language Model(s) |
LNS | Large-Neighborhood Search |
LSTM | Long Short-Term Memory |
MDP | Markov Decision Process |
MES | Manufacturing Execution System |
MILP | Mixed-Integer Linear Programming |
MIP | Mixed-Integer Programming |
ML | Machine Learning |
MLOps | Machine-Learning Operations |
MRP | Material Requirements Planning |
NIST | National Institute of Standards and Technology |
NP-hard | Nondeterministic Polynomial-time hard |
OPC UA | Open Platform Communications Unified Architecture |
OPRO | Optimizers by Prompting |
OR | Operations Research |
OT | Operational Technology |
PdM | Predictive Maintenance |
RNN | Recurrent Neural Network |
RL | Reinforcement Learning |
SA | Simulated Annealing |
SCM | Supply Chain Management |
SCIP | Solving Constraint Integer Programs (optimization framework) |
TS | Tabu Search |
UG | Unified parallelization framework for branch-and-bound/price/cut |
XAI | Explainable Artificial Intelligence |
XRL | Explainable Reinforcement Learning |
References
- Pinedo, M.L. Scheduling: Theory, Algorithms, and Systems, 5th ed.; Springer: Cham, Switzerland, 2016. [Google Scholar] [CrossRef]
- Allahverdi, A.; Ng, C.T.; Cheng, T.C.E.; Kovalyov, M.Y. A survey of scheduling problems with setup times or costs. Eur. J. Oper. Res. 2008, 187, 985–1032. [Google Scholar] [CrossRef]
- Gupta, J.N.D.; Stafford, E.F. Flowshop scheduling research after five decades. Eur. J. Oper. Res. 2006, 169, 699–711. [Google Scholar] [CrossRef]
- Blazewicz, J.; Ecker, K.H.; Pesch, E.; Schmidt, G.; Weglarz, J. (Eds.) Handbook on Scheduling: From Theory to Applications; Springer: Cham, Switzerland, 2007; Available online: https://link.springer.com/book/10.1007/978-3-540-32220-7 (accessed on 25 July 2025).
- Graham, R.L.; Lawler, E.L.; Lenstra, J.K.; Rinnooy Kan, A.H.G. Optimization and Approximation in Deterministic Sequencing and Scheduling: A Survey. Ann. Discret. Math. 1979, 5, 287–326. [Google Scholar] [CrossRef]
- Garey, M.R.; Johnson, D.S. Computers and Intractability: A Guide to the Theory of NP-Completeness; W. H. Freeman & Co.: New York, NY, USA, 1979; Available online: https://perso.limos.fr/~palafour/PAPERS/PDF/Garey-Johnson79.pdf (accessed on 25 July 2025).
- Bengio, Y.; Lodi, A.; Prouvost, A. Machine Learning for Combinatorial Optimization: A Methodological Tour d’Horizon. Eur. J. Oper. Res. 2021, 290, 405–421. [Google Scholar] [CrossRef]
- Zhang, M.; Tao, F.; Nee, A.Y.C. Digital twin-enhanced dynamic job-shop scheduling. J. Manuf. Syst. 2020, 58, 146–156. [Google Scholar] [CrossRef]
- Herrmann, J.W. (Ed.) Handbook of Production Scheduling; Springer: Cham, Switzerland, 2006. [Google Scholar] [CrossRef]
- Gahm, C.; Denz, F.; Dirr, M.; Tuma, A. Energy-efficient scheduling in manufacturing companies: A review and research framework. Eur. J. Oper. Res. 2016, 248, 744–757. [Google Scholar] [CrossRef]
- Wang, S.; Wan, J.; Li, D.; Zhang, C. Implementing smart factory of Industrie 4.0: An outlook. Int. J. Distrib. Sens. Netw. 2016, 12, 3159805. [Google Scholar] [CrossRef]
- Monostori, L. Cyber-physical systems in manufacturing. CIRP Ann. 2016, 65, 621–641. [Google Scholar] [CrossRef]
- Zhong, R.Y.; Xu, X.; Klotz, E.; Newman, S.T. Intelligent manufacturing in the context of Industry 4.0: A review. Engineering 2017, 3, 616–630. [Google Scholar] [CrossRef]
- Ivanov, D.; Dolgui, A. A digital supply chain twin for managing the disruption risks and resilience in the era of Industry 4.0. Prod. Plan. Control. 2020, 32, 775–788. [Google Scholar] [CrossRef]
- Fang, K.; Uhan, N.; Zhao, F.; Sutherland, J.W. A new approach to scheduling in manufacturing for power consumption and carbon footprint reduction. J. Manuf. Syst. 2011, 30, 234–240. [Google Scholar] [CrossRef]
- Romero, D.; Stahre, J.; Taisch, M. The Operator 4.0: Towards socially sustainable factories of the future. Comput. Ind. Eng. 2020, 139, 106128. [Google Scholar] [CrossRef]
- Ivanov, D.; Dolgui, A. OR-methods for coping with the ripple effect in supply chains during COVID-19: Managerial insights and research implications. Int. J. Prod. Econ. 2021, 232, 107921. [Google Scholar] [CrossRef]
- Khalil, E.B.; Le Bodic, P.; Song, L.; Nemhauser, G.; Dilkina, B. Learning to Branch in Mixed Integer Programming. In Proceedings of the Association for the Advancement of Artificial Intelligence (AAAI), Phoenix, AZ, USA, 12–17 February 2016; Available online: https://ojs.aaai.org/index.php/AAAI/article/view/10080 (accessed on 25 July 2025).
- Gasse, M.; Chételat, D.; Ferroni, N.; Charlin, L.; Lodi, A. Exact Combinatorial Optimization with Graph Convolutional Neural Networks. In Proceedings of the Advances in Neural Information Processing Systems (NeurIPS), Vancouver, BC, Canada, 8–14 December 2019; Available online: https://arxiv.org/abs/1906.01629 (accessed on 25 July 2025).
- Vinyals, O.; Fortunato, M.; Jaitly, N. Pointer Networks. In Proceedings of the Advances in Neural Information Processing Systems (NeurIPS), Montreal, QC, Canada, 7–12 December 2015; Available online: https://arxiv.org/abs/1506.03134 (accessed on 25 July 2025).
- Kool, W.; van Hoof, H.; Welling, M. Attention, Learn to Solve Routing Problems! arXiv 2018, arXiv:1803.08475. [Google Scholar] [CrossRef]
- Zhang, C.; Song, W.; Cao, Z.; Zhang, J.; Tan, P.S.; Xu, C. Learning to dispatch for job-shop scheduling via deep reinforcement learning. arXiv 2020, arXiv:2010.12367. [Google Scholar] [CrossRef]
- Bertsimas, D.; Sim, M. The price of robustness. Oper. Res. 2004, 52, 35–53. [Google Scholar] [CrossRef]
- Vieira, G.E.; Herrmann, J.W.; Lin, E. Rescheduling manufacturing systems: A framework of strategies, policies, and methods. J. Sched. 2003, 6, 39–62. [Google Scholar] [CrossRef]
- Ouelhadj, D.; Petrovic, S. A survey of dynamic scheduling in manufacturing systems. J. Sched. 2009, 12, 417–431. [Google Scholar] [CrossRef]
- Panzer, M.; Bender, B. Deep Reinforcement Learning in Production Systems: A Systematic Literature Review. Int. J. Prod. Res. 2022, 60, 4316–4341. [Google Scholar] [CrossRef]
- Zhang, C.; Juraschek, M.; Herrmann, C. Deep reinforcement learning-based dynamic scheduling for resilient and sustainable manufacturing: A systematic review. J. Manuf. Syst. 2024, 77, 962–989. [Google Scholar] [CrossRef]
- Zhang, F.; Bai, J.; Yang, D.; Wang, Q. Digital twin data-driven proactive job-shop scheduling strategy towards asymmetric manufacturing execution decision. Sci. Rep. 2022, 12, 1546. [Google Scholar] [CrossRef] [PubMed]
- Tao, F.; Zhang, M. Digital Twin Shop-Floor: A New Shop-Floor Paradigm Towards Smart Manufacturing. IEEE Access 2017, 5, 20418–20427. [Google Scholar] [CrossRef]
- Xu, L.D.; Xu, E.L.; Li, L. Industry 4.0: State of the art and future trends. Int. J. Prod. Res. 2018, 56, 2941–2962. [Google Scholar] [CrossRef]
- Yang, C.; Wang, X.; Lu, Y.; Liu, H.; Le, Q.V.; Zhou, D.; Chen, X. Large Language Models as Optimizers (OPRO). In Proceedings of the International Conference on Learning Representations (ICLR), Vienna, Austria, 7–11 May 2024; Available online: https://openreview.net/forum?id=Bb4VGOWELI (accessed on 25 July 2025).
- Blum, C.; Roli, A. Metaheuristics in combinatorial optimization: Overview and conceptual comparison. ACM Comput. Surv. 2003, 35, 268–308. [Google Scholar] [CrossRef]
- Ferreira, C.; Figueira, G.; Amorim, P. Effective and interpretable dispatching rules for dynamic job shops via guided empirical learning. Omega 2022, 111, 102643. [Google Scholar] [CrossRef]
- Hottung, A.; Tierney, K. Neural large neighborhood search for routing problems. Artif. Intell. 2022, 313, 103786. [Google Scholar] [CrossRef]
- Smit, I.G.; Zhou, J.; Reijnen, R.; Wu, Y.; Chen, J.; Zhang, C.; Bukhsh, Z.; Zhang, Y.; Nuijten, W. Graph neural networks for job shop scheduling problems: A survey. Comput. Oper. Res. 2025, 176, 106914. [Google Scholar] [CrossRef]
- Juvin, C.; Houssin, L.; Lopez, P. Logic-based Benders decomposition for the preemptive flexible job-shop scheduling problem. Comput. Oper. Res. 2023, 154, 106156. [Google Scholar] [CrossRef]
- Naderi, B.; Roshanaei, V. Critical-path-search logic-based Benders decomposition approaches for flexible job shop scheduling. Inf. J. Optim. 2022, 4, 1–28. [Google Scholar] [CrossRef]
- Forbes, M.A.; Harris, M.G.; Jansen, H.M.; van der Schoot, F.A.; Taimre, T. Combining optimisation and simulation using logic-based Benders decomposition. Eur. J. Oper. Res. 2024, 312, 840–854. [Google Scholar] [CrossRef]
- Liñán, D.A.; Ricardez-Sandoval, L.A. Multicut logic-based Benders decomposition for discrete-time scheduling and dynamic optimization of network batch plants. AIChE J. 2024, 70, e18491. [Google Scholar] [CrossRef]
- Bestuzheva, K.; Besançon, M.; Chen, W.-K.; Chmiela, A.; Donkiewicz, T.; van Doornmalen, J.; Eifler, L.; Gaul, O.; Gamrath, G.; Gleixner, A.; et al. The SCIP Optimization Suite 8.0. arXiv 2021, arXiv:2112.08872. [Google Scholar] [CrossRef]
- Koch, T.; Berthold, T.; Pedersen, J.; Vanaret, C. Progress in mathematical programming solvers from 2001 to 2020. EURO J. Comput. Optim. 2022, 10, 100031. [Google Scholar] [CrossRef]
- Zhang, L.; Yan, Y.; Hu, Y.; Ren, W. Reinforcement learning and digital twin-based real-time scheduling method in intelligent manufacturing systems. IFAC-PapersOnLine 2022, 55, 359–364. [Google Scholar] [CrossRef]
- Huang, Z.; Wang, K.; Liu, F.; Zhen, H.-L.; Zhang, W.; Yuan, M.; Hao, J.; Yu, Y.; Wang, J. Learning to select cuts for efficient mixed-integer programming. Pattern Recognit. 2022, 124, 108353. [Google Scholar] [CrossRef]
- Wang, Z.; Li, X.; Wang, J.; Kuang, Y.; Yuan, M.; Zeng, J.; Zhang, Y.; Wu, F. Learning cut selection for mixed-integer linear programming via hierarchical sequence model. arXiv 2023, arXiv:2302.00244. [Google Scholar] [CrossRef]
- Tang, Y.; Agrawal, S.; Faenza, Y. Reinforcement Learning for Integer Programming: Learning to Cut. In Proceedings of the 37th International Conference on Machine Learning (ICML 2020), Online, 13–18 July 2020; Volume 119, pp. 9367–9376. [Google Scholar] [CrossRef]
- Nair, V.; Bartunov, S.; Gimeno, F.; von Glehn, I.; Lichocki, P.; Lobov, I.; O’Donoghue, B.; Sonnerat, N.; Tjandraatmadja, C.; Wang, P.; et al. Solving mixed integer programs using neural networks. arXiv 2020, arXiv:2012.13349. [Google Scholar] [CrossRef]
- Mönch, L.; Fowler, J.W.; Mason, S.J. Production Planning and Control for Semiconductor Wafer Fabrication Facilities: Modeling, Analysis, and Systems; Springer: Cham, Switzerland, 2013. [Google Scholar] [CrossRef]
- Xu, H.; Yu, W.; Griffith, D.; Golmie, N. A Survey on Industrial Internet of Things: A Cyber-Physical Systems Perspective. IEEE Access 2018, 6, 78238–78259. Available online: https://pmc.ncbi.nlm.nih.gov/articles/PMC9074819/ (accessed on 25 July 2025). [CrossRef] [PubMed]
- Park, K.T.; Son, Y.H.; Ko, S.W.; Noh, S.D. Digital twin and reinforcement learning-based resilient production control for micro smart factory. Appl. Sci. 2021, 11, 2977. [Google Scholar] [CrossRef]
- Ivanov, D.; Dolgui, A. Viability of intertwined supply networks: Extending the supply chain resilience angles toward survivability. Int. J. Prod. Res. 2020, 58, 2904–2915. [Google Scholar] [CrossRef]
- Kouvelis, P.; Yu, G. Robust Discrete Optimization and Its Applications; Springer: Cham, Switzerland, 1997. [Google Scholar] [CrossRef]
- Aissi, H.; Bazgan, C.; Vanderpooten, D. Min–max and min–max regret versions of combinatorial optimization problems: A survey. Eur. J. Oper. Res. 2009, 197, 427–438. [Google Scholar] [CrossRef]
- Ben-Tal, A.; Goryashko, A.; Guslitzer, E.; Nemirovski, A. Adjustable robust solutions of uncertain linear programs. Math. Program. 2004, 99, 351–376. [Google Scholar] [CrossRef]
- Cohen, I.; Postek, K.; Shtern, S. An adaptive robust optimization model for parallel machine scheduling. Eur. J. Oper. Res. 2023, 306, 83–104. [Google Scholar] [CrossRef]
- Bruni, M.E.; Di Puglia Pugliese, L.; Beraldi, P.; Guerriero, F. An adjustable robust optimization model for the resource-constrained project scheduling problem with uncertain activity durations. Omega 2017, 71, 66–84. [Google Scholar] [CrossRef]
- Birge, J.R.; Louveaux, F. Introduction to Stochastic Programming, 2nd ed.; Springer: Cham, Switzerland, 2011. [Google Scholar] [CrossRef]
- Zhang, T.; Xie, S.; Rose, O. Real-time job shop scheduling based on simulation and Markov decision processes. In Proceedings of the 2017 Winter Simulation Conference (WSC), Las Vegas, NV, USA, 3–6 December 2017; pp. 3357–3368. [Google Scholar] [CrossRef]
- Puterman, M.L. Markov Decision Processes: Discrete Stochastic Dynamic Programming, 2nd ed.; Wiley: Hoboken, NJ, USA, 2005. [Google Scholar] [CrossRef]
- Weng, W.; Chen, J.; Zheng, M.; Fujimura, S. Realtime scheduling heuristics for just-in-time production in large-scale flexible job shops. J. Manuf. Syst. 2022, 63, 64–77. [Google Scholar] [CrossRef]
- Serrano-Ruiz, J.C.; Mula, J.; Poler, R. Smart manufacturing scheduling: A literature review. J. Manuf. Syst. 2021, 61, 265–287. [Google Scholar] [CrossRef]
- Seitz, M.; Gehlhof, F.; Cruz Salazar, L.A.; Fay, A.; Vogel-Heuser, B. Automation platform independent multi-agent system for robust networks of production resources in Industry 4.0. J. Intell. Manuf. 2021, 32, 2023–2041. [Google Scholar] [CrossRef]
- Leitão, P.; Colombo, A.W.; Karnouskos, S. Industrial automation based on cyber-physical systems technologies: Prototype implementations and challenges. Comput. Ind. 2016, 81, 11–25. [Google Scholar] [CrossRef]
- Lee, Y.H.; Lee, S. Deep reinforcement learning based scheduling within production plan in semiconductor fabrication. Expert Syst. Appl. 2022, 191, 116222. [Google Scholar] [CrossRef]
- Giret, A.; Trentesaux, D.; Prabhu, V. Sustainability in manufacturing operations scheduling: A state of the art review. J. Manuf. Syst. 2015, 37, 126–140. [Google Scholar] [CrossRef]
- Wang, W.; Zhang, Y.; Wang, Y.; Pan, G.; Feng, Y. Hierarchical multi-agent deep reinforcement learning for dynamic flexible job-shop scheduling with transportation. Int. J. Prod. Res. 2025, 1–28. [Google Scholar] [CrossRef]
- Mourtzis, D. Advances in Adaptive Scheduling in Industry 4.0. Front. Manuf. Technol. 2022, 2, 937889. [Google Scholar] [CrossRef]
- Xu, W.; Gu, J.; Zhang, W.; Gen, M.; Ohwada, H. Multi-agent reinforcement learning for flexible job shop scheduling: A review. Front. Ind. Eng. 2025, 2, 1611512. [Google Scholar] [CrossRef]
- Kusiak, A. Smart manufacturing must embrace big data. Nature 2017, 544, 23–25. [Google Scholar] [CrossRef] [PubMed]
- Rauch, E.; Linder, C.; Dallasega, P. Anthropocentric perspective of production before and within Industry 4.0. Comput. Ind. Eng. 2020, 139, 105644. [Google Scholar] [CrossRef]
- Song, L.; Li, Y.; Xu, J. Dynamic Job-Shop Scheduling Based on Transformer and Deep Reinforcement Learning. Processes 2023, 11, 3434. [Google Scholar] [CrossRef]
- Zhang, C.; Wang, X.; Li, J. DeepMAG: Multi-agent graph reinforcement learning for dynamic job shop scheduling. Knowl.-Based Syst. 2023, 259, 110083. [Google Scholar] [CrossRef]
- Lu, Y.; Liu, C.; Wang, K.I.-K.; Huang, H.; Xu, X. Digital Twin-driven smart manufacturing: Connotation, reference model, applications and research issues. Robot. Comput.-Integr. Manuf. 2020, 61, 101837. [Google Scholar] [CrossRef]
- Kritzinger, W.; Karner, M.; Traar, G.; Henjes, J.; Sihn, W. Digital Twin in manufacturing: A categorical literature review and classification. IFAC-Pap. 2018, 51, 1016–1022. [Google Scholar] [CrossRef]
- Uhlemann, T.H.-J.; Schock, C.; Lehmann, C.; Freiberger, S.; Steinhilper, R. The Digital Twin: Demonstrating the potential of real-time data acquisition in production systems. Procedia Manuf. 2017, 9, 113–120. [Google Scholar] [CrossRef]
- Giret, A.; Trentesaux, D.; Salido, M.A.; Garcia, E.; Adam, E. A holonic multi-agent methodology to design sustainable intelligent manufacturing control systems. J. Clean. Prod. 2017, 167, 1370–1386. [Google Scholar] [CrossRef]
- Qin, Z.; Johnson, D.; Lu, Y. Dynamic production scheduling towards self-organizing mass personalization: A multi-agent dueling deep reinforcement learning approach. J. Manuf. Syst. 2023, 68, 242–257. [Google Scholar] [CrossRef]
- Zhang, Y.; Zhu, H.; Tang, D.; Zhou, T.; Gui, Y. Dynamic job shop scheduling based on deep reinforcement learning for multi-agent manufacturing systems. Robot. Comput.-Integr. Manuf. 2022, 78, 102412. [Google Scholar] [CrossRef]
- Qin, Z.; Lu, Y. Knowledge graph-enhanced multi-agent reinforcement learning for adaptive scheduling in smart manufacturing. J. Intell. Manuf. 2024. [CrossRef]
- Zheng, J.; Zhao, Y.; Li, Y.; Li, J.; Wang, L.; Yuan, D. Dynamic flexible flow shop scheduling via cross-attention networks and multi-agent reinforcement learning. J. Manuf. Syst. 2025, 80, 395–411. [Google Scholar] [CrossRef]
- Malucelli, N.; Domini, D.; Aguzzi, G.; Viroli, M. Neighbor-Based Decentralized Training Strategies for Multi-Agent Reinforcement Learning. In Proceedings of the 40th ACM/SIGAPP Symposium on Applied Computing (SAC ’25), Catania, Italy, 31 March–4 April 2025. [Google Scholar] [CrossRef]
- Beregi, R.; Németh, D.; Turek, P.; Monostori, L.; Váncza, J. Manufacturing Execution System Integration through the Standardization of a Common Service Model for Cyber-Physical Production Systems. Appl. Sci. 2021, 11, 7581. [Google Scholar] [CrossRef]
- Neubauer, M.; Steinle, L.; Reiff, C.; Ajdinović, S.; Klingel, L.; Lechler, A.; Verl, A. Architecture for Manufacturing-X: Bringing Asset Administration Shell, Eclipse Dataspace Connector and OPC UA together. Manuf. Lett. 2023, 37, 1–6. [Google Scholar] [CrossRef]
- Trunzer, E.; Vogel-Heuser, B.; Chen, J.-K.; Kohnle, M. Model-Driven Approach for Realization of Data Collection Architectures for Cyber-Physical Systems of Systems to Lower Manual Implementation Efforts. Sensors 2021, 21, 745. [Google Scholar] [CrossRef]
- Wan, Y.; Liu, Y.; Chen, Z.; Chen, C.; Li, X.; Hu, F.; Packianather, M. Making knowledge graphs work for smart manufacturing: Research topics, applications and prospects. J. Manuf. Syst. 2024, 76, 1–22. [Google Scholar] [CrossRef]
- Cindrić, I.; Jurčević, M.; Hadjina, T. Mapping of Industrial IoT to IEC 62443 Standards. Sensors 2025, 25, 728. [Google Scholar] [CrossRef]
- National Institute of Standards and Technology (NIST). Guide to Operational Technology (OT) Security; NIST: Gaithersburg, MD, USA, 2023. [CrossRef]
- Hu, R.; Yan, Z.; Ding, W.; Yang, L.T. A survey on data provenance in IoT. World Wide Web 2020, 23, 1441–1463. [Google Scholar] [CrossRef]
- Umer, M.A.; Umer, M.; Pandey, M.; Abdulla, S. Leveraging Artificial Intelligence and Provenance Blockchain Framework to Mitigate Risks in Cloud Manufacturing in Industry 4.0. Electronics 2024, 13, 660. [Google Scholar] [CrossRef]
- Xia, K.; Sacco, C.; Kirkpatrick, M.; Saidy, C.; Nguyen, L.; Kircaliali, A.; Harik, R. A digital twin to train deep reinforcement learning agent for smart manufacturing plants: Environment, interfaces and intelligence. J. Manuf. Syst. 2021, 58, 210–230. [Google Scholar] [CrossRef]
- Li, Y.; Tao, Z.; Wang, L.; Du, B.; Guo, J.; Pang, S. Digital twin-based job shop anomaly detection and dynamic scheduling. Robot. Comput.-Integr. Manuf. 2023, 79, 102443. [Google Scholar] [CrossRef]
- Ma, J.; Zhou, H.; Liu, C.; E, M.; Jiang, Z.; Wang, Q. Study on edge-cloud collaborative production scheduling based on enterprises with multi-factory. IEEE Access 2020, 8, 30069–30080. [Google Scholar] [CrossRef]
- Gao, Q.; Gu, F.; Li, L.; Guo, J. A framework of cloud–edge collaborated digital twin for flexible job shop scheduling with conflict-free routing. Robot. Comput.-Integr. Manuf. 2024, 86, 102672. [Google Scholar] [CrossRef]
- Siatras, V.; Bakopoulos, E.; Mavrothalassitis, P.; Nikolakis, N.; Alexopoulos, K. Production Scheduling Based on a Multi-Agent System and Digital Twin: A Bicycle Industry Case. Information 2024, 15, 337. [Google Scholar] [CrossRef]
- Nitsche, B.; Brands, J.; Treiblmaier, H.; Gebhardt, J. The impact of multiagent systems on autonomous production and supply chain networks: Use cases, barriers and contributions to logistics network resilience. Supply Chain Manag. Int. J. 2023, 28, 894–908. [Google Scholar] [CrossRef]
- Abdel-Aty, T.A.; Negri, E.; Galparoli, S. Asset Administration Shell in Manufacturing: Applications and Relationship with Digital Twin. IFAC-Pap. 2022, 55, 2533–2538. [Google Scholar] [CrossRef]
- Liu, R.; Piplani, R.; Toro, C. Deep reinforcement learning for dynamic scheduling of a flexible job shop. Int. J. Prod. Res. 2022, 60, 4049–4069. [Google Scholar] [CrossRef]
- Parente, M.; Figueira, G.; Amorim, P.; Marques, A. Production scheduling in the context of Industry 4.0: Review and trends. Int. J. Prod. Res. 2020, 58, 5401–5431. [Google Scholar] [CrossRef]
- Park, I.-B.; Park, J. Scalable Scheduling of Semiconductor Packaging Facilities Using Deep Reinforcement Learning. IEEE Trans. Cybern. 2023, 53, 3518–3531. [Google Scholar] [CrossRef]
- Wang, L.; Pan, Z.; Wang, J. A review of reinforcement learning-based intelligent optimization for manufacturing scheduling. Complex Syst. Model. Simul. 2021, 1, 257–270. [Google Scholar] [CrossRef]
- Kovács, B.; Tassel, P.; Gebser, M.; Seidel, G. A Customizable Reinforcement Learning Environment for Semiconductor Fab Simulation. In Proceedings of the 2022 Winter Simulation Conference, Singapore, 11–14 December 2022; pp. 2663–2674. [Google Scholar] [CrossRef]
- Cappart, Q.; Chételat, D.; Khalil, E.; Lodi, A.; Morris, C.; Veličković, P. Combinatorial optimization and reasoning with graph neural networks (Survey). In Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI), Montreal, QC, Canada, 19–27 August 2021. [Google Scholar] [CrossRef]
- Peng, Y.; Choi, B.; Xu, J. Graph Learning for Combinatorial Optimization: A Survey of State-of-the-Art. Data Sci. Eng. 2021, 6, 119–141. [Google Scholar] [CrossRef]
- Wang, R.; Wang, G.; Sun, J.; Deng, F.; Chen, J. Flexible Job Shop Scheduling via Dual Attention Network-Based Reinforcement Learning. IEEE Trans. Neural Netw. Learn. Syst. 2024, 35, 3091–3102. [Google Scholar] [CrossRef]
- Bampoula, X.; Siaterlis, G.; Nikolakis, N.; Alexopoulos, K. A Deep Learning Model for Predictive Maintenance in Cyber-Physical Production Systems Using LSTM Autoencoders. Sensors 2021, 21, 972. [Google Scholar] [CrossRef] [PubMed]
- Milani, S.; Faraji, S.; Wu, J.; McCann, T.; Ghassemi, M.; Santu, S. Explainable Reinforcement Learning: A Survey and Comparative Review. ACM Comput. Surv. 2024, 56, 168. [Google Scholar] [CrossRef]
- Moos, J.; Hansel, K.; Abdulsamad, H.; Stark, S.; Clever, D.; Peters, J. Robust Reinforcement Learning: A Review of Foundations and Recent Advances. Mach. Learn. Knowl. Extr. 2022, 4, 276–315. [Google Scholar] [CrossRef]
Approach | Core Strengths | Limitations | Typical Application Areas | Representative References |
---|---|---|---|---|
Genetic algorithms & memetic hybrids | Flexible; multi-objective ready; easy to hybridize with local search/repair; robust on heterogeneous constraints | Parameter tuning; stochastic variance; may plateau without strong neighborhoods | Parallel/flow/flexible job shops; sequence-dependent setups; large unrelated-machine problems | [32,33] |
Simulated annealing/Tabu search | Simple and effective baselines; good intensification/diversification; easy to embed constraints | Cooling/tenure sensitivity; may require problem-specific neighborhoods | Job/flow shops; batching; setup-heavy sequencing | [32] |
Large-neighborhood search (LNS)/Neural-LNS | Powerful destroy–repair exploration; learned destroy/repair improves speed & quality; anytime behavior | Designing repairs that preserve feasibility; training data/compute for neural variants | High-mix shops; near-real-time improvement; rolling re-optimization | [34] |
Hyper-heuristics (selection/generation) | Generalizes across instance types; automates rule choice; compatible with DRL | Performance ceiling if candidate pool is weak; requires meta-level data | Mixed-model production; variable routing/loads | [26,35] |
Logic-Based Benders Decomposition (LBBD) | Strong logic cuts; separates assignment/sequence from timing; integrates CP/MIP/heuristics | Modeling effort; cut engineering; potential many iterations | Flexible/distributed job shops; process/chemical scheduling | [36,37,38,39] |
Hierarchical/rolling-horizon schemes | Scales long horizons; aligns with planning → scheduling tiers; supports simulation-in-the-loop | Coordination overhead; myopic decisions if horizons too short | Plant-level planning with shop–floor dispatch; digital-twin what-if analysis | [38,39] |
Column generation/branch-and-price frameworks | Decompose by columns/routes; strong bounds; mix with heuristics | Pricing complexity; stabilization needed; parallelization non-trivial | Large machine/route generation models; transportation–production links | [40,41] |
Parallel solver ecosystems | Multicore/cluster speedups; parallel B&B/price/cut (UG); mature tooling | Needs HPC resources; solver engineering expertise | Large MIP/CP scheduling; scenario-decomposed planning | [40,41] |
DRL dispatching policies (GNN/attention) | Learns size-agnostic rules; reacts online; strong anytime performance | Sample efficiency; stability/robustness; policy explainability | Dynamic job/flexible job shops; real-time dispatch | [22,26,27,35] |
Learning-augmented optimization (ML for OR) | Learned branching/cuts/node selection; warm-starts; improves primal-dual gaps | Generalization across distributions; integration into certified workflows | Large MIP/CP scheduling; hybrid MH+MIP stacks | [7,45,46] |
Surrogate-/supervised rule learning | Fast evaluations; interpretable policies; good for high-volume data | Surrogate bias; retraining under drift; limited exploration | Repetitive/flow environments; KPI-specific rule mining | [33] |
Digital twin–in-the-loop RL | Safe policy training; proactive, state-aware rescheduling; sim-to-real transfer | Twin fidelity/sync cost; integration complexity | Smart factories; semiconductor/assembly lines | [42] |
Foundation-model–guided heuristics (OPRO) | Rapid heuristic design/tuning; few-shot adaptability; complements DRL/OR | Very early stage; needs feasibility guards and evaluation harness | Rapid ramp-up for new product mixes/lines | [7,31] |
Approach | Core Strengths | Limitations | Typical Application Areas | Representative References |
---|---|---|---|---|
Min–max & Min–max Regret Robust Optimization | Strong guarantees; interpretable; protects against penalties | Conservative; scalability issues with large scenario sets | Semiconductor fabs, aerospace, contract manufacturing | [23,52] |
Adjustable Robust Optimization (ARO) | Balances robustness and flexibility; realistic for dynamic shops | More complex; heavier computation | Job shops with uncertain processing times | [53,54] |
Interval/Set-Based Models | Tractable; practical for bounded uncertainties | Can yield conservative schedules | Project-driven and regulated industries | [55] |
Learning-in-the-loop Robust Models | Adaptive; efficient evaluation; improves robustness | Requires quality data; explainability issues | Flexible manufacturing, online scheduling | [28] |
Chance-Constrained Scheduling | Balances service levels vs. efficiency; intuitive | Relies on accurate distribution estimation | Service industries, logistics, large projects | [56] |
Markov Decision Processes (MDP) | Principled sequential control; foundation for DRL | Curse of dimensionality for large systems | Stochastic job shops, batch processes | [57,58] |
Simulation-Based Evaluation (DES/Monte Carlo) | Flexible; captures complex interactions; supports stress-testing | Computationally expensive | Semiconductor, project-based, high-uncertainty industries | [24,47] |
Rescheduling & Repair Algorithms | Stable shop floor behavior; minimal disruption | Myopic if frequent disruptions occur | MES/material requirements planning (MRP) systems, dynamic job shops | [24,25] |
Rolling-Horizon/Event-Driven Updates | Continuous adaptation; ERP/MES integration | Risk of nervousness with frequent updates | High-mix, volatile production | [24,59] |
Predictive Analytics & ML | Data-driven; real-time adaptability; generalizable policies | Data hungry; legacy integration challenges | Smart factories, flexible electronics | [27,60] |
Digital-Twin-in-the-Loop Scheduling | Safe training/testing; improves sample efficiency | Twin fidelity/synchronization cost | Intelligent manufacturing, reconfigurable factories | [22,28] |
Multi-Agent & Self-Organizing Systems | Resilient; scalable; fault-tolerant | Coordination and global optimality issues | Cyber-physical production, distributed factories | [61,62] |
End-to-End AI Stacks at Scale | Hybrid performance; scalable and adaptive under real-time constraints | Engineering complexity; integration & MLOps challenges | Large-scale Industry 4.0, smart factories | [27,63] |
Approach | Core Strengths | Limitations | Typical Application Areas | Representative References |
---|---|---|---|---|
Sensor-Enabled, Closed-Loop Scheduling | Real-time responsiveness; immediate adaptation to shop–floor events; integration of IIoT/CPS data streams | Data quality and latency challenges; integration with legacy systems; requires robust edge analytics | High-variability shop floors; condition-based rescheduling; flow-shop monitoring | [11,69] |
Digital Twin-Based Scheduling | Virtual experimentation; safe training/testbed for RL agents; proactive rescheduling and predictive maintenance | High development and synchronization costs; computationally intensive | Job-shop/flexible shop scheduling; disruption management; predictive control | [73,74] |
Cloud and Edge Computing for Distributed Scheduling | Scalable optimization (cloud); low-latency local response (edge); hybrid setups balance global and local | Security and data-transfer overhead; partitioning optimization tasks is complex | Multi-plant coordination; distributed supply chains; real-time edge rescheduling | [66,72] |
Agent-Based and Multi-Agent Scheduling Systems | Decentralization, modularity, and negotiation capabilities; well-suited to flexible manufacturing | Coordination overhead; global optimality hard to guarantee | Flexible job-shop systems; distributed resource allocation | [62,64,75] |
Self-Optimizing and Adaptive Control Algorithms | Continuous adaptation to data and disturbances; reinforcement learning and heuristic evolution enable resilience | Sample inefficiency in RL; difficulty in explainability; requires large/high-quality datasets | Dynamic job-shop scheduling; mass personalization; adaptive planning | [65,68,76,77] |
Emerging Architectures (KG-MARL, attention-based, decentralized training) | Enhanced context-awareness; improved coordination; scalable decentralized learning | Complexity of design; limited industrial deployments; integration with legacy IT/OT | Smart manufacturing scheduling; dynamic flow/assembly shops | [78,79,80] |
Interoperable Architectures (OPC UA, AAS, open APIs) | Seamless integration across ERP/MES/SCM; supports plug-and-operate scheduling services | Requires ecosystem-wide standard adoption; potential vendor lock-in | Multi-system integration; cross-site scheduling; Manufacturing-X initiatives | [81,82] |
Semantically Enriched, AI-Ready Data Layers | Standard vocabulary for heterogeneous data; improves explainability and feature quality for DL/RL | Knowledge graph development overhead; ontology alignment challenges | Digital twins; predictive scheduling; cross-enterprise scheduling | [83,84] |
Security and Data Provenance | Ensures integrity, confidentiality, and traceability of scheduling data; supports compliance (IEC 62443, NIST) | Added overhead in performance; blockchain solutions not yet fully scalable | Regulated supply chains; critical infrastructures; cloud manufacturing | [85,87,88] |
Data Sovereignty & Federated Collaboration | Policy-enforced data sharing across organizations; supports privacy-preserving optimization | Governance complexity; interoperability still evolving | Inter-company scheduling; collaborative supply chains; subcontracting | [82] |
Operational Hardening for AI-Driven Scheduling | Secure and reproducible ML pipelines; signed model artifacts; trustworthy rescheduling | Requires ML lifecycle governance; raises infrastructure complexity | AI-driven job-shop scheduling; cloud–edge rescheduling services | [81,86] |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Itu, A. Industrial Scheduling in the Digital Era: Challenges, State-of-the-Art Methods, and Deep Learning Perspectives. Appl. Sci. 2025, 15, 10823. https://doi.org/10.3390/app151910823
Itu A. Industrial Scheduling in the Digital Era: Challenges, State-of-the-Art Methods, and Deep Learning Perspectives. Applied Sciences. 2025; 15(19):10823. https://doi.org/10.3390/app151910823
Chicago/Turabian StyleItu, Alina. 2025. "Industrial Scheduling in the Digital Era: Challenges, State-of-the-Art Methods, and Deep Learning Perspectives" Applied Sciences 15, no. 19: 10823. https://doi.org/10.3390/app151910823
APA StyleItu, A. (2025). Industrial Scheduling in the Digital Era: Challenges, State-of-the-Art Methods, and Deep Learning Perspectives. Applied Sciences, 15(19), 10823. https://doi.org/10.3390/app151910823