Fairness in Repetitive Scheduling

Danny Hermelin,Hendrik Molter,Rolf Niedermeier,Michael Pinedo,Dvir Shabtay
2024-01-08
Abstract:Recent research found that fairness plays a key role in customer satisfaction. Therefore, many manufacturing and services industries have become aware of the need to treat customers fairly. Still, there is a huge lack of models that enable industries to make operational decisions fairly, such as a fair scheduling of the customers' jobs. Our main aim in this research is to provide a unified framework to enable schedulers making fair decisions in repetitive scheduling environments. For doing so, we consider a set of repetitive scheduling problems involving a set of $n$ clients. In each out of $q$ consecutive operational periods (e.g. days), each one of the customers submits a job for processing by an operational system. The scheduler's aim is to provide a schedule for each of the $q$ periods such that the quality of service (QoS) received by each of the clients will meet a certain predefined threshold. The QoS of a client may take several different forms, e.g., the number of days that the customer receives its job later than a given due-date, the number of times the customer receive his preferred time slot for service, or the sum of waiting times for service. We analyze the single machine variant of the problem for several different definitions of QoS, and classify the complexity of the corresponding problems using the theories of classical and parameterized complexity. We also study the price of fairness, i.e., the loss in the system's efficiency that results from the need to provide fair solutions.
Data Structures and Algorithms,Discrete Mathematics
What problem does this paper attempt to address?
The paper attempts to address the issue of achieving fair scheduling in a repetitive scheduling environment. Specifically, the study aims to develop a fair scheduling scheme for tasks submitted by multiple clients over consecutive time periods (such as days). The authors propose a unified framework to ensure that each client receives a certain level of Quality of Service (QoS) throughout the entire scheduling cycle and is not significantly disadvantaged compared to the service quality of other clients. The research considers different definitions of service quality, such as completion time, waiting time, and delay, and analyzes the computational complexity of these problems. Additionally, the paper explores the system efficiency loss brought about by implementing fair scheduling, known as the price of fairness. Through this approach, the paper seeks to introduce the concept of fairness in industrial production and service industries, thereby enhancing customer satisfaction.