Hostname: page-component-77f85d65b8-2tv5m Total loading time: 0 Render date: 2026-03-29T11:48:27.991Z Has data issue: false hasContentIssue false

Improving ASP-Based ORS Schedules through Machine Learning Predictions

Published online by Cambridge University Press:  22 August 2025

PIERANGELA BRUNO
Affiliation:
DeMaCS, University of Calabria, Rende, Italy (e-mails: pierangela.bruno@unical.it, carmine.dodaro@unical.it)
CARMINE DODARO
Affiliation:
DeMaCS, University of Calabria, Rende, Italy (e-mails: pierangela.bruno@unical.it, carmine.dodaro@unical.it)
GIUSEPPE GALATÀ
Affiliation:
SurgiQ srl, Genova, Italy (e-mail: giuseppe.galata@surgiq.com)
MARCO MARATEA
Affiliation:
DeMaCS, University of Calabria, Rende, Italy (e-mail: marco.maratea@unical.it)
MARCO MOCHI
Affiliation:
SurgiQ srl, Genova, Italy (e-mail: marco.mochi@edu.unige.it)
Rights & Permissions [Opens in a new window]

Abstract

The operating room scheduling (ORS) problem deals with the optimization of daily operating room surgery schedules. It is a challenging problem subject to many constraints, like to determine the starting time of different surgeries and allocating the required resources, including the availability of beds in different department units. Recently, solutions to this problem based on answer set programming (ASP) have been delivered. Such solutions are overall satisfying but, when applied to real data, they can currently only verify whether the encoding aligns with the actual data and, at most, suggest alternative schedules that could have been computed. As a consequence, it is not currently possible to generate provisional schedules. Furthermore, the resulting schedules are not always robust. In this paper, we integrate inductive and deductive techniques for solving these issues. We first employ machine learning algorithms to predict the surgery duration, from historical data, to compute provisional schedules. Then, we consider the confidence of such predictions as an additional input to our problem and update the encoding correspondingly in order to compute more robust schedules. Results on historical data from the ASL1 Liguria in Italy confirm the viability of our integration.

Information

Type
Original Article
Creative Commons
Creative Common License - CCCreative Common License - BY
This is an Open Access article, distributed under the terms of the Creative Commons Attribution licence (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted re-use, distribution and reproduction, provided the original article is properly cited.
Copyright
© The Author(s), 2025. Published by Cambridge University Press
Figure 0

Table 1. Description of the features in the surgical procedures dataset

Figure 1

Fig. 1. Histogram of intervention durations (before preprocessing).

Figure 2

Fig. 2. Histogram of intervention durations (after preprocessing).

Figure 3

Table 2. Best hyperparameter configuration for each algorithm

Figure 4

Table 3. Model performance using best parameters. Best results are in bold

Figure 5

Fig. 3. SHAP summary plot for the best-performing regression model (XGBoost).

Figure 6

Listing 1. ASP encoding for the ORS problem.

Figure 7

Listing 2. Additional rules to take into account confidence.

Figure 8

Table 4. Comparison of the different methods