Skip to main content

Open Access 13.05.2024 | Original Article

The home health care routing with heterogeneous electric vehicles and synchronization

verfasst von: Eşref Cebeci, Eda Yücel, Çağrı Koç

Erschienen in: OR Spectrum

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

This paper studies the problem of heterogeneous electric vehicles, fast chargers, and synchronized jobs that have time windows in home healthcare routing and scheduling. We consider a problem that aims to establish daily routes and schedules for healthcare nurses to provide a variety of services to patients located in a scattered area. Each nurse should be assigned to an electric vehicle (EV) from a heterogeneous fleet of EVs to perform the assigned jobs within working hours. We consider three different types of EVs in terms of battery capacity and energy consumption. We aim to minimize the total cost of energy consumption, fixed nurse cost, and costs arising from the patients that cannot be served within the working day. We model the problem as a mixed integer programming formulation. We develop a hybrid metaheuristic based on a greedy random adaptive search procedure heuristic, to generate good quality initial solutions quickly, and an adaptive variable neighborhood search algorithm to generate high quality solutions in reasonable time. The hybrid metaheuristic employs a set of new advanced efficient procedures designed to handle the complex structure of the problem. Through extensive computational experiments, the performance of the mathematical model and the hybrid metaheuristic are evaluated. We conduct analyses on the robustness of the metaheuristic and the performance contribution of employing adaptive probabilities. We analyze the impact of problem parameters such as competency requirements, job duration, and synchronized jobs.
Hinweise

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

1 Introduction

Home healthcare services (HHC), also known as in-home care, are an important element of primary care that offers professional service to patients at home in their familiar environment. A wide spectrum of services can be offered as home healthcare such as medical, therapeutical, and non-medical services. However, the specifications and the range of services differ from one country to another due to demographic tendencies. Other important factors are how efficiently the government or private healthcare management system works and how the HHC is prioritized (WHO 2012).
Universal health coverage (UHC) means that all people have access to health services when and where they need them without financial hardship. It encompasses the entire spectrum of essential health services, from health promotion to prevention, treatment, rehabilitation, and palliative care (WHO 2022). Therefore, HHC is a valuable asset for the UHC. Although HHC is not created for a specific target group, it is observed that the elderly uses HHC more. The convenience, effectiveness, and financial aspects of the service are the primary reasons why HHC is more beneficial for the elderly. Post-hospital care may also necessitate the assistance of a professional. In such cases, visiting a hospital for an elderly person is more difficult, requires travel time, and results in a higher cost. On the other hand, HHC assists the patient in receiving treatment in the comfort of her/his own home at a lower cost. The world’s elderly population is expected to double from 2019 to 2050, reaching nearly 1.5 billion (UN 2019). The growing rate of chronic diseases as well as inadequate room capacity of hospitals, and elderly housing make HHC more demanded, necessary, and functional.
In addition, with COVID-19, countries’ healthcare systems were tested. Unfortunately, due to the limited capacity in hospitalization and the limited number of healthcare professionals, many patients were unable to receive the necessary treatment on time. Since hospitals prioritized COVID-19 patients due to their urgency, the limited capacity of hospitals and healthcare professionals had a dramatic effect on patients with other diseases. For this reason, the necessary precautions should be taken for the unforeseeable challenges in the healthcare sector in order to increase the well being of the community, especially the elderly. In support of these, the development of HHC services is considered a sustainable solution (World Economic Forum 2020).
The idea behind HHC is to provide social benefits and better healthcare for patients. In practice, it requires establishing daily routes and schedules of healthcare professionals, resulting in a routing and scheduling problem, which has been discussed in many studies in the literature. The home healthcare routing and scheduling problem (HHCRSP) is an extension of the vehicle routing problem (VRP) in the HHC sector.
In this study, we deal with the routing and scheduling problem of home health professionals with the use of electric vehicles (EVs). Although the scheduling and routing of the healthcare nurses with fossil fuel cars is a widely studied problem in the literature since 1990s (Begur et al. 1997), we examined different types of EVs in this particular case. The world is shifting from fossil fuels to electricity in transportation due to environmental issues, energy efficiency, cost, and performance benefits of EVs (IEA 2019). The process of integration of EVs has already begun in many countries with strict policies and subsidies, especially in European Union countries. We will possibly witness more implications and solutions regarding EVs in transportation in the future. In the last five years, numerous companies have designed and produced innovative EVs. This presents a distinct opportunity, especially for HHC providers, to diversify their vehicle fleet and establish a heterogeneous fleet strategy for daily operations. In light of these new developments, this study not only has an empirical function but also provides an opportunity for future solutions to EV-related issues.
Our paper can lead to better outcomes in three main areas. First, home healthcare has a social impact, and therefore, development of HHC services will result in equal access to support and treatment in communities regardless of their status, gender, or age. Second, this approach will overcome some of the limitations in HHC, such as capacity constraints and increasing demand, to result in a sustainable HHC. Lastly, with the usage of different types of EVs, the concept becomes more eco-friendly for each party, i.e., service providers, governments, and patients.

1.1 A review of the literature

In the classical VRP, the goal is to create a schedule for a set number of vehicles to serve customers while minimizing the associated costs. As the focus of the VRP is the delivery of an asset or a service by workers who need routing, the problem is found to be applicable for many different sectors, such as the routing of mobile medical facilities (Yücel et al. 2020) and the delivery of mobile health services using mobile clinics (Salman et al. 2021). Although HHC services have been adopted many years ago and have been an important part of the modern primary healthcare system (Murkofsky and Alston 2009), the first VRP for HHC nurses in the literature was studied by Begur et al. (1997).
In parallel with the growth in the utilization of HHC services, HHCRSP has been progressively studied with different objective functions and constraints that aim to reflect real-world conditions. While minimization of solely travel time (Begur et al. 1997), distance (Akjiratikarl et al. 2007) and cost (Eveborn et al. 2006) make a basis for the problem, additional objectives such as waiting time, overtime, preference, workload balance have also been studied (Hiermann et al. 2015; Mankowska et al. 2014). Many types of heuristics have been used in the literature. Heuristics include memetic algorithm (Hiermann et al. 2015), swarm optimization algorithm (Akjiratikarl et al. 2007), variable neighborhood search (VNS) (Mankowska et al. 2014), MIP-based decomposition (Yadav and Tanksale 2022), simulated annealing (Mankowska et al. 2014; Hiermann et al. 2015), and adaptive large neighborhood search (Koç et al. 2019).
The HHCRSP receives significant attention from the OR community as it is directly related to practice. Many different variants of this problem have recently been studied. Tanoumand and Ünlüyurt (2021) developed an exact algorithm for the resource constrained HHCRSP. Li et al. (2021) introduced the HHCRSP considering outpatient services and developed a hybrid genetic algorithm. Savaşer and Kara (2022) studied the mobile healthcare services in rural areas and modeled the problem as a periodic location-routing problem. Akbari et al. (2023) addressed the minimizing total weighted latency in the HHCRSP with patient prioritization. The reader is referred to Fikar and Hirsch (2017), Grieco et al. (2021), and Euchi et al. (2022) for a detailed review of HHCRSP and its variants.
The electric (E-VRP) considers the limited range, battery capacities, and charging times of EVs along with the decision of available charging options (Schneider et al. 2014; Kucukoglu et al. 2021). While the goal of the problem remains the same, vehicles consume electricity as an alternative to fossil fuels. Due to climate change and the environmental effects of the logistics sector, interest in this line of studies has progressively increased (Bektaş et al. 2019). The problem has received significant interest in the literature. Koç et al. (2019) studied the E-VRP with a nonlinear charging function that considers joint investments in charging stations (CSs). Lee (2021) proposed a branch-and-price and column generation algorithm to solve the nonlinear charging function version of the problem. Keskin et al. (2019) studied the extension with additional constraints, including limited capacity and waiting time at CSs. Dönmez et al. (2022) studied the mixed fleet VRP with partial recharging by multiple chargers.
In terms of the HHCRSP, EVs have been considered in several articles. Erdem and Koç (2019) studied the HHC and E-VRP with time windows that only consider linear charging and a single type of CS, and developed a metaheuristic algorithm. Erdem et al. (2022) studied the electric HHCRSP with time windows and fast chargers, which considers a homogeneous EV fleet and three types of charging technologies, normal, fast and super-fast. The authors developed an adaptive large neighborhood search (ALNS) heuristic to solve the problem. Most recently, Yazır et al. (2023) introduced the multi-period HHCRSP with EVs and used ALNS to solve the problem. The problem aims to construct weekly routes for healthcare nurses considering homogeneous vehicles and three types of charging technologies.
Recognizing the inherent diversity of the fleet of vehicles used by healthcare providers and their imperative to synchronize service requests for operational efficiency, our problem differs from the aforementioned studies by incorporating a heterogeneous EV fleet and considering synchronized service requests. In scenarios that require synchronized service, specific job requirements can require simultaneous execution by two different nurses, leading to interdependent routes for nurses. Altering one route affects the others and could potentially render them infeasible (Afifi et al. 2016; Bazirha et al. 2023). Furthermore, it is important to note that the problem in its current form cannot be effectively addressed using the solution methodologies proposed in previous studies.

1.2 Scientific contributions and structure of the paper

In the context of the HHCRSP, this paper studies the problem of heterogeneous electric vehicles, fast chargers, synchronized jobs, and time windows. In most practical distribution scenarios, diverse fleets of vehicles are employed to meet the demands of customers (Hoff et al. 2010; Koç et al. 2016). Similarly, in the HHC services heterogeneous fleets provides an opportunity to construct minimum costly routing plans. All of these problem components contribute to an increase in problem complexity, particularly the fleet mix decision. Although there is a large amount of research on each part of the problem separately, there is no research that investigates the impact of all these aforementioned and practically widely used factors integrated together. Our first contribution is to formally introduce and model this new problem. Our second contribution is to develop a hybrid metaheuristic based on greedy random adaptive search procedure (GRASP) algorithm to generate good initial solutions quickly and adaptive variable neighborhood search (AVNS) algorithm that integrates several problem specific effective heuristic mechanisms to generate high quality solutions in reasonable time. Our third contribution is to provide managerial insights by conducting extensive computational experiments to gain a deep understanding of the interactions between the components of the problem such as the impact of competency requirements, job duration, and synchronized jobs.
The remainder of this paper is organized as follows. Section 2 presents the problem definition, notation, and the mathematical formulation. Section 3 details the hybrid metaheuristic algorithm. Section 4 presents the results of computational experiments and analyses. The paper is concluded in Sect. 5.

2 Problem statement

The problem aims to determine the daily schedules and routes of the HHC nurses to provide the necessary service to patients living in a scattered region. Each nurse is assigned to an EV from an EV fleet to drive to patient homes. Therefore, the term nurse and EV will be used interchangeably. The EV fleet is considered heterogeneous in terms of price, range, and energy consumption.
As the problem is defined on a geographical area and EVs have a limited range, CSs must be visited if the EV battery is not enough to complete the corresponding EV’s route. The CSs have only one type of charging technology, i.e., the fast-charging option, which is the most common and preferred one for intraday charging according to Erdem et al. (2022). The EVs can be partially charged at a CS. The state of charge (SoC) should be tracked for each EV to maintain energy feasibility. The EVs are assumed to start their schedule with fully charged batteries presuming that they were charged the previous night. Within working hours, each nurse starts and ends the shift at a hospital, which is referred to as the depot of the related nurse. Overtime is not allowed.
Each patient service request has a predetermined service duration and a time window for the service. The service duration depends on the estimated service time prescribed/recommended by the doctor for the required service. The service request of a patient corresponds to a job. Let J be the set of jobs, where a job \(i \in J\) has a predetermined duration represented by \(d_{i}\) and a time window denoted by \([a_{i},b_{i}]\). If an assigned nurse arrives at the job location early, then the nurse must wait until the start time of the predetermined time window, \(a_{i}\). If a job \(i \in J\) cannot be completed within its time window, a penalty cost \(\alpha _{i}^P\) is incurred.
Each job requires a number of specific level competency types and can only be served by the same or more qualified nurse for each competency type. Let N be the set of nurses and U denote the types of competence. The competency level requirement of job \(i \in J\) for competency type \(u \in U\) is indicated by \(q_{iu}\) and the competency level of nurse \(n \in N\) for competency type \(u \in U\) is defined by \(q'_{nu}\). Job \(i \in J\) can be assigned to nurse \(n \in N\) if only the nurse has the same or higher proficiency for each competency type, i.e., \(q'_{nu}\ge q_{nu}\) for each \(u \in U\). Each nurse \(n \in N\) has a daily fixed cost denoted by \(\alpha ^N_n\) depending on her/his proficiency. Some patient service requests may require more than one nurse resulting in multiple simultaneous jobs. For such cases, a copy of the related job is created for each nurse required. Such copy jobs \(i,j \in J\) are paired and nurses assigned to these paired jobs should be present at the home of the patient simultaneously to provide the required service. The binary parameter \(p_{ij}\) indicates whether jobs i,\(j \in J\) are paired and should be synchronized or not. The working time window of nurse \(n \in N\) is denoted by \([a'_{n},b'_{n}]\).
Let K be the set of EVs. The starting depot and the ending depot locations of EV \(k \in K\) are represented by \(0_{k}\) and \(n_{k}\), respectively. Each nurse begins and ends shift from the depot of the vehicle to which nurse is assigned. The battery capacity and the energy consumption rate of EV \(k \in K\) are denoted by \(Y_{k}\) and \(c_{k}\), respectively. Each CS has only fast chargers, and the recharging rate and unit energy cost of using a fast charger are assumed to be the same for each CS, which are denoted by r and \(\alpha ^C\), respectively. We create multiple copies of a CS to enable multiple visits of each CS by the same vehicle. Let S be the set of CSs including the copy CSs.
The set of nodes including the jobs and the CSs is denoted by V, i.e., \(V = J \cup S\). For an EV \(k \in K\); the set \(V_{0_k}\) includes the jobs, CSs, and the starting depot \(0_{k}\), i.e., \(V_{0_k}=V\cup \{0_k\}\), and the set \(V_{n_k}\) includes the jobs, CSs, and the ending depot \(n_{k}\), i.e., \(V_{n_k}=V\cup \{n_k\}\). All nodes that can be visited by EV \(k \in K\), including the starting depot \(0_{k}\), jobs, CSs, and ending depot \(n_{k}\) are denoted as \(V_{0_{k},n_{k}}\), i.e., \(V_{0_{k},n_{k}}=V\cup \{0_k, n_k\}\).
The problem is defined in a complete directed graph \(G=(\bigcup _{k\in K} V_{0_{k},n_{k}},A)\) where \(\bigcup _{k\in K}\) \(V_{0_{k},n_{k}}\) is the set of nodes and \(A=\{(i,j): i, j \in \,\bigcup _{k\in K} V_{0_{k},n_{k}}\}\) is the set of arcs. Parameters \(s^d_{ij}\) and \(s_{ij}\) represent the distance and travel time of an arc \((i,j) \in A\), respectively.
The objective is to minimize the total cost of energy consumption, fixed nurse cost, and costs arising from the patients that cannot be served within the working day. Binary variables are as follows. Let \(x_{ijk}\) be 1, if EV \(k \in K\) travels on arc \((i,j) \in A\) and 0, otherwise. Let \(z_{nk}\) be 1, if nurse \(n \in N\) is assigned to EV \(k \in K\) and 0, otherwise. Let \(h_{j}\) be 1, if a job \(j \in J\) is served. The continuous variables are as follows. The State of Charge (SoC) of an EV \(k \in K\) at the arrival time of node \(i \in V_{0_{k},n_{k}}\) is defined as \(y_{ik}\) and, the SoC of an EV at the departure time of node \(i \in S\) is \(g_{ik}\). Let \(t_{ik}\) be the service starting time of a nurse using EV \(k \in K\) for job \(i \in J\). Let \(w_{ik}\) be the charging duration of EV \(k \in K\) at CS \(i \in S\). Let \(\sigma _{ik}\) be the amount of recharged energy at CS \(i \in S\) for EV \(k \in K\). All the notation of the problem is presented in Table 15 in the Appendix.
An illustration of a solution for a problem instance having two nurses, four jobs of four patients, two competency types, and one CS is shown in Fig. 1. The job of Patient2 requires two nurses simultaneously. In the solution, Nurse-1 having a level of 3 for both competency types is assigned to EV-1 and starts her/his route from the hospital, visits Patient1 first, the CS second, Patient2 third, and returns back to the hospital. Nurse-2 having a level of 2 for both competency types is assigned to EV-2 and starts her/his route from the hospital, visits Patient2 first, Patient3 s, Patient4 third, and returns back to the hospital. Note that Nurse-1 and Nurse-2 serve Patient2 at the same time. The arrival time of each EV to each node and the SoC at the time of arrival are provided in Fig. 1.

2.1 Mathematical formulation

The mathematical model of the problem is formulated as follows:
$$\begin{aligned} \hbox {Minimize}&\quad \sum _{k \in K} \sum _{i\in V_{0_k}} \sum _{j\in V_{n_k}} \alpha ^Cx_{ijk}s^d_{ij}c_{k} + \sum _{n \in N}\sum _{k \in K} \alpha ^N_{n}z_{nk}+ \sum _{j\in J} \alpha _{j}^P(1-h_{j}) \end{aligned}$$
(1)
Subject to
$$\begin{aligned}&\sum _{k \in K} \sum _{j\in V_{n_k},j \ne i} x_{ijk} \le 1&i \in J \end{aligned}$$
(2)
$$\begin{aligned}&{\sum _{j\in V_{n_k},j \ne i} x_{ijk} \le 1}&{i \in S, \ k \in K }\end{aligned}$$
(3)
$$\begin{aligned}&\sum _{j\in J} x_{0_k,j,k} \le \sum _{n\in N} z_{nk}&k \in K\end{aligned}$$
(4)
$$\begin{aligned}&\sum _{i\in J} x_{i,n_k,k} \le \sum _{n\in N} z_{nk}&k \in K\end{aligned}$$
(5)
$$\begin{aligned}&\sum _{i\in V_{0_k}} x_{ijk}=\sum _{ i\in V_{n_k}} x_{jik}&k \in K, j \in V \end{aligned}$$
(6)
$$\begin{aligned}&a'_{n}z_{nk}\le t_{0_{k},k}&k \in K, n \in N \end{aligned}$$
(7)
$$\begin{aligned}&t_{n_{k},k}\le z_{nk}b'_{n}&k \in K, n \in N \end{aligned}$$
(8)
$$\begin{aligned}&a_{j} \sum _{i\in V_{0_k}}x_{ijk}\le t_{jk}&k \in K, j \in J \end{aligned}$$
(9)
$$\begin{aligned}&t_{jk}\le b_{j}\sum _{i\in V_{0_k}}x_{ijk}&k \in K, j \in J \end{aligned}$$
(10)
$$\begin{aligned}&t_{ik}+(s_{ij}+d_i)x_{ijk}\le t_{jk}+b_{n}(1-x_{ijk})&n \in N, k \in K, i \in J \cup \{0_k\}, j\in V_{n_k}, i \ne j \end{aligned}$$
(11)
$$\begin{aligned}&t_{ik}+s_{ij}x_{ijk}+w_{ik}\le t_{jk}+(b_{n}+rY_{k})(1-x_{ijk})&n \in N, k \in K, i\in S, j\in V_{n_k}, i \ne j\end{aligned}$$
(12)
$$\begin{aligned}&y_{jk} \le y_{ik}- s^d_{ij}\;c_{k}\;x_{ijk}+Y_{k} (1-x_{ijk})&k \in K, i\in J \cup \{ 0_k\}, j\in V_{n_k}, i \ne j \end{aligned}$$
(13)
$$\begin{aligned}&y_{jk} \le g_{ik}- s^d_{ij}\;c_{k}\;x_{ijk}+Y_{k} (1-x_{ijk})&k \in K, i\in S, j\in V_{n_k}, i \ne j \end{aligned}$$
(14)
$$\begin{aligned}&y_{ik} \le g_{ik}\le Y_{k}&k \in K, i\in S \end{aligned}$$
(15)
$$\begin{aligned}&y_{0_kk} = Y_{k}&k \in K \end{aligned}$$
(16)
$$\begin{aligned}&g_{ik}-y_{ik}= \sigma _{ik}&k \in K, i\in S \end{aligned}$$
(17)
$$\begin{aligned}&rw_{ik}= \sigma _{ik}&k \in K, i\in S \end{aligned}$$
(18)
$$\begin{aligned}&\sum _{ k\in K } t_{ik}=\sum _{ k\in K} t_{jk}&i, j\in J: p_{ij} = 1 \end{aligned}$$
(19)
$$\begin{aligned}&\sum _{i \in V_{0_k} }x_{ijk} q_{iu} \le \sum _{n \in N}z_{nk} q'_{nu}&k \in K, j\in J, u \in U \end{aligned}$$
(20)
$$\begin{aligned}&\sum _{k\in K} z_{nk} \le 1&n \in N \end{aligned}$$
(21)
$$\begin{aligned}&\sum _{n\in N} z_{nk} \le 1&k \in K \end{aligned}$$
(22)
$$\begin{aligned}&\sum _{k\in K}\sum _{i\in V_{0_k}} x_{ijk} = h_{j}&j \in J, i\ne j \end{aligned}$$
(23)
$$\begin{aligned}&x_{ijk} \in \{0, 1\}&k \in K, i\in V_{0_k}, j\in V_{n_k}, i \ne j \end{aligned}$$
(24)
$$\begin{aligned}&z_{nk} \in \{0, 1\}&k \in K, n\in N \end{aligned}$$
(25)
$$\begin{aligned}&h_{j} \in \{0, 1\}&j \in J \end{aligned}$$
(26)
$$\begin{aligned}&\sigma _{ik}, \,w_{ik},\, g_{ik} \ge 0&k \in K, i\in S \end{aligned}$$
(27)
$$\begin{aligned}&y_{ik} \ge 0,\,t_{ik} \ge 0&k \in K, i\in V_{0_kn_k}. \end{aligned}$$
(28)
The objective function (1) aims to minimize the total cost that comprises three terms. The first term corresponds to the total travelling cost of EVs. The second term refers to the total fixed cost of healthcare nurses utilized. The last term corresponds to the penalty costs of jobs that are not served.
Constraints (2) ensure that each job is visited at most once. Constraints (3) guarantee that each CS copy is visited at most once by the same vehicle within the planning horizon. Constraints (4) and (5) keep track of departures and arrivals from and to the depot for the utilized EVs, respectively. Constraints (6) guarantee the conservation of flow for an EV and a node, i.e., if an EV arrives at a job or CS node, then it should depart from that node. Constraints (7) and (8) ensure that an EV tour must be completed within the daily working hours of the corresponding nurse. Constraints (9) and (10) ensure that jobs are served within their time windows. Constraints (11) and (12) calculate the node visit times considering travelling times between nodes, service times of jobs, and charging times at CSs. Constraints (13) and (14) calculate the SoC of an EV at the time of arrival of a node considering energy consumption during travelling. Constraints (15) define the limits of the SoC of an EV at the time of departure from a CS node. Constraints (16) guarantee that each EV starts its tour with full charge. Constraints (17) and (18) calculate the amount of energy charged and the charging duration, respectively, for an EV that visits a CS. Constraints (19) guarantee that paired jobs are served simultaneously. Constraints (20) ensure that a job is assigned to an eligible nurse having sufficient level for each competency type. Constraints (21) ensure that each nurse is assigned to at most one EV. Constraints (22) ensure that each EV is assigned to at most one nurse. Constraints (23) identify whether a job is served or not. Constraints (24)-(28) define the domains of decision variables.

3 Hybrid metaheuristic

To effectively solve this complex optimization problem, we develop a hybrid metaheuristic algorithm based on GRASP and AVNS. First, GRASP-based constructive matheuristic obtains a good initial solution quickly and then AVNS algorithm improves the initial solution through adaptive probabilities associated with the neighborhood structures. We describe the GRASP in Sect. 3.1 and the AVNS algorithms in Sect. 3.2.

3.1 GRASP-based constructive matheuristic

Basic greedy constructive heuristics, based on the greedy choice applied at each iteration, provide a single solution for a problem and the resulting solution is generally far from the optimal. Different from the basic greedy approaches, GRASP is based on randomly selecting a choice from a pool of best alternatives instead of the best choice at each iteration (Feo and Resende 1995; Resende and Ribeiro 2016).
Our GRASP-based constructive matheuristic generates a feasible solution for the problem in two steps. The first step assigns nurses to EVs and jobs to nurses through an assignment algorithm based on GRASP described in Sect. 3.1.1. The second step determines the routes of EVs through a mathematical model as described in Sect. 3.1.2. Hereafter, this algorithm is denoted as GRASP, in short.

3.1.1 Assignment of nurses to EVs and jobs to nurses

The assignment algorithm presented in Algorithm 1 starts with calculating a nurse-score \(\lambda _{n}\) for each nurse \(n\in N\) (line 1). The score \(\lambda _{n}\) of nurse \(n\in N\) is calculated through equations (2932) and has three terms \(\Phi _{n}^{t}, \Phi _{n}^{f}\), and \(\Phi _{n}^{u}\) (corresponding to the length of the her/his time window, the fixed cost of the nurse and her/his competency level, respectively) each associated with a weight, \(\Omega ^{t}, \Omega ^{f}\), and \(\Omega ^{u}\), respectively. The formulation of the nurse score aims to enhance the likelihood of selecting nurses with longer working durations, lower fixed costs, and higher competency levels, thereby maximizing overall benefit potential.
$$\begin{aligned}&\Phi _{n}^{t} = \frac{b_{n}-a_{n}}{\sum _{n\in N}(b_{n}-a_{n})}&\end{aligned}$$
(29)
$$\begin{aligned}&\Phi _{n}^{f} = \frac{\alpha _{n}^{N}}{\sum _{n\in N}\alpha _{n}^{N}}&\end{aligned}$$
(30)
$$\begin{aligned}&\Phi _{n}^{u} = \frac{\sum _{i \in J}\sum _{ u \in U}q_{iu}}{\sum _{n\in N}\sum _{i \in J}\sum _{ u \in U}q_{iu}}&\end{aligned}$$
(31)
$$\begin{aligned}&\lambda _{n} = \Omega ^{t}\Phi _{n}^{t}+\Omega ^{f}\Phi _{n}^{f}+\Omega ^{u}\Phi _{n}^{u}&\end{aligned}$$
(32)
For a nurse \(n \in N\) and job \(i \in J\) pair; a piece-wise compatibility parameter \(compatibility_{(n,i)}\) is set to \(\lambda _{n}\) if nurse n works within the time windows of job j and has relevant competency level for each competency type, and 0 otherwise (lines 2–10). Next, each job \(i\in J\) is assigned to a nurse \(n^{'} \in N\), using a roulette wheel selection procedure that uses a selection probability proportional to \(compatibility_{(n,i)}\) for each nurse \(n\in N\) (lines 12-15). Nurses are then randomly assigned to EVs (lines 16-19). The output of the assignment algorithm is the set of assigned jobs \(J_k\) and the nurse \(n_k\) assigned for each EV \(k\in K\).

3.1.2 Tour construction algorithm

The following mathematical model is used to determine the route of each EV \(k\in K\) considering the jobs assigned to the corresponding nurse, i.e., \(J_k\).
$$\begin{aligned} \displaystyle \hbox {Minimize}&\quad \sum _{i\in V_{0_k}} \sum _{j\in V_{n_k}} \alpha ^C_k\;x_{ij}s^d_{ij}\;c_k + \sum _{j\in J_k} \alpha _{j}^P(1-h_{j}) \end{aligned}$$
(33)
subject to
$$\begin{aligned}&\sum _{j\in V_{n_k},j \ne i} x_{ij} \le 1{} & {} {} & {} {} & {} {} & {} i \in J_k \end{aligned}$$
(34)
$$\begin{aligned}&\sum _{i\in S}\sum _{j\in V_{n_k},j \ne i} x_{ij} \le 1 \end{aligned}$$
(35)
$$\begin{aligned}&\sum _{j\in V_k} x_{0_kj} = 1 \end{aligned}$$
(36)
$$\begin{aligned}&\sum _{j\in V_k} x_{jn_k} = 1 \end{aligned}$$
(37)
$$\begin{aligned}&\sum _{i\in V_{0_k}} x_{ij}=\sum _{ i\in V_{n_k}} x_{ji}&j \in V_k \end{aligned}$$
(38)
$$\begin{aligned}&a_{j}\le t_{j}\le b_{j}&j \in J_k \end{aligned}$$
(39)
$$\begin{aligned}&a_{k}\le t_{j}\le b_{k}&j \in J_k \end{aligned}$$
(40)
$$\begin{aligned}&t_{i}+(s_{ij}+d_i)x_{ij}\le t_{j}+b_k(1-x_{ij})&i \in V_{0_k}, j\in V_{n_k}, i \ne j \end{aligned}$$
(41)
$$\begin{aligned}&t_{i}+s_{ij}x_{ij}+w_{i}\le t_{j}+(b_k+rY_k)(1-x_{ij})&i\in S, j\in V_{n_k}, i \ne j\end{aligned}$$
(42)
$$\begin{aligned}&y_{j} \le y_{i}- s^d_{ij}c_k\;x_{ij}+Y_k (1-x_{ij})&i\in V_{0_k}, j\in V_{n_k}, i \ne j \end{aligned}$$
(43)
$$\begin{aligned}&y_{j} \le g_{i}- s^d_{ij}\;c_k\;x_{ij}+Y_k (1-x_{ij})&i\in S, j\in V_{n_k}, i \ne j \end{aligned}$$
(44)
$$\begin{aligned}&y_{i} \le g_{i}\le Y_k&i\in S \end{aligned}$$
(45)
$$\begin{aligned}&y_{0_k} = Y_k&\end{aligned}$$
(46)
$$\begin{aligned}&g_{i}-y_{i}= \sigma _{i}&i\in S \end{aligned}$$
(47)
$$\begin{aligned}&rw_{i}= \sigma _{i}&i\in S \end{aligned}$$
(48)
$$\begin{aligned}&\sum _{i\in V_{0_k}} x_{ij} = h_{j}&j \in J_k \end{aligned}$$
(49)
$$\begin{aligned}&x_{ij} \in \{0, 1\}&i\in V_{0_k}, j\in V_{n_k}, i \ne j \end{aligned}$$
(50)
$$\begin{aligned}&h_{j} \in \{0, 1\}&j \in J_k \end{aligned}$$
(51)
$$\begin{aligned}&w_{i}, g_{i}, \sigma _{i} \ge 0&i\in S \end{aligned}$$
(52)
$$\begin{aligned}&y_{i} \ge 0, t_{i} \ge 0&i\in V_{0_kn_k} \end{aligned}$$
(53)
The objective function (33) aims to minimize the total travelling cost of the EV k and the total penalty costs of jobs in \(J_k\) that are not served. Constraints (34) ensure that each job in \(J_k\) can be visited at most once. Constraints (35) guarantee that an EV can visit at most one CS within the planning horizon. Constraints (36) and (37) keep track of departures and arrivals from the depot, respectively. Constraints (38) guarantee the conservation of flow for each node that can be visited. Constraints (39) ensure that jobs are served within their predetermined time intervals. Constraints (40) ensure that the EV tour must be completed within the daily working time of the corresponding nurse. Constraints (41) and (42) calculate the node visit times considering travelling times between nodes, service times of jobs, and charging times at CSs. Constraints (43) and (44) calculate the SoC of the EV at the time of arrival of a node considering energy consumption during travelling. Constraints (45) define the limits of the SoC of the EV at the time of departure from a CS node. Constraints (46) ensure that the EV must start tour with full charge. Constraints (47) and (48) calculate the amount of energy charged and the charging duration, respectively. Constraints (49) determine whether job in \(J_k\) is served or not. Constraints (50)-(53) define the domains of decision variables.
After determining the route of the EV \(k\in K\) through the above model, the set of jobs that cannot be served, i.e., the ones having \(h_i=0\), are assigned to an eligible EV whose route has not been determined yet, using the roulette wheel selection procedure applied in line 13 of Algorithm 1. After the routes of all EVs are determined, the cost of the solution is calculated as the sum of travelling costs of all EVs, the fixed costs of utilized nurses, and the penalties associated with the unserved jobs. GRASP is run 1 time and generates the initial solution.

3.2 Adaptive variable neighborhood search algorithm

The variable neighborhood search (VNS) is an effective metaheuristic that can be applied to a large variety of combinatorial optimization problems (Mladenovic and Hansen 1997). The VNS represents a flexible framework for utilizing heuristics to address optimization problems. On the contrary of using single neighborhood structure, VNS systematically changes its neighborhood structures in search of an optimal solution (Hansen et al. 2016). Basic VNS algorithm consists of three steps: (1) shaking step, (2) improvement step, and (3) neighborhood change. The main goal of the shaking step is to escape from the local optimum via selecting a random solution from one of the predetermined neighborhood structures. The improvement step aims to find a better solution from the current neighborhood of the current solution. In the neighborhood change step, at each iteration, the neighborhood structure to be used is determined. Different versions of the VNS employ different neighborhood selection approaches (e.g., random, enlarging). There are several successful applications of adaptive neighborhood selection approaches (Li and Tian 2016). We propose an Adaptive VNS (AVNS) that selects the current neighborhood based on the past performance of neighborhoods (see Sect. 3.2.3).
Algorithm 2 presents the pseudocode of the AVNS. It starts with an initial solution, \(s^{initial}\), found by the GRASP heuristic proposed, and at each iteration, a neighborhood structure is chosen from the set of neighborhood structures NS based on their past performances. If the random neighboring solution \(s^{'}\) in the chosen neighborhood meets the acceptance criteria (see Sect. 3.2.4), the current solution, \(s^{current}\), is updated, and if the random neighboring solution \(s^{'}\) is better than the best solution \(s^{best}\), the best solution, \(s^{best}\) is also updated. At each iteration, the current score of the selected neighborhood, \(\psi ^{NS^{current}}\) is updated according to its performance (see section 3.2.3) and at every \(n^{adjust}\) iterations, weights of each neighborhood, \(w^x\) are updated. In order to avoid local minima, a special shaking procedure is used. The parameter \(n^{shake}\) refers to the shaking period and after each \(n^{shake}\) non-improving iterations, a random solution is generated using the shaking procedure (see Sect. 3.2.2). At each iteration, current temperature T is cooled by \(\gamma\) cooling rate and the algorithm is continuous as long as the stopping criteria (a maximum number of iterations \(iter^{max}\) or a maximum number of non-improving iterations \(iter^{non\_imp}\)) is not met.

3.2.1 Neighborhood structures

The proposed AVNS employs the following seven neighborhood structures that are specifically designed for the problem.
Job relocation A job is removed from the route of the EV, which it is currently assigned and assigned to another compatible EV to the best position in terms of cost. All such possible adjustments for all jobs are explored and the best one is applied.
Random vertical job swap Two jobs that are assigned to two different EVs and that can be interchanged in terms of competency compatibility are randomly selected and interchanged.
Unassigned job insertion A job from the current unassigned job set is assigned to a compatible EV to the best position in terms of cost. All such insertions are evaluated for all unassigned jobs and the best one is applied.
Greedy EV destruction The jobs assigned to the EV with the fewest number of jobs are transferred to another compatible EV, if possible, with the aim of eliminating the former EV.
Nurse-EV swap The assignment of two nurses to two EVs are interchanged, together with their jobs. The best interchange option in terms of cost, if exists, is applied.
Nurse swap The nurses of two EVs are interchanged preserving the nurse-job assignments. The best interchange option in terms of cost, if exists, is applied.
3-opt This operator is a special form of the k-opt algorithm (Dorigo et al. 2006). It involves removing three links (or edges) of a route an EV and reconnecting the route in the best of all eight possible ways. The 3-opt algorithm is applied separately for each EV.
In order to avoid infeasible solutions; the battery feasibility, time window feasibility, and competency feasibility of a candidate neighboring solution are checked first and only feasible neighboring solutions are evaluated with an acceptance criteria (see section 3.2.4). While checking the battery feasibility of each EV, all CS visits in its route are removed and starting from the first node visited, the SoC at each node visit is checked and the closest CS visit is inserted to the route when necessary.

3.2.2 Shaking procedure

The shaking procedure in VNS aims to resolve the local minima traps. Let \(s^{best}\) be the best-found solution at the time of appliance of the shaking procedure. A basic shaking procedure is based on choosing a random solution from one of \(N^{k^{th}} \in N\) of a given solution \(s^{best}\) (Hansen et al. 2016). In the shaking procedure, there is a balance between perturbing the solution and maintaining good aspects of the solution (Hemmelmayr et al. 2009). Moving far away from the best solution may degrade the algorithm performance, whereas making minor changes may result in the local minimum not being escaped. In order to escape from local minima traps, we employed a random relocation operator, where a random number of jobs between 1 and \(relocate^{max}\), are chosen and reassigned to EVs based on their resulting additional costs.

3.2.3 Weight adjustment procedure

We employed the weight adjustment procedure provided by (Yücel et al. 2022) to adjust the weights of neighborhood structures in NS. The score of each neighborhood structure \(x\in NS\), namely \(\psi ^{x}\), and the number of times the corresponding neighborhood structures \(x \in NS\) is used during the last adjustment period, namely \(\upsilon ^{x}\), are set to zero at the beginning of each adjustment period \(n^{adjust}\). Let \(w^{x}\) be the weight of the neighborhood structure \(x \in NS\). Once a neighborhood structure \(x \in NS\) is applied during an iteration, \(\psi ^{x}\) is increased by \(\Delta \psi\) according to the performance of the neighboring solution \(s^{'}\) obtained, where \(\Delta \psi\) is calculated based on Equation (54).
$$\begin{aligned} \Delta \psi = {\left\{ \begin{array}{ll} \alpha _{1}, &{} \hbox { if}\ c(s^{'})<c(s^{best})\\ \alpha _{2}, &{} \hbox { if}\ c(s^{'})<c(s^{current})\\ \alpha _{3}, &{} \text {if }c(s^{'})>c(s^{current}) \text { but accepted}\\ 0,&{} \text {otherwise}\\ \end{array}\right. } \end{aligned}$$
(54)
At the beginning of each adjustment period, weight of a neighborhood \(x \in N\) is calculated based on its current weight and its score at the end of the previous period based on Equation (55).
$$\begin{aligned} w^{x} = {\left\{ \begin{array}{ll} (1-\rho )w^{x} + \rho \; \psi ^{x}/\upsilon ^{x}&{} \hbox {, if}\ \upsilon ^{x}>0\\ (1-\rho )w^{x} &{} \text {, otherwise}\\ \end{array}\right. } \end{aligned}$$
(55)
where \(\rho\) is the reaction factor taking values in range [0, 1] and is used to adjust the influence of the recent success and past performance. When \(\rho\) is close to 1, the effect of the recent success increases, when it is close to 0, the effect of the past performance increases. The initial weight of each heuristic is set to 1/|N| and at the beginning of each adjustment period the selection probability of a heuristic \(x \in N\), p(x), is calculated based on Equation (56).
$$\begin{aligned} p(x) = \frac{w^{x}}{\sum _{x\in N} w^{x}} \end{aligned}$$
(56)

3.2.4 Acceptance criteria

We use the Metropolis criteria introduced by Metropolis et al. (1953) as the acceptance criteria in the proposed AVNS. It has been successfully used in many neighborhood search based heuristics. If a neighboring solution \(s^{'}\) is better than \(s^{current}\) (i.e. \(c(s^{'})<c(s^{current})\) where c(s) denotes the objective function value of solution s), then the solution \(s^{'}\) is always accepted and replaces \(s^{current}\). If a neighboring solution \(s^{'}\) is worse than \(s^{current}\), the solution \(s^{'}\) is accepted with probability of \(e^{-(c(s^{'}) -c(s^{current}))/T}\) where T denotes the current temperature. Based on the approach used in Pisinger and Ropke (2007), the initial temperature, \(T_0\), is set to a value that accepts a solution that is \(\phi\)% worse than the initial solution with \(\xi\)% probability. At each iteration, the current temperature is cooled with a cooling rate of \(\gamma\).

4 Computational experiments

We now present the results of our computational experiments. We first explain how the data used in computational analysis is generated in Sect. 4.1. We analyze the robustness of the proposed algorithms through changing the number of GRASP replications in Sect. 4.2. The performance contribution of employing adaptive probabilities of VNS is analyzed in Sect. 4.3. We then compare the performance of the GRASP and AVNS, and mathematical model on small and medium-sized instances in Sect. 4.4. We report the results of large-size instances in Sect. 4.5. We analyze the effects of the problem parameters (such as the number of competency types, the variance in job durations, the existence of synchronized jobs, and the heterogenity of the vehicle fleet) on the solutions in Sect. 4.6.
The mathematical model is implemented in Python and solved by CPLEX 20.1 with a run time limit of three hours. The proposed AVNS algorithm is implemented in Python. The computational experiments are conducted on a workstation with 64 GB of RAM and i7 2.3 GHz CPU. For each instance, an initial solution obtained through the proposed GRASP algorithm and the GRASP solution is improved through the proposed AVNS algorithm. For each instance, we performed 10 AVNS replications and the average and the standard deviation of the results and the best found solutions over 10 replications are reported. After a parameter tuning process conducted on small-size instances, the parameters of the GRASP and the AVNS algorithms are set as provided in Table 1.
Table 1
Parameters of the GRASP and the AVNS algorithms
 
Description
Value
Parameters of GRASP
1
time window coefficient, \(\Omega ^{t}\)
0.10
2
fixed cost coefficient, \(\Omega ^{f}\)
0.40
3
competency level coefficient, \(\Omega ^{u}\)
0.50
4
number of GRASP replications, \(GRASP^{rep}\)
1
Parameters of AVNS
1
maximum number of non-improving iteration \(iter^{max\_non\_imp}\)
1000
2
maximum number of iteration, \(iter^{max}\)
10,000
3
initial temperature determination parameter-1 (%), \(\phi\)
50
4
initial temperature determination parameter-2 (%), \(\xi\)
50
5
cooling rate, \(\gamma\)
0.99
6
reaction factor, \(\rho\)
0.50
7
weight adjustment period, \(n^{adjust}\)
25
8
shaking period, \(n^{shake}\)
100
9
score increased for improving the best found solution, \(\alpha _{1}\)
70
10
score increased for improving the current solution, \(\alpha _{2}\)
50
11
score increased for non-improving but accepted solutions, \(\alpha _{3}\)
20
12
maximum number of jobs to be relocated, \(relocate^{max}\)
6

4.1 Data

We used both synthetic data based on the literature and real-world data to generate our benchmark instances. In all instances, nurse working hours start at 8 a.m. and finish at 5 p.m. The fixed cost of a nurse, \(\alpha _n^N\), is calculated between 400 and 600 based on the daily salary of a nurse according to Medisozluk (2020), and her/his competency levels. There are two competency types, i.e., \(\mid U\mid =2\), and there are three levels for each.
Patient locations are generated based on the "Address Based Population Registration System" database of Turkish Statistical Institute (2020), which provides the population data for each province, district, and neighborhood of the city of Ankara province. Two different location selection methods are used to determine the patient locations: (1) random selection, rs in short, and (2) weighted random selection, wrs in short. In rs, patient locations are chosen randomly from the neighborhoods of Ankara. In wrs, patient locations are chosen randomly from the neighborhoods of Ankara based on their populations. The depot location of each vehicle is set as a random one of the public hospitals. Finally, the exact locations of the CSs are determined by use of Google Maps API (ZES 2020). The distance matrix, i.e., \(s_{ij}^d\)’s, is generated based on the Haversine formula (Movable Type Scripts 2020).
The EV fleet has three types of EVs (types a, b, and c) that differ in capacity and energy consumption. Consumption rates of EV type a, b, and c are 0.158 kWh, 0.158 kWh, and 0.165 kWh, respectively. Traveling cost is calculated by multiplying the unit consumption rate by the unit electricity cost in kWh. The battery capacities of EV types a, b and c are 26.8, 32.3, and 52, respectively. The EV speed to be used for travel times is determined as 55 km/h based on the study by (Gupta et al. 2017). In order to serve as many jobs as possible, the cost of not serving a patient job is set to \(\alpha _{j}^P=800, \forall j \in J\).
We generated small-, medium- and large-size instances. Small-size instances have 10 jobs, medium-size instances have 20 or 30 jobs, and large-size instances have 40, 50, or 60 jobs. There are 10 instances generated with rs method and 10 instances generated with wrs method for each job set size, up to 30 jobs. Therefore, a total of 3x10x2=60 small- and medium-size instances are generated. The following naming convention is used for the small- and medium-size instances, where “j” refers to the number of jobs, “n” to the number of nurses, “cs” to the number of CSs, “s” to the number of competency types, “w” to wide time windows for jobs, “t” to narrow time windows for jobs, “sy” to the number of synchronized jobs, “R” to rs method, and “W" to wrs method. For example, the instance “10j3n3cs2s-w-1sy-R4” refers to the fourth instance having 10 randomly selected jobs with wide time windows, three nurses, three CS, two types of competences, and one synchronized job.
In order to analyze the effect of the problem parameters, large-size instances are divided into seven groups as G1-G7. The groups differ in the location selection method (rs or wrs), charger type (super-fast or fast), the existence of competency requirement (1, corresponding to the case where there is one competency type with 3 levels, or 0, corresponding to the case where all jobs require the same competency), the percentage of synchronized jobs among all jobs (0% or 10 %), and job duration (randomly selected in [20, 60] or randomly selected in [10, 90] minutes) as provided in Table 2.
Table 2
Features of large-size instance groups
Group
Location generation method
Charger type(kW/h)
\(\mid U\mid\)
% of synchronized jobs
Job durations
G1
rs
Fast (0.183)
0
0
randomly selected in [20, 60]
G2
rs
Super-fast (0.883)
0
0
randomly selected in [20, 60]
G3
wrs
Fast (0.183)
0
0
randomly selected in [20, 60]
G4
wrs
Super-fast (0.883)
0
0
randomly selected in [20, 60]
G5
rs
Fast (0.183)
1
0
randomly selected in [20, 60]
G6
rs
Fast (0.183)
1
0
randomly selected in [10, 90]
G7
rs
Fast (0.183)
1
10
randomly selected in [20, 60]
For e.g., for instances in group G1, rs is used for job locations, fast charger type is used, all jobs have the same competency requirement, there is no synchronized job and the variance in job durations is low. The following naming convention is used for large-size instances, where “j” refers to the number of jobs, which can be 40, 50, or 60; "G" refers to the group name. For e.g., the instance "40j-G1–1” refers to the first instance in group G1 having 40 jobs. Therefore, a total of 3x7x2=42 large-size instances are generated. The generated data is publicly available at Cebeci et al. (2023).

4.2 An analysis on the robustness of algorithms

In order to analyze the robustness of the GRASP algorithm, we ran the GRASP algorithm with varying number of replications (1, 50, or 100) on instances having 20 and 40 jobs and compared the best found solution among the replications. In addition, to analyze how the solution quality and the run time of the proposed AVNS is affected by the initial solution, we started the AVNS with the best found solution of the GRASP algorithm having varying number of replications. In Table 3, for instances having 20 jobs and 40 jobs separately, we report the average, minimum, and maximum values of the best objective function values and total run times of the GRASP with one replication and the AVNS starting with that GRASP solution. In addition, in the table we provide the comparison of the GRASP with 50 and 100 replications and the AVNS starting with those GRASP solutions with the GRASP with one replication and the AVNS starting with that solution in terms of the average, minimum, and maximum values of best objective improvement percentages and the run time increase percentages for the GRASP and AVNS solutions generated with varying number of replications of the GRASP.
Table 3
Comparative results for varying replication sizes of the GRASP algorithm
Instance
 
1 GRASP Replication
1 GRASP Replication vs. 50 GRASP Replications
1 GRASP Replication vs. 100 GRASP Replications
Group
 
GRASP
GRASP
AVNS
AVNS
GRASP
GRASP
AVNS
AVNS
GRASP
GRASP
AVNS
AVNS
  
Best Obj
Time (s)
Best Obj
Time (s)
Best Obj. Imp. (%)
Time (s)
Best Obj. Imp. (%)
Time (s)
Best Obj. Imp. (%)
Time (s)
Best Obj. Imp. (%)
Time (s)
20 jobs
avg
2917.22
<1
1771.80
31.55
5.30
37.33
0.00
24.32
4.90
72.32
0.01
20.45
min
2268.00
<1
1000.93
25.00
\(-\)20.74
27.29
\(-\)0.18
12.85
\(-\)20.49
53.01
\(-\)0.26
14.40
max
4353.90
<1
3623.65
40.00
19.96
53.12
0.12
59.81
23.80
120.77
0.11
41.72
40 jobs
avg
7602.64
29.71
3381.66
182.71
9.86
181.29
\(-\)0.03
180.88
13.06
329.68
\(-\)0.01
198.94
min
5378.24
26.00
2496.32
105.00
\(-\)3.48
166.71
\(-\)0.21
125.50
\(-\)3.64
301.20
\(-\)0.54
118.41
max
9703.98
35.00
5535.63
246.00
18.53
202.13
0.21
246.88
19.57
353.92
0.35
424.82
According to the results provided in Table 3, the best solution found in the GRASP algorithm decreased by at most 20.49 % or increased by at most 23.80 % when the number of replications increased from 1 to 50 or 100. This is an expected result of the randomness in the GRASP framework and demonstrates that the robustness of the GRASP can vary depending on the problem instance. On the other hand, the percentage change in the best found solution of the AVNS algorithm is less than 1%, demonstrating the robustness of the proposed AVNS with respect to the initial solution quality. Based on this observation and long GRASP run times for a higher number of GRASP replications, we set the number of GRASP replications to 1 in the remaining analysis.

4.3 An analysis on the performance contribution of employing adaptive probabilities

In order to analyze the performance contribution of employing adaptive probabilities for neighborhood structures in VNS, we compared the results of the proposed heuristic (AVNS) with and without adaptive component on instances having 20 and 40 jobs. The version of the proposed heuristic without adaptive component is referred to as the VNS. In Table 4, for instances having 20 and 40 jobs, we report the average, minimum, and maximum values of the best objective function values and total run times of the AVNS and its starting solution GRASP. In addition, in the table we report the comparison of the AVNS and VNS in terms of the average, minimum, and maximum values of best objective improvement percentages of the VNS solutions compared to AVNS solutions and the run time increase percentages of the VNS compared to AVNS.
Table 4
Comparative results for AVNS and VNS
Instance
 
AVNS
AVNS vs. VNS
Group
 
GRASP
AVNS
VNS
VNS
  
Best Obj
Time (s)
Best Obj
Time (s)
Best Obj. Imp. (%)
Time Inc. (%)
 
Avg
2917.22
<1
1771.80
31.55
\(-\)3.72
0.70
20 jobs
Min
2809.00
<1
1000.93
32.00
\(-\)1.11
30.28
 
Max
4353.90
<1
3623.65
29.00
\(-\)9.92
19.98
 
Avg
7602.64
29.71
3381.65
153.00
\(-\)5.84
11.97
40 jobs
Min
7199.48
30.00
2496.32
75.00
\(-\)1.13
\(-\)40.55
 
Max
9703.98
30.00
5535.632
208.00
\(-\)12.71
91.26
The results in Table 4 shows that removing the adaptive component from the AVNS leads to 3.72 % decrease on the average (1.11% min. and 9.92% max.) in the best found objective value for instances having 20 jobs, and 5.84 % decrease on the average (1.13% min. and 12.71% max.) in the best found objective value for instances having 40 jobs. In addition, although it cannot be generalized for all instances, the adaptive component can lead to a run time improvement in the overall search process. We also note that in the proposed constructive matheuristic, GRASP framework primarily addresses the job-nurse assignment component of the problem, while the routing aspect for each nurse is managed through the mathematical model. Since the Traveling Salesman Problem (TSP) is a special case of the routing problem solved for each nurse, as observed in Table 4, the solution time of the constructive matheuristic tends to increase significantly as the number of jobs increases.

4.4 Comparative results on small- and medium-size instances

This section compares the performance of the GRASP and the AVNS with the mathematical model on small- and medium-size instances. Tables 56 and 7 provide the results for small- and medium-size instances having 10, 20, and 30 jobs, respectively. For each instance the objective function value of best found solution, the number of EVs used, the number of unserved jobs, and the run times are reported for the MIP and the AVNS, in addition to the objective function value of the GRASP solution.
Table 5
Comparative results of the small-size instances (having 10 jobs)
Instance
MIP
GRASP
AVNS
MIP-GRASP
MIP-AVNS
GRASP-AVNS
 
Best
# of
# of Unserved
Time
Best
Time
Best
# of
# of Unserved
Time
Diff
Diff
Imp
 
Obj
EVs
Jobs
(s)
Obj
(s)
Obj
EVs
Jobs
(s)
(%)
(%)
(%)
10j3n3cs0s-md-w-0sy-W1
2596.30
3
1
< 10
2599.12
< 1
2596.30
3
1
< 10
\(-\)0.1
0.0
0.1
10j3n3cs1s-md-w-0sy-W2
1815.17
3
0
< 10
1823.42
< 1
1815.17
3
0
< 10
\(-\)0.5
0.0
0.5
10j3n3cs1s-md-t-0sy-W3
1836.09
3
0
< 10
1862.40
< 1
1836.09
3
0
< 10
\(-\)1.4
0.0
1.4
10j3n3cs1s-md-w-0sy-W4
2513.55
3
1
< 10
2522.99
< 1
2513.55
3
1
< 10
\(-\)0.4
0.0
0.4
10j3n3cs2s-md-w-0sy-W5
1112.47
2
0
< 10
1217.00
< 1
1112.47
2
0
< 10
\(-\)9.4
0.0
8.6
10j3n3cs2s-md-w-0sy-W6
1835.22
2
1
< 10
2494.35
< 1
1835.22
2
1
< 10
\(-\)35.9
0.0
26.4
10j3n3cs2s-md-t-0sy-W7
2530.69
3
1
< 10
3144.94
< 1
2530.69
3
1
< 10
\(-\)24.3
0.0
19.5
10j3n3cs2s-md-t-0sy-W8
2597.23
3
1
< 10
3126.15
< 1
2597.23
3
1
< 10
\(-\)20.4
0.0
16.9
10j3n3cs2s-md-t-0sy-W9
1170.13
2
0
< 10
1799.39
< 1
1170.13
2
0
< 10
\(-\)53.8
0.0
35.0
10j3n3cs2s-md-w-2sy-W10
1862.20
3
0
< 10
2639.69
< 1
1862.20
3
0
< 10
\(-\)41.8
0.0
29.5
10j3n3cs0s-md-w-0sy-R1
1677.52
3
0
< 10
1750.57
< 1
1677.52
3
0
< 10
\(-\)4.4
0.0
4.2
10j3n3cs1s-md-w-0sy-R2
2645.21
3
1
< 10
3412.11
< 1
2645.21
3
1
< 10
\(-\)29.0
0.0
22.5
10j3n3cs1s-md-t-0sy-R3
2478.36
3
1
< 10
2479.98
< 1
2478.36
3
1
< 10
\(-\)0.1
0.0
0.1
10j3n3cs1s-md-w-0sy-R4
2425.92
2
2
< 10
2496.56
< 1
2425.92
2
2
< 10
\(-\)2.9
0.0
2.8
10j3n3cs2s-md-w-0sy-R5
2598.26
3
1
< 10
2610.98
< 1
2598.26
3
1
< 10
\(-\)0.5
0.0
0.5
10j3n3cs2s-md-w-0sy-R6
2429.78
2
2
< 10
2536.13
< 1
2429.78
2
2
< 10
\(-\)4.4
0.0
4.2
10j3n3cs2s-md-t-0sy-R8
1151.94
2
0
< 10
1359.67
< 1
1151.94
2
0
< 10
\(-\)18.0
0.0
15.3
10j3n3cs2s-md-t-0sy-R9
2416.14
3
1
< 10
2515.04
< 1
2416.14
3
1
< 10
\(-\)4.1
0.0
3.9
10j3n3cs2s-md-w-2sy-R10
1898.30
3
0
< 10
2765.95
< 1
1898.30
3
0
< 10
\(-\)45.7
0.0
31.4
       
Min
2
0
< 10
\(-\)53.8
0.0
0.07
       
Max
3
2
< 10
\(-\)0.1
0.0
34.97
       
Avg
2.7
0.6
< 10
\(-\)14.9
0.0
11.25
Table 6
Comparative results of the medium-size instances having 20 jobs
Instance
MIP
GRASP
AVNS
MIP-GRASP
MIP-AVNS
GRASP-AVNS
Best
# of
# of Unserved
Time
Best
Time
Best
# of
# of Unserved
Time
Diff
Diff
Imp
Obj
EVs
Jobs
(s)
Obj
(s)
Obj
EVs
Jobs
(s)
(%)
(%)
(%)
20j6n4cs0s-md-w-0sy-W1
1501.19
3
0
10,800
2809.00
< 1
1000.93
2
0
32
\(-\)87.1
33.3
64.4
20j6n4cs1s-md-w-0sy-W2
2088.04
4
0
10,800
2811.13
< 1
2075.86
4
0
28
\(-\)34.6
0.6
26.2
20j6n4cs1s-md-t-0sy-W3
1559.02
3
0
10,800
2268.00
< 1
1529.31
3
0
25
\(-\)45.5
1.9
32.6
20j6n4cs1s-md-w-0sy-W4
1576.56
3
0
10,800
2900.74
< 1
1549.10
3
0
35
\(-\)84.0
1.7
46.6
20j6n4cs2s-md-w-0sy-W5
1118.97
2
0
10,800
2796.20
< 1
1118.07
2
0
38
\(-\)149.9
0.1
60.0
20j6n4cs2s-md-w-0sy-W6
2141.95
4
0
10,800
2831.38
< 1
1637.02
3
0
29
\(-\)32.2
23.6
42.2
20j6n4cs2s-md-t-0sy-W7
1626.81
3
0
10,800
2898.84
< 1
1612.78
3
0
29
\(-\)78.2
0.9
44.4
20j6n4cs2s-md-t-0sy-W8
1706.18
3
0
10,800
2469.46
< 1
1702.76
3
0
25
\(-\)44.7
0.2
31.0
20j6n4cs2s-md-t-0sy-W9
1681.91
3
0
10,800
2923.21
< 1
1671.98
3
0
30
\(-\)73.8
0.6
42.8
20j6n4cs2s-md-w-2sy-W10
1668.91
3
0
10,800
2832.74
< 1
1656.38
3
0
37
\(-\)69.7
0.8
41.5
20j6n4cs0s-md-w-0sy-R1
1623.43
3
0
10,800
3001.47
< 1
1601.46
3
0
27
\(-\)84.9
1.4
46.6
20j6n4cs1s-md-w-0sy-R2
2174.20
4
0
10,800
3011.82
< 1
2173.67
4
0
32
\(-\)38.5
0.0
27.8
20j6n4cs1s-md-t-0sy-R3
2139.52
4
0
10,800
2920.49
< 1
1652.02
3
0
36
\(-\)36.5
22.8
43.4
20j6n4cs1s-md-w-0sy-R4
1613.73
3
0
10,800
2806.50
< 1
1592.26
3
0
28
\(-\)73.9
1.3
43.3
20j6n4cs2s-md-w-0sy-R5
1725.45
3
0
10,800
2955.26
< 1
1710.85
3
0
40
\(-\)71.3
0.8
42.1
20j6n4cs2s-md-w-0sy-R6
1657.97
3
0
10,800
2879.13
< 1
1643.80
3
0
33
\(-\)73.7
0.9
42.9
20j6n4cs2s-md-t-0sy-R7
3676.26
5
1
10,800
4353.90
< 1
3623.65
5
1
29
\(-\)18.4
1.4
16.8
20j6n4cs2s-md-t-0sy-R8
2273.01
4
0
10,800
2916.10
< 1
1879.20
3
0
39
\(-\)28.3
17.3
35.6
20j6n4cs2s-md-t-0sy-R9
2265.40
4
0
10,800
2967.48
< 1
2257.82
4
0
31
\(-\)31.0
0.3
23.9
20j6n4cs2s-md-w-2sy-R10
2283.17
4
0
10,800
2991.55
< 1
1747.01
3
0
28
\(-\)31.0
23.5
41.6
       
Min
2
0
25
\(-\)149.9
0.0
16.8
       
Max
5
1
40
\(-\)18.4
33.3
64.4
       
Avg
3.2
0.1
31.6
\(-\)59.4
6.7
39.8
Table 7
Comparative results on medium-size instances having 30 jobs
Instance
MIP
GRASP
AVNS
MIP-GRASP
MIP-AVNS
GRASP-AVNS
Best
# of
# of Unserved
Time
Best
Time
Best
# of
# of Unserved
Time
Diff
Diff
Imp
Obj
EVs
Jobs
(s)
Obj
(s)
Obj
EVs
Jobs
(s)
(%)
(%)
(%)
30j10n5cs0s-md-w-0sy-W1
2468.03
5
0
10,800
4837.24
3
1935.54
4
0
104
\(-\)96.0
21.6
60.0
30j10n5cs1s-md-w-0sy-W2
2472.76
5
0
10,800
4490.47
4
1945.24
4
0
84
\(-\)81.6
21.3
56.7
30j10n5cs1s-md-t-0sy-W3
2446.53
5
0
10,800
4404.14
4
1963.69
4
0
67
\(-\)80.0
19.7
55.4
30j10n5cs1s-md-w-0sy-W4
2451.95
5
0
10,800
3372.34
4
2429.96
5
0
94
\(-\)37.5
0.9
27.9
30j10n5cs2s-td-w-0sy-W5
2445.96
5
0
10,800
4236.49
3
1918.27
4
0
48
\(-\)73.2
21.6
54.7
30j10n5cs2s-wd-w-0sy-W6
2547.62
4
0
10,800
4320.42
5
2001.38
4
0
75
\(-\)69.6
21.4
53.7
30j10n5cs2s-wd-t-0sy-W7
2476.05
5
0
10,800
4330.03
4
1955.82
4
0
71
\(-\)74.9
21.0
54.8
30j10n5cs2s-wd-t-0sy-W8
2562.10
5
0
10,800
4378.92
4
2021.35
4
0
96
\(-\)70.9
21.1
53.8
30j10n5cs2s-wd-t-0sy-W9
1958.39
4
0
10,800
4328.67
3
1937.52
4
0
62
\(-\)121.0
1.1
55.2
30j10n5cs2s-wd-w-2sy-W10
4073.24
5
2
10,800
4307.45
4
2464.30
5
0
67
\(-\)5.7
39.5
42.8
30j10n5cs0s-md-w-0sy-R1
3030.42
6
0
10,800
4621.91
5
2526.86
5
0
62
\(-\)52.5
16.6
45.3
30j10n5cs1s-md-w-0sy-R2
2492.15
5
0
10,800
4276.42
4
1952.76
4
0
92
\(-\)71.6
21.6
54.3
30j10n5cs1s-md-t-0sy-R3
3098.16
6
0
10,800
4714.52
4
2572.14
5
0
104
\(-\)52.2
17.0
45.4
30j10n5cs1s-md-w-0sy-R4
3053.95
6
0
10,800
4498.27
4
2505.24
5
0
80
\(-\)47.3
18.0
44.3
30j10n5cs2s-td-w-0sy-R5
2743.28
5
0
10,800
4580.94
4
2097.95
4
0
64
\(-\)67.0
23.5
54.2
30j10n5cs2s-wd-w-0sy-R6
3162.59
6
0
10,800
4635.34
4
2744.99
5
0
67
\(-\)46.6
13.2
40.8
30j10n5cs2s-wd-t-0sy-R7
2650.60
5
0
10,800
5326.18
4
2607.46
5
0
83
\(-\)100.9
1.6
51.0
30j10n5cs2s-wd-t-0sy-R8
3127.80
6
0
10,800
4498.19
4
2563.55
5
0
61
\(-\)43.8
18.0
43.0
30j10n5cs2s-wd-t-0sy-R9
3111.50
6
0
10,800
5712.43
4
3067.68
6
0
95
\(-\)83.6
1.4
46.3
30j10n5cs2s-wd-w-2sy-R10
5217.25
7
2
10,800
5348.31
3
2787.79
5
0
101
\(-\)2.5
46.6
47.9
       
Min
4
0
48
\(-\)121.0
0.9
27.9
       
Max
6
0
104
\(-\)3.0
46.6
60.0
       
Avg
4.6
0.0
78.9
\(-\)63.9
18.3
49.4
According to the Table 5, all small-size instances can be solved to optimality by both the MIP and the AVNS within 10 s. The AVNS improves the GRASP solution by 11% on the average.
According to the results in Table 6, for medium-size instances having 20 jobs, the MIP cannot guarantee the optimality within 3 h for any instance and the AVNS provides 6.7% better results on the average within 40 s. The number of EVs used in the AVNS are fewer than the MIP in 5 out of 20 instances. The AVNS improves the GRASP solution by 39.8% on the average.
According to the results in Table 7, for medium-size instances with 30 jobs, the MIP cannot guarantee the optimality within 3 h and compared to the MIP, the AVNS provides 18.3% better results on average (46.6% max., 0.9% min) within 2 min. The number of EVs used in the AVNS solutions are fewer than the MIP solutions in 15 out of 20 instances. The AVNS improves the GRASP solution by 49.4% on average.
Table 8 provides the average results for small- and medium-size instances in terms of the best objective value and the solution time for the MIP, GRASP, and AVNS, and the percentage differences between the best found solutions. Table 8 shows that as the number of jobs increases, the difference between the quality of the best found solutions of the AVNS and the MIP and the improvement percentage of the AVNS on the GRASP solution increase.
Table 8
Average results on small- and medium-size instances
|J|
MIP
GRASP
AVNS
Best Obj
Time (s)
Best Obj
Time (s)
MIP-GRASP Diff (%)
Best Obj
Time (s)
MIP-AVNS Diff (%)
GRASP-AVNS Imp (%)
10
2070.14
< 10
2345.49
< 1
\(-\)14.9
2070.14
< 10
0
11.2
20
1905.08
10,800
2889.89
< 1
\(-\)59.4
1786.73
32
6.7
39.8
30
2879.52
10,800
4691.62
3.9
\(-\)63.9
2258.54
88
18.3
49.4

4.5 Results on large-size instances

The results of the proposed GRASP and AVNS algorithms for large-size instances having 50 jobs are presented in Table 9 and the results of the instances that have 40 and 60 jobs are presented in Tables 16 and 17 in the Appendix. The tables report the objective function value for the best solutions found in GRASP and AVNS, the solution time of AVNS, the share of each cost term in the total cost of the AVNS solutions and the percentage improvement of AVNS in the GRASP solutions.
Table 9 indicates that AVNS improves the GRASP solution by 61.3% on average (49.1% minimum) in at most 11 min. The fixed nurse costs account for 87.6% on the average of the total cost and the travel costs account for 7.9% on the average. The unserved jobs occur in 4 out of 14 instances leading to a share in between 14.3\(\%\) and 18\(\%\). The results in Table 16 show that the AVNS improves the GRASP solution by 55.5% on the average (43.0% minimum) within at most 4 min. The fixed nurse cost has the largest share in all instances accounting for 89.9% of the total cost on the average. The travelling cost accounts for 6.2% of the total cost on the average, demonstrating the need for efficient routing. In 3 out of 14 instances, there are unserved jobs leading to an unserved job cost share in between 14.5\(\%\) and 20.7\(\%\). Table 17 indicates that the AVNS improves the GRASP solution by 60.1% on the average (44.6% min) within at most 16 min. The fixed nurse costs account for 80.4% on the average of the total cost and the travel costs account for 9.9% on the average. The unserved jobs occur in half of 14 instances leading to a share in between 12.1\(\%\) and 35.9\(\%\).
Table 9
GRASP and AVNS results for instances with 50 jobs
Instance
GRASP
AVNS
GRASP-AVNS
 
Best Obj
Time (s)
Best Obj
Time (s)
Fixed Nurse Cost (%)
Travelling Cost (%)
Unserved Job Cost(%)
Imp (%)
50j-G1–1
8293.67
62
3594.40
479
91.8
8.2
0.0
56.7
50j-G1–2
11808.35
57
3561.78
269
92.7
7.3
0.0
79.8
50j-G2–1
9680.82
56
2615.12
353
87.9
12.1
0.0
73.0
50j-G2–2
9153.51
58
3661.45
324
90.1
9.9
0.0
60.0
50j-G3–1
10699.81
60
4890.73
426
77.7
5.9
17.1
54.3
50j-G3–2
9322.02
60
3046.92
427
93.5
6.5
0.0
67.3
50j-G4–1
9725.85
55
3505.86
282
94.1
5.9
0.0
64.0
50j-G4–2
9279.71
57
2942.83
229
95.1
4.9
0.0
68.3
50j-G5–1
7835.76
58
3603.96
226
91.6
8.4
0.0
54.0
50j-G5–2
10157.95
62
4595.54
575
93.6
6.4
0.0
54.8
50j-G6–1
12360.55
59
3831.33
321
90.0
10.0
0.0
69.0
50j-G6–2
12511.05
63
4445.16
372
77.6
4.4
18.0
64.5
50j-G7–1
11942.40
64
5581.73
416
77.0
8.6
14.3
53.3
50j-G7–2
10549.91
62
5365.91
224
73.6
11.5
14.9
49.1
   
Min
224
73.6
4.4
0.0
49.1
   
Max
575
95.1
12.1
18.0
73.0
   
Avg
351.8
87.6
7.9
4.5
61.3

4.6 Effects of problem parameters

This section analyzes the effects of the problem parameters such as the existence of simultaneous jobs, the level of variety in job durations, the existence of competency levels, synchronization, the dispersion of patient locations, and the heterogeneity of the vehicle fleet on the results.
The effect of the job location selection method is analyzed by comparing the average results of G1 and G2, in which wrs is used, with the average results of G3 and G4, in which rs is used. The comparative results are presented in Table 10 in terms of the best objective value, the value of each cost term in the objective function, and the average working, spare, service, and travel times of nurses.
Table 10
Effect of the dispersion of patient location (i.e., location selection method used in data generation) on results
Loc. Selection
Groups
Best
Fixed Nurse
Travelling
Unserved Job
Avg. Working
Avg. Spare
Avg. Service
Avg. Travel
Method
Obj
Cost
Cost
Cost
Time (min.)
Time (min.)
Time (min.)
Time (min.)
wrs
G1, G2
3669.30
3304.17
273.47
66.67
518.22
60.18
282.67
175.36
rs
G3, G4
4052.82
3266.67
319.49
466.67
520.95
42.47
269.19
209.27
According to Table 10, the total cost of AVNS solutions for instances using wrs method is 10% lower on the average than that of the instances using rs selection method. As job locations are more dispersed when rs is used and are closer when wrs is used, the average travel time and therefore, the share of the travelling cost is larger and the number of jobs that cannot be served is higher when rs is used although the average working and service times are close to each other for both cases. This table also shows that the average spare times are very low and nurses are efficiently utilized during the working day.
The effect of the competency requirement is analyzed by comparing the average results of G1, in which all jobs have identical competency requirement, with the average results of G5, in which each job requires a specific level (1, 2, or 3) from one competency type. The comparative results are presented in Table 11 in terms of the best objective value, the value of each cost term in the objective function, and the average working, spare, service, and travel times of nurses.
Table 11
Effects of the variety in job competency requirements on results
|U|
Group
Best
Fixed Nurse
Travelling
Unserved Job
Avg. Working
Avg. Spare
Avg. Service
Avg. Travel
Obj
Cost
Cost
Cost
Time (min.)
Time (min.)
Time (min.)
Time (min.)
0
G1
4088.89
3383.33
305.56
400.00
524.50
44.56
267.46
212.48
1
G5
4131.04
3550.00
297.71
266.67
522.36
58.16
272.38
191.82
According to Table 11, the fixed nurse costs are higher when jobs require different levels of competency (for group G1) and nurses can be utilized more efficiently (with lower spare time on the average) if each nurse can serve any job (for group G5). Although the unserved job cost for group G1 may be expected as lower than that of group G5, as G1 instances utilize fewer nurse, the unserved job cost for group G5 is smaller than that of group G1.
The effect of the variety in job durations is analyzed by comparing the average results of G5, in which job durations are random in between 20 and 60, with the average results of G6, in which job durations are random in between 10 and 90. The comparative results are presented in Table 12 in terms of the best objective value, the value of each cost term in the objective function, and the average working, spare, service, and travel times of nurses.
Table 12
Effects of the level of variety in job durations on results
Job
Group
Best
Fixed Nurse
Travelling
Unserved Job
Avg. Working
Avg. Spare
Avg. Service
Avg. Travel
Durations
Obj
Cost
Cost
Cost
Time (min.)
Time (min.)
Time (min.)
Time (min.)
random in [20, 60]
G5
4131.04
3550.00
297.71
266.67
522.36
58.16
272.38
191.82
random in [10, 90]
G6
4764.57
4066.67
297.90
400.00
522.79
70.68
284.92
167.2
According to Table 12, the results of instances having job durations in between 20 and 60 are 13% smaller on the average than that of the instances having job durations in between 10 and 90. The larger average and variance in job durations for group G6 result in longer service times for nurses, higher fixed nurse costs and larger unserved job costs.
The effect of the existence of synchronized jobs is analyzed by comparing the average results of G5, in which there is no synchronized job, with the average results of G7, in which 10 % of all jobs are synchronized jobs. The comparative results are presented in Table 13 in terms of the best objective value, the value of each cost term in the objective function, and the average working, spare, service, and travel times of nurses.
Table 13
Effects of the existence of synchronized jobs on results
% of
Group
Best
Fixed Nurse
Travelling
Unserved Job
Avg. Working
Avg. Spare
Avg. Service
Avg. Travel
Sync. Jobs
Obj
Cost
Cost
Cost
Time (min.)
Time (min.)
Time (min.)
Time (min.)
0
G5
4131.04
3550.00
297.71
266.67
522.36
58.16
272.38
191.82
10
G7
4812.23
3850.00
428.90
533.33
522.51
44.71
252.16
225.64
According to Table 13, the total cost of instances without synchronized jobs is 15% lower on the average than the instances having synchronized jobs. In group G7, in which 10% of all jobs are synchronized, 10% of patients require to be served by more than one nurse at the same time in the patient’s home. Therefore, more nurses are required and the fixed nurse cost in the G7 instances is 8% higher on the average than that of the G5 instances. Although the average working times for nurses are very close for these two groups; for G7 instances, the average nurse service times and travel times are longer and the average travelling cost and unserved job cost are significantly higher.
We analyze how the variety of vehicle types affects the results for large-size instances (G1-G7). To do this, we conduct a comparative assessment by contrasting the average results obtained when employing a homogeneous fleet comprising exclusively of type ’a’ vehicles (characterized by the lowest consumption rate and the smallest battery capacity) with those achieved using a mixed fleet of vehicles. These comparative findings are comprehensively presented in Table 14, encompassing the optimal objective value, the individual cost components within the objective function, as well as the average durations of nurses’ working, spare, service, and travel times.
Table 14
Effects of vehicle types on results
Vehicle
Group
Best
Fixed Nurse
Travelling
Unserved Job
Avg. Working
Avg. Spare
Avg. Service
Avg. Travel
Fleet
Obj
Cost
Cost
Cost
Time (min.)
Time (min.)
Time (min.)
Time (min.)
Homogeneous
G1 to G7
4250.59
3517.14
350.59
342.86
520.45
58.93
270.01
191.50
Heterogeneous
G1 to G7
4186.51
3488.33
354.36
323.81
520.85
51.32
270.98
198.55
Table 14 reveals that instances that utilize a heterogeneous fleet lead to a decrease in the objective function compared to those reliant on a homogeneous fleet. This result is mainly attributed to the larger battery capacity inherent in the heterogeneous fleet, which allows for more extensive travel without the need for recharging. Consequently, this leads to a reduction in the fixed nurse cost within these instances. Additionally, it is worth noting that the unserved job cost in scenarios involving a heterogeneous fleet is notably lower compared to instances with a homogeneous fleet. Although the average working time for nurses remains relatively consistent across both groups, instances leveraging a heterogeneous fleet tend to exhibit longer average travel times alongside shorter average spare times.

5 Conclusions

This paper delves into a practical challenge encompassing various facets such as heterogeneous electric vehicles, fast chargers, synchronized job scheduling, and time windows within the context of home healthcare routing and scheduling. The primary objective is the minimization of the total cost incurred, which comprises energy consumption, fixed nurse expenses, and the cost associated with unattended jobs. We have introduced a hybrid metaheuristic based on adaptive variable neighborhood search (AVNS) algorithm, which employs a GRASP algorithm that uses a more easily solvable submathematical model to obtain an initial solution. Our algorithms encompass several specialized heuristic mechanisms designed to address the unique intricacies of the problem. In particular, in our AVNS algorithm, we depart from the traditional variable neighborhood search by introducing adaptive probabilities to select each neighborhood, improving its problem-solving capabilities.
We have conducted extensive computational studies on small, medium and large instances. For small instances featuring 10 jobs, our hybrid metaheuristic algorithm consistently identifies optimal solutions in 10 s. In medium-sized instances involving 20 and 30 jobs, our metaheuristic yielded 6.7% and 18.3% better results on average, respectively, compared to MIP running with a three-hour time limit. Furthermore, we observed a significant improvement in the results of the constructive GRASP heuristic with the use of the hybrid metaheuristic. In other words, our metaheuristic has generated high-performance solutions in a short time, demonstrating its relevance for practical operations. We conducted additional computational experiments to explore the impact of various parameters of the problem. These factors include the presence of simultaneous jobs, the variety of job durations, the considerations of competency level, the heterogeneity of the vehicle fleet and the dispersion of the patient’s location. These analyses provide valuable insights into the problem sensitivity to these parameters. Finally, our study quantifies the advantages of using heterogeneous electric vehicles over homogeneous counterparts, offering practical guidance for decision-makers in home healthcare routing and scheduling.
Future work could explore the stochastic extensions of the current problem. Unforeseen events may occasionally occur, leading to delays in the provision of health services, which can compromise their quality or safety. Patients typically require multiple care interventions throughout the day, some of which may need to be carried out simultaneously, such as dressing, mobilizing, and bathing. Deterministic models overlook these kinds of real-life uncertainty, which can arise unexpectedly and consequently disrupt adherence to predetermined schedules. In the context of home health care, the primary sources of uncertainty are travel and service durations. These extensions could be addressed in future studies through specifically designed solution methods for stochastic programming such as stochastic mixed integer models, chance constrained models, metaheuristics, matheuristics, stochastic programming models with recourse, and simulations techniques. By incorporating stochastic elements, researchers can better capture the inherent uncertainties in home healthcare scheduling and routing, leading to more robust and effective solutions.

Acknowledgements

This work was supported by the Scientific and Technological Research Council of Türkiye (TÜBİTAK) under grant number 119M007. This support is gratefully acknowledged. The authors are indebted to Alican Yılmaz for his technical support. Thanks are due to two referees and associate editor for their valuable comments.
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://​creativecommons.​org/​licenses/​by/​4.​0/​.

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Anhänge

A. Appendix

See the Table 15.
Table 15
Summary of notation
Notation
Definition
Sets
 
J
Set of jobs
K
Set of EVs
S
Set of CSs
N
Set of nurses
U
Compentence types
V
Set of nodes including J and S, i.e., \(V=J \cup S\)
\(V_{0_k}\)
Set of nodes including V and the starting depot of EV \(k \in K\), i.e., \(V_{0_k}=V \cup \{0_k\}\)
\(V_{n_k}\)
Set of nodes including V and the depot of EV \(k \in K\), i.e., \(V_{n_k}=V \cup \{n_k\}\)
\(V_{0_k,n_k}\)
Set of all nodes that can be visited by EV \(k \in K\), i.e., \(V_{0_k,n_k}=V \cup \{0_k\, n_k\}\)
Parameters
\(s^d_{ij}\)
Distance of arc \((i,j) \in A\)
\(s_{ij}\)
Travelling time of arc \((i,j) \in A\)
\([a_i,b_i]\)
Time window of job \(i \in V\)
\([a_n,b_n]\)
Time window of nurse \(n \in N\)
\(d_i\)
Service duration of job \(i \in V\)
\(q_{iu}\)
Competency level requirement of job \(i \in V\) for type \(u \in U\)
\(q_{nu}\)
Competency level of nurse \(n \in N\) for type \(u \in U\)
\(Y_{k}\)
Battery capacity of EV \(k \in K\)
\(c_{k}\)
Consumption rate of EV \(k \in K\), i.e., the amount of energy consumed per unit instance
r
Recharging rate of EVs
\(p_{ij}\)
Binary parameter indicating whether jobs i,\(j \in J\) are synchronized or not
\(\alpha _{j}^P\)
Penalty cost of job \(j \in J\)
\(\alpha ^N_n\)
Fixed cost of utilizing a nurse \(n \in N\)
\(\alpha ^C\)
Unit energy cost of using fast chargers in a CS
Binary Variables
\(x_{ijk}\)
Binary variable indicating whether EV \(k \in K\) travels on arc \((i,j) \in A\) or not
\(z_{nk}\)
Binary variable indicating whether nurse \(n \in N\) is assigned to EV \(k \in K\) or not
\(h_{j}\)
Binary variable indicating whether job \(j \in J\) is served or not
Continuous Variables
\(y_{ik}\)
SoC of EV \(k \in K\) at the arrival time of node \(i \in V\)
\(g_{ik}\)
SoC of EV \(k \in K\) at the departure time of CS \(i \in S\)
\(t_{ik}\)
Starting time of EV \(k \in K\) at node \(i \in V\)
\(w_{ik}\)
Charge duration of EV \(k \in K\) at CS \(i\in S\)
\(\sigma _{ik}\)
Amount of recharged energy at CS \(i\in S\) for EV \(k \in K\)

A.1 GRASP and AVNS results for instances with 40 and 60 jobs

See the Tables 16 and 17.
Table 16
GRASP and AVNS results for instances with 40 jobs
Instance
GRASP
AVNS
GRASP-AVNS
Best Obj
Time (s)
Best Obj
Time (s)
Fixed Nurse Cost (%)
Travelling Cost (%)
Unserved Job Cost(%)
Imp (%)
40j-G1–1
8698.46
27
3866.14
144
73.7
5.6
20.7
55.6
40j-G1–2
6632.31
29
3042.50
217
93.7
6.3
0.0
54.1
40j-G2–1
8012.82
26
3101.47
212
91.9
8.1
0.0
61.3
40j-G2–2
8035.67
31
3879.65
91
73.5
5.9
20.6
51.7
40j-G3–1
7946.11
35
3042.91
193
93.7
6.3
0.0
61.7
40j-G3–2
7412.32
32
3042.33
175
93.7
6.3
0.0
59.0
40j-G4–1
7199.49
30
2496.32
75
94.1
5.9
0.0
65.3
40j-G4–2
5378.24
27
2978.89
136
95.7
4.3
0.0
44.6
40j-G5–1
7269.29
26
3544.35
153
94.5
5.5
0.0
51.2
40j-G5–2
7587.07
30
3056.06
103
93.3
6.7
0.0
59.7
40j-G6–1
7564.80
31
3603.59
215
93.0
7.0
0.0
52.4
40j-G6–2
9703.98
30
5535.63
208
80.4
5.2
14.5
43.0
40j-G7–1
7660.90
33
3003.14
124
94.9
5.1
0.0
60.8
40j-G7–2
7335.52
29
3150.17
96
92.1
7.9
0.0
57.1
   
Min
75
73.5
4.3
0.0
43.0
   
Max
217
95.7
8.1
20.7
65.3
   
Avg
153
89.9
6.2
4.0
55.5
Table 17
GRASP and AVNS results for instances with 60 jobs
Instance
GRASP
AVNS
GRASP-AVNS
Best Obj
Time (s)
Best Obj
Time (s)
Fixed Nurse Cost (%)
Travelling Cost (%)
Unserved Job Cost(%)
Imp (%)
60j-G1–1
11495.21
116
4856.17
768
87.5
12.5
0.0
57.8
60j-G1–2
13053.68
117
5612.37
351
66.8
4.7
28.5
57.0
60j-G2–1
14020.07
120
6680.52
846
57.6
6.4
35.9
52.4
60j-G2–2
12442.22
119
4162.29
536
90.1
9.9
0.0
66.5
60j-G3–1
12444.33
119
4234.01
852
89.8
10.2
0.0
66.0
60j-G3–2
11238.45
117
4298.25
370
87.2
12.8
0.0
61.8
60j-G4–1
12601.12
122
4173.88
460
92.0
8.0
0.0
66.9
60j-G4–2
10917.84
121
4374.58
856
84.6
15.4
0.0
59.9
60j-G5–1
14128.29
116
5115.26
616
73.3
11.1
15.6
63.8
60j-G5–2
13400.17
119
4771.09
781
78.6
4.6
16.8
64.4
60j-G6–1
14645.61
121
6629.85
836
79.9
8.0
12.1
54.7
60j-G6–2
10934.01
121
4541.85
501
84.8
15.2
0.0
58.5
60j-G7–1
11460.23
122
6344.15
579
76.4
10.9
12.6
44.6
60j-G7–2
14130.34
119
5428.29
499
78.3
7.0
14.7
61.6
   
Min
351
57.6
4.7
0.0
44.6
   
Max
836
92.0
15.4
35.9
67.7
   
Avg
632.2
80.4
9.9
9.7
60.1
Literatur
Zurück zum Zitat Afifi S, Dang DC, Moukrim A (2016) Heuristic solutions for the vehicle routing problem with time windows and synchronized visits. Optim Lett 10:511–525CrossRef Afifi S, Dang DC, Moukrim A (2016) Heuristic solutions for the vehicle routing problem with time windows and synchronized visits. Optim Lett 10:511–525CrossRef
Zurück zum Zitat Akbari V, Sadati İ, Salman FS, Shiri D (2023) Minimizing total weighted latency in home healthcare routing and scheduling with patient prioritization. OR Spect 45:807–852CrossRef Akbari V, Sadati İ, Salman FS, Shiri D (2023) Minimizing total weighted latency in home healthcare routing and scheduling with patient prioritization. OR Spect 45:807–852CrossRef
Zurück zum Zitat Akjiratikarl C, Yenradee P, Drake PR (2007) PSO-based algorithm for home care nurse scheduling in the UK. Comput Ind Eng 53:559–583CrossRef Akjiratikarl C, Yenradee P, Drake PR (2007) PSO-based algorithm for home care nurse scheduling in the UK. Comput Ind Eng 53:559–583CrossRef
Zurück zum Zitat Bazirha M, Kadrani A, Benmansour R (2023) Stochastic home health care routing and scheduling problem with multiple synchronized services. Ann Oper Res 320(2):573–601CrossRef Bazirha M, Kadrani A, Benmansour R (2023) Stochastic home health care routing and scheduling problem with multiple synchronized services. Ann Oper Res 320(2):573–601CrossRef
Zurück zum Zitat Begur SV, Miller DM, Weaver JR (1997) An integrated spatial DSS for scheduling and routing home-health-care nurses. Interfaces 27:35–48CrossRef Begur SV, Miller DM, Weaver JR (1997) An integrated spatial DSS for scheduling and routing home-health-care nurses. Interfaces 27:35–48CrossRef
Zurück zum Zitat Bektaş T, Ehmke JF, Psaraftis HN, Puchinger J (2019) The role of operational research in green freight transportation. Eur J Oper Res 274:807–823CrossRef Bektaş T, Ehmke JF, Psaraftis HN, Puchinger J (2019) The role of operational research in green freight transportation. Eur J Oper Res 274:807–823CrossRef
Zurück zum Zitat Cebeci E, Yücel E, Koç Ç (2023) [Dataset] Data instances of the heterogeneous electric home health care routing and scheduling problem with synchronized demand, Mendeley Data, V1 Cebeci E, Yücel E, Koç Ç (2023) [Dataset] Data instances of the heterogeneous electric home health care routing and scheduling problem with synchronized demand, Mendeley Data, V1
Zurück zum Zitat Çakırgil S, Yücel E, Kuyzu G (2020) An integrated solution approach for multi-objective, multi-skill workforce scheduling and routing problems. Comput Oper Res 118:104908CrossRef Çakırgil S, Yücel E, Kuyzu G (2020) An integrated solution approach for multi-objective, multi-skill workforce scheduling and routing problems. Comput Oper Res 118:104908CrossRef
Zurück zum Zitat Dorigo M, Birattari M, Stutzle T (2006) Ant colony optimization. IEEE Comput Intell Mag 1:28–39CrossRef Dorigo M, Birattari M, Stutzle T (2006) Ant colony optimization. IEEE Comput Intell Mag 1:28–39CrossRef
Zurück zum Zitat Dönmez S, Koç Ç, Altıparmak F (2022) The mixed fleet vehicle routing problem with partial recharging by multiple chargers: mathematical model and adaptive large neighborhood search. Transp Res Part E: Log Transp Rev 167:102917CrossRef Dönmez S, Koç Ç, Altıparmak F (2022) The mixed fleet vehicle routing problem with partial recharging by multiple chargers: mathematical model and adaptive large neighborhood search. Transp Res Part E: Log Transp Rev 167:102917CrossRef
Zurück zum Zitat Erdem M, Koç Ç (2019) Analysis of electric vehicles in home healthcare routing problem. J Clean Prod 234:1471–1483CrossRef Erdem M, Koç Ç (2019) Analysis of electric vehicles in home healthcare routing problem. J Clean Prod 234:1471–1483CrossRef
Zurück zum Zitat Erdem M, Koç Ç, Yücel E (2022) The electric home health care routing and scheduling problem with time windows and fast chargers. Comput Ind Eng 172:108580CrossRef Erdem M, Koç Ç, Yücel E (2022) The electric home health care routing and scheduling problem with time windows and fast chargers. Comput Ind Eng 172:108580CrossRef
Zurück zum Zitat Euchi J, Masmoudi M, Siarry P (2022) Home health care routing and scheduling problems: a literature review. 4OR 20(3):351–389CrossRef Euchi J, Masmoudi M, Siarry P (2022) Home health care routing and scheduling problems: a literature review. 4OR 20(3):351–389CrossRef
Zurück zum Zitat Eveborn P, Flisberg P, Rönnqvist M (2006) Laps care: an operational system for staff planning of home care. Eur J Oper Res 171:962–976CrossRef Eveborn P, Flisberg P, Rönnqvist M (2006) Laps care: an operational system for staff planning of home care. Eur J Oper Res 171:962–976CrossRef
Zurück zum Zitat Feo TA, Resende MG (1995) Greedy randomized adaptive search procedures. J Glob Optim 6:109–133CrossRef Feo TA, Resende MG (1995) Greedy randomized adaptive search procedures. J Glob Optim 6:109–133CrossRef
Zurück zum Zitat Fikar C, Hirsch P (2017) Home healthcare routing and scheduling: a review. Comput Oper Res 77:86–95CrossRef Fikar C, Hirsch P (2017) Home healthcare routing and scheduling: a review. Comput Oper Res 77:86–95CrossRef
Zurück zum Zitat Grieco L, Utley M, Crowe S (2021) Operational research applied to decisions in home health care: a systematic literature review. J Oper Res Soc 72:1960–1991CrossRef Grieco L, Utley M, Crowe S (2021) Operational research applied to decisions in home health care: a systematic literature review. J Oper Res Soc 72:1960–1991CrossRef
Zurück zum Zitat Gupta S, Hoe C, Türker Ö, Lajunen T, Vursavas F, Şener S, Hyder AA (2017) Evaluation of a five-year bloomberg global road safety program in Turkey. Public Health 144:45–56CrossRef Gupta S, Hoe C, Türker Ö, Lajunen T, Vursavas F, Şener S, Hyder AA (2017) Evaluation of a five-year bloomberg global road safety program in Turkey. Public Health 144:45–56CrossRef
Zurück zum Zitat Hansen P, Mladenovic N, Todosijevic R, Hanafi S (2016) Variable neighborhood search: basics and variants. EURO J Comput Optim 5:423–454CrossRef Hansen P, Mladenovic N, Todosijevic R, Hanafi S (2016) Variable neighborhood search: basics and variants. EURO J Comput Optim 5:423–454CrossRef
Zurück zum Zitat Hemmelmayr VC, Doerner KF, Hartl RF (2009) A variable neighborhood search heuristic for periodic routing problems. Eur J Oper Res 195:791–802CrossRef Hemmelmayr VC, Doerner KF, Hartl RF (2009) A variable neighborhood search heuristic for periodic routing problems. Eur J Oper Res 195:791–802CrossRef
Zurück zum Zitat Hiermann G, Prandtstetter M, Rendl A, Puchinger J, Raidl GR (2015) Metaheuristics for solving a multimodal home-healthcare scheduling problem. Central Eur J Oper Res 23:89–113CrossRef Hiermann G, Prandtstetter M, Rendl A, Puchinger J, Raidl GR (2015) Metaheuristics for solving a multimodal home-healthcare scheduling problem. Central Eur J Oper Res 23:89–113CrossRef
Zurück zum Zitat Hoff A, Andersson H, Christiansen M, Hasle G, Løkketangen A (2010) Industrial aspects and literature survey: fleet composition and routing. Comput Oper Res 37:2041–2061CrossRef Hoff A, Andersson H, Christiansen M, Hasle G, Løkketangen A (2010) Industrial aspects and literature survey: fleet composition and routing. Comput Oper Res 37:2041–2061CrossRef
Zurück zum Zitat Keskin M, Laporte G, Çatay B (2019) Electric vehicle routing problem with time-dependent waiting times at recharging stations. Comput Oper Res 107:77–94CrossRef Keskin M, Laporte G, Çatay B (2019) Electric vehicle routing problem with time-dependent waiting times at recharging stations. Comput Oper Res 107:77–94CrossRef
Zurück zum Zitat Koç Ç, Bektaş T, Jabali O, Laporte G (2016) Thirty years of heterogeneous vehicle routing. Eur J Oper Res 249:1–21CrossRef Koç Ç, Bektaş T, Jabali O, Laporte G (2016) Thirty years of heterogeneous vehicle routing. Eur J Oper Res 249:1–21CrossRef
Zurück zum Zitat Koç Ç, Jabali O, Mendoza JE, Laporte G (2019) The electric vehicle routing problem with shared charging stations. Int Trans Oper Res 26:1211–1243CrossRef Koç Ç, Jabali O, Mendoza JE, Laporte G (2019) The electric vehicle routing problem with shared charging stations. Int Trans Oper Res 26:1211–1243CrossRef
Zurück zum Zitat Kucukoglu I, Dewil R, Cattrysse D (2021) The electric vehicle routing problem and its variations: a literature review. Comput Ind Eng 161:107650CrossRef Kucukoglu I, Dewil R, Cattrysse D (2021) The electric vehicle routing problem and its variations: a literature review. Comput Ind Eng 161:107650CrossRef
Zurück zum Zitat Lee C (2021) An exact algorithm for the electric-vehicle routing problem with nonlinear charging time. J Oper Res Soc 72:1461–1485CrossRef Lee C (2021) An exact algorithm for the electric-vehicle routing problem with nonlinear charging time. J Oper Res Soc 72:1461–1485CrossRef
Zurück zum Zitat Li K, Tian H (2016) A two-level self-adaptive variable neighborhood search algorithm for the prize-collecting vehicle routing problem. Appl Soft Comput 43:469–479CrossRef Li K, Tian H (2016) A two-level self-adaptive variable neighborhood search algorithm for the prize-collecting vehicle routing problem. Appl Soft Comput 43:469–479CrossRef
Zurück zum Zitat Li Y, Xiang T, Szeto WY (2021) Home health care routing and scheduling problem with the consideration of outpatient services. Transp Res Part E: Logist Transp Rev 152:102420CrossRef Li Y, Xiang T, Szeto WY (2021) Home health care routing and scheduling problem with the consideration of outpatient services. Transp Res Part E: Logist Transp Rev 152:102420CrossRef
Zurück zum Zitat Mankowska DS, Meisel F, Bierwirth C (2014) The home healthcare routing and scheduling problem with interdependent services. Healthc Manag Sci 17:15–30 Mankowska DS, Meisel F, Bierwirth C (2014) The home healthcare routing and scheduling problem with interdependent services. Healthc Manag Sci 17:15–30
Zurück zum Zitat Metropolis N, Rosenbluth AW, Rosenbluth MN, Teller AH, Teller E (1953) Equation of state calculations by fast computing machines. J Chem Phys 21:1087–1092CrossRef Metropolis N, Rosenbluth AW, Rosenbluth MN, Teller AH, Teller E (1953) Equation of state calculations by fast computing machines. J Chem Phys 21:1087–1092CrossRef
Zurück zum Zitat Mladenovic N, Hansen P (1997) Variable neighborhood search. Comput Oper Res 24:1097–1100CrossRef Mladenovic N, Hansen P (1997) Variable neighborhood search. Comput Oper Res 24:1097–1100CrossRef
Zurück zum Zitat Murkofsky RL, Alston K (2009) The past, present, and future of skilled home health agency care. Clin Geriatr Med 25:1–17CrossRef Murkofsky RL, Alston K (2009) The past, present, and future of skilled home health agency care. Clin Geriatr Med 25:1–17CrossRef
Zurück zum Zitat Pisinger D, Stefan R (2007) A general heuristic for vehicle routing problems. Comput Oper Res 34:2403–2435CrossRef Pisinger D, Stefan R (2007) A general heuristic for vehicle routing problems. Comput Oper Res 34:2403–2435CrossRef
Zurück zum Zitat Resende MGC, Ribeiro CC (2016) Optimization by GRASP: greedy randomized adaptive search procedures. Springer, New YorkCrossRef Resende MGC, Ribeiro CC (2016) Optimization by GRASP: greedy randomized adaptive search procedures. Springer, New YorkCrossRef
Zurück zum Zitat Salman FS, Yücel E, Kayı İ, Turper-Alışık S, Coşkun A (2021) Modeling mobile health service delivery to syrian migrant farm workers using call record data. Socio-Econ Plann Sci 77:101005CrossRef Salman FS, Yücel E, Kayı İ, Turper-Alışık S, Coşkun A (2021) Modeling mobile health service delivery to syrian migrant farm workers using call record data. Socio-Econ Plann Sci 77:101005CrossRef
Zurück zum Zitat Savaşer SK, Kara BY (2022) Mobile healthcare services in rural areas: an application with periodic location routing problem. OR Spect 44:875–910CrossRef Savaşer SK, Kara BY (2022) Mobile healthcare services in rural areas: an application with periodic location routing problem. OR Spect 44:875–910CrossRef
Zurück zum Zitat Schneider M, Stenger A, Goeke D (2014) The electric vehicle-routing problem with time windows and recharging stations. Transp Sci 48:500–520CrossRef Schneider M, Stenger A, Goeke D (2014) The electric vehicle-routing problem with time windows and recharging stations. Transp Sci 48:500–520CrossRef
Zurück zum Zitat Tanoumand N, Ünlüyurt T (2021) An exact algorithm for the resource constrained home health care vehicle routing problem. Ann Oper Res 304(1):397–425CrossRef Tanoumand N, Ünlüyurt T (2021) An exact algorithm for the resource constrained home health care vehicle routing problem. Ann Oper Res 304(1):397–425CrossRef
Zurück zum Zitat UN (2019) World population ageing 2019, No. ST/ESA/SER.A/430. United Nations Department of Economic and Social Affairs UN (2019) World population ageing 2019, No. ST/ESA/SER.A/430. United Nations Department of Economic and Social Affairs
Zurück zum Zitat Yadav N, Tanksale A (2022) An integrated routing and scheduling problem for home healthcare delivery with limited person-to-person contact. Eur J Oper Res 303:1100–1125CrossRef Yadav N, Tanksale A (2022) An integrated routing and scheduling problem for home healthcare delivery with limited person-to-person contact. Eur J Oper Res 303:1100–1125CrossRef
Zurück zum Zitat Yazır OA, Koç Ç, Yücel E (2023) The multi-period home healthcare routing and scheduling problem with electric vehicles. OR Spect 45:853–901CrossRef Yazır OA, Koç Ç, Yücel E (2023) The multi-period home healthcare routing and scheduling problem with electric vehicles. OR Spect 45:853–901CrossRef
Zurück zum Zitat Yücel E, Salman FS, Bozkaya B, Gökalp C (2020) A data-driven optimization framework for routing mobile medical facilities. Ann Oper Res 291(1):1077–1102CrossRef Yücel E, Salman FS, Bozkaya B, Gökalp C (2020) A data-driven optimization framework for routing mobile medical facilities. Ann Oper Res 291(1):1077–1102CrossRef
Zurück zum Zitat Yücel E, Salman FS, Erdoğan G (2022) Optimizing two-dimensional vehicle loading and dispatching decisions in freight logistics. Eur J Oper Res 302(3):954–969CrossRef Yücel E, Salman FS, Erdoğan G (2022) Optimizing two-dimensional vehicle loading and dispatching decisions in freight logistics. Eur J Oper Res 302(3):954–969CrossRef
Metadaten
Titel
The home health care routing with heterogeneous electric vehicles and synchronization
verfasst von
Eşref Cebeci
Eda Yücel
Çağrı Koç
Publikationsdatum
13.05.2024
Verlag
Springer Berlin Heidelberg
Erschienen in
OR Spectrum
Print ISSN: 0171-6468
Elektronische ISSN: 1436-6304
DOI
https://doi.org/10.1007/s00291-024-00765-z