Literature DB >> 28163329

The school bus routing and scheduling problem with transfers.

Michael Bögl1, Karl F Doerner2, Sophie N Parragh3.   

Abstract

In this article, we study the school bus routing and scheduling problem with transfers arising in the field of nonperiodic public transportation systems. It deals with the transportation of pupils from home to their school in the morning taking the possibility that pupils may change buses into account. Allowing transfers has several consequences. On the one hand, it allows more flexibility in the bus network structure and can, therefore, help to reduce operating costs. On the other hand, transfers have an impact on the service level: the perceived service quality is lower due to the existence of transfers; however, at the same time, user ride times may be reduced and, thus, transfers may also have a positive impact on service quality. The main objective is the minimization of the total operating costs. We develop a heuristic solution framework to solve this problem and compare it with two solution concepts that do not consider transfers. The impact of transfers on the service level in terms of time loss (or user ride time) and the number of transfers is analyzed. Our results show that allowing transfers reduces total operating costs significantly while average and maximum user ride times are comparable to solutions without transfers.
© 2015 Wiley Periodicals, Inc. NETWORKS, Vol. 65(2), 180-203 2015.

Entities:  

Keywords:  metaheuristic; routing and scheduling; school bus routing; transfers

Year:  2015        PMID: 28163329      PMCID: PMC5255963          DOI: 10.1002/net.21589

Source DB:  PubMed          Journal:  Networks (N Y)        ISSN: 0028-3045            Impact factor:   5.059


INTRODUCTION

In the school year 2011/2012 in Austria (population: 8.42 million 1) about 1.1 million pupils attended one of the 6,120 schools 2. Austria is divided into 121 districts and, on average, each district has 51 schools in total. The number of nonprimary schools ranges from one to 115 with an average of about 25 (across all districts in Austria). Each district consists of multiple municipalities, where the average number of schools in a municipality is 2.57, about half of them being nonprimary schools. If only rural areas are considered, the average number of nonprimary schools per district is 22, the maximum number is 38, and the average number of schools per municipality is about one. The number of pupils per school differs substantially according to school type and location. Higher level secondary schools are usually located in more densely populated areas whereas primary and secondary schools are also located in rural areas. Primary schools have between 10 and 150 pupils in rural areas. Secondary schools have between 50 and 300 pupils and higher level secondary schools have about 200 to 800 pupils. All of the above data is taken from Statistik Austria 3 and approximated over the whole geographic region of Austria. The low density of schools in rural areas and the distribution of higher level secondary schools require most pupils to use some type of transportation system to get to school. On the one hand, safety of the pupils during transportation is a crucial factor and must be ensured (i.e., short walking distances, short travel times, we will refer to this as service level). On the other hand, the costs of providing high quality services must be considered by the funding organization (e.g., administration). These two goals are conflicting in nature because high service level often requires dedicated routes for small groups of pupils which require more buses and raises costs. The pupil transportation system differs from country to country and even from county to county. In some areas, dedicated bus services for every school or group of schools (if they are located close together) are in place. Contrarily, pupil transportation can also be integrated into the public transport system, where pupils use the general public transportation services. Countries often use mixed forms of transportation: In areas where no public transport is available dedicated services are provided and where available the public transportation system must be used. For example, in urban areas with a dense service network pupils may use public transport while in rural areas, dedicated bus services are provided. Other systems provide dedicated bus services for pupils attending primary school, while older pupils have to use public transport. Austria has a mixed system: in general the public transportation network is used for pupil transportation with the exception of rural areas where dedicated services are provided. For pupils attending primary schools transfers between school buses are not allowed. This means that the planning problem for primary schools can be solved using models without transfers (i.e., approaches proposed in literature, as in 13, 16, 22, 31, 33 can be applied). The transportation network for older pupils can be designed to utilize transfers. In this study, we are interested in the design of the bus transportation network to meet the needs of pupils in secondary schools and older. Generally, the problem of pupil transportation arises in the morning before the school begins and in the afternoon after school ends. Here, we consider the so‐called morning problem only (i.e., the transportation of the pupils to their school before it begins). The service must be provided only once in the morning, therefore it is nonperiodic. Since the process is the same for every day a feasible solution for a single day can be used during the whole school year. The overall problem consists of the following subproblems: bus stop selection, bus routing, bus scheduling, and school begin time adjustment. Bus stop selection refers to the process of choosing a proper subset of the set of available bus stops which are then serviced by the bus. This step may also include the assignment of pupils to bus stops. Bus routing is the generation of routes which are serviced by a bus. Typically, bus routes have to respect capacity constraints and often also tour length or duration constraints. Bus scheduling is the computation of a feasible schedule for the buses. It determines which bus route is serviced at which point in time. School begin time adjustment (or bell time adjustment) optimizes the school begin times to allow buses to service multiple schools and thus reduce the number of necessary buses. All these subproblems are strongly interconnected and should be solved in an integrated manner. Generally, the school bus routing and scheduling problem can be modeled in different ways. If only bus routing and scheduling is considered, and a single school is considered, it can be modeled, for example, as a vehicle routing problem (VRP) 34, where the bus starts at the school, collects the pupils at their bus stops and returns to the school where the pupils are dropped off. In the case where the buses do not start at the school but at the first pickup bus stop, the resulting problem can be modeled as an open vehicle routing problem (OVRP), considering a restriction on the maximum route length. As in case of the (O)VRP all schools are treated independently for every school an OVRP must be solved. An alternative approach is to model pupil transportation as a dial‐a‐ride problem (DARP) where for every pupil a transportation request arises 8. The pickup point is the assigned bus stop of the pupil, the drop off point is the bus stop of the school and pupils of different schools may share a single bus. A further generalization of the problem is to allow transfers (i.e., pupils attending different schools can share a single bus and can change the bus during their way to school). Transfers may be allowed on a predefined set of bus stops or at arbitrary bus stops. Therefore, the selection of transfer bus stops itself is an optimization problem. Our contribution is fourfold: Dedicated solution concept for the school bus routing and scheduling problem with transfers, taking into account bus stop selection and pupil assignment, bus routing, and bus scheduling. Evaluation of the solutions considering transfers in terms of costs and service level. Comparison of the solution with transfers with two different modeling approaches without transfers, namely DARP and OVRP. Optimization of the bus stops used for pupil transfers. In the next section, we give a detailed description of the problem and an overview of the literature. In section 3, the mixed integer linear programming (MILP) model which defines our problem is presented. Then, we describe the heuristic solution concept in detail (section 4). In section 5, we describe how to model the school bus routing and scheduling problem as a DARP and OVRP and describe two different state‐of‐the‐art variable neighborhood search (VNS)‐based solvers, a DARP and an OVRP solver, which are used in section 6. Section 6 gives a detailed analysis of the results of the three approaches by comparing and analyzing the properties of the obtained solutions. Last we summarize our findings and suggest further research directions (section 7).

PROBLEM STATEMENT AND RELATED WORK

Given is a set N of pupils, a set L of bus stops, and a set S of schools. The bus driving time t between bus stop i ∊ L and j ∊ L is given; and also the walking time u of pupil n ∊ N from her home to bus stop i ∊ L is known for all pupils. Every pupil n has a set of candidate pickup bus stops. The destination bus stop and the school begin time τ of every school s ∊ S as well as the walking times from the destination bus stop to the school are known. The destination school and, therefore, the destination bus stop is known for every pupil n. Additionally, a pupil may arrive at the earliest and at the latest minutes before school s begins. Further, pupils have a minimum and maximum waiting time if they change from one bus to the other. Every bus b ∊ B has a maximum capacity c which must not be exceeded. It restricts the maximum number of pupils that can be on the bus at the same time. We consider a homogeneous bus fleet. The objective is to calculate a transportation plan of minimum cost considering the following constraints: bus capacity upper and lower bounds on waiting times at every school upper and lower bounds on waiting times for pupil transfers maximum pupil walking time from home to their assigned bus stop Generally, for a feasible solution the following decision problems must be solved: Assign pupils to bus stops Calculate bus routes Compute pupil routes based on the bus routes Schedule buses to bus routes Pupils with the same pickup and destination bus stop form a single entity and do not split during their ways to school. This is for practical purposes, because in practice it may be difficult to instruct pupils with the same destination waiting at the same pickup bus stop to use different buses. Figure 1a exemplifies a simple problem instance (inst01 from the benchmark set, see section 6). There are 19 bus stops (white circles) numbered from 0 (virtual depot) to 18. Eight pupils (gray) numbered from 0 to 7, the school which they attend is given in parentheses (e.g., pupil five attends school one). Finally, there are two schools (black) numbered 0 and 1. Bus stop 4 is the destination bus stop for school 0 and bus stop 14 is the destination bus stop for school 1. Therefore, pupil 5 must be transported to bus stop 14. Figure 1b shows a feasible solution to the given problem. In the solution, the pupil assignment (arcs without labels), the bus routes (arcs with labels), and the scheduling data (labels on arcs) can be seen. For example, pupil 3 attends school 0 and walks to bus stop 11 to be picked up by a bus. Bus service on arc (11, 4) starts at 50.54 and ends at 54.37, then pupil 3 has to walk to the school. In this example no transfers happen.
Figure 1

A simple problem instance and a feasible solution.

A simple problem instance and a feasible solution. The school bus routing and scheduling problem with transfers has not yet been studied extensively in the literature. Newton and Thomas (1969) 20 and Newton and Warren (1970) 21 made one of the first attempts to solve the bus routing problem by the use of a computer for real life cases. They consider bus capacities and maximum user ride time constraints. In their approach, first a giant tour over all bus stops and the school is created. Then, starting from the school they build feasible routes by generating subroutes which satisfy the capacity and ride time constraints and connect them to the school (i.e., every route starts and ends at the school). Bektaş and Elmastaş (2007) 4 model their real life problem of transporting pupils of an elementary school in Ankara as a capacity and distance constrained OVRP. They minimize the number of buses which represents the operator objective and they use a solver to optimize their MILP model. Recently, Riera‐Ledesma and Salazar‐González (2012) 28 have proposed a branch‐and‐cut approach for the school bus routing problem with pupil assignment and bus stop selection. They formulate the problem as a multivehicle traveling purchaser problem and discuss their extensions to the classic traveling purchaser model. Schittekat et al. (2013) 32 investigate the influence of bus stop selection on solution quality. They solve the problem using a parameter free greedy randomized adaptive search procedure combined with a variable neighborhood decent improvement method. More general approaches do not separate pupils of different schools but allow mixed loads (i.e., the transportation of pupils attending different schools with the same bus). Braca et al. (1997) 6 solve the school bus routing problem with mixed loads for the region of New York City. They construct mixed load routes in a randomized way. Using restarts they are able to generate different routes. Additionally they consider arrival time windows at school and maximum ride times. Park et al. (2012) 24 propose an improvement procedure for mixed loads. First, an initial solution without mixed loads is computed. Then, relocation operators, moving pickup bus stops and, if necessary, also school bus stops, are used to obtain mixed load routes. Besides the routing problem also the scheduling problem has to be solved. It consists in fixing the departure times of the buses and synchronizing them at transfer points. Kim et al. (2012) recently proposed a scheduling algorithm for the school bus routing problem without transfers 16. The bus trips to the different schools are considered as given and their duration and the school begin times are known. Buses must then be scheduled so as to transport all pupils to school on time. Spada et al. (2005) 33 propose a heuristic solution framework for the multiobjective school bus routing and scheduling problem. In their approach, they fix the number of buses and optimize the service level. A further extension is the consideration of transfers (i.e., pupils may change buses during their way to school). A scheduling model which considers transfers of pupils between buses was proposed by Fügenschuh (2009) 14. He optimizes school begin times to reduce the number of required buses. In the context of the pickup and delivery problem Masson et al. (2012) 18 analyze the effects of transfers on transportation costs. They design an adaptive large neighborhood search algorithm that handles transfers explicitly by special operators. In the context of public transportation, Cortés et al. (2010) 9 propose a branch‐and‐cut solution method for the pickup and delivery problem with transfers. Transfers can only take place at predetermined points, so called transfer nodes. Bouros et al. (2011) 5 also solve the pickup and delivery problem with transfers. They allow transfers at arbitrary points in space, where the detour of two different vehicles is within a certain amount. An early approach which takes into account school bus routing and scheduling with transfers, pupil assignment, and bell time adjustment was proposed by Desrosiers et al. (1981) 12. They distinguish between urban and rural areas. For rural areas, pupils are collected from their homes and are transported to predefined transfer points, where they change the buses and are transported to their destination school through express routes. For every pupil, it is known to which transfer point she must be transported. In urban areas, pupils are assigned to bus stops where they are picked up by the bus. Routes are generated using modified versions of the Clarke and Wright Savings algorithm 7, Newton's giant tour approach 20 and an insertion approach 29. Then, the routes are scheduled and the school begin times are adjusted so as to minimize the number of buses. They solve the problem hierarchically. The proposed approach does not include a sophisticated solution improvement method. Recently, a literature overview was published by Park and Kim (2010) 23 which summarizes and categorizes the work in this area. None of the above concepts explicitly considers the overall problem of bus stop selection, bus routing, bus scheduling, and transfers within a state of the art metaheuristic solution method.

MATHEMATICAL MODEL

The problem situation considered in this article can be modeled as a MILP, using two types of binary decision variables to determine the bus network and how it is used by the pupils: bus arcs (x ) and pupil arcs (m ). As the bus arc variables determine the bus lines and each line is served by a single bus, this part of the model is similar to a three‐index VRP formulation, except that a bus stop may be visited multiple times by different buses. The pupil arcs define the path each pupil takes from its home bus stop to the destination bus stop of her school. Pupils can only use those arcs which are serviced by a bus. For ease of exposition, we introduce an artificial depot denoted by 0 where each bus line must start and end. Each pupil has to be assigned to a single bus stop, where she must be picked up by a bus and use some sequence of bus line arcs until she reaches her destination bus stop (i.e., the bus stop of her school). Transfers reduce service quality and an excessive number of transfers results in impractical solutions. In our heuristic solution concept, we penalize excessive transfers by an additional term in the objective function. Therefore, we also adhere to this approach in the below model. In what follows, we first define the different input parameters and then the decision variables we use to model the school bus routing and scheduling problem with transfers. Input sets: set of pupils, set of schools, set of pickup locations (bus stops), 0 denotes a virtual depot, , set of bus stops pupil n may reach walking to start her trip, set of available buses. The following input parameters are used: school of pupil n, Bus capacity, travel time between i ∊ L′ and j ∊ L′, earliest point in time when a pupil can be picked up, bus stop of school s, begin time of school s, maximum waiting time at school s, minimum waiting time at school s, minimum pupil waiting time, when changing from one bus to another, maximum pupil waiting time, when changing from one bus to another, maximum number of transfers per pupil. We use binary variables, and continuous variables, The objective function (1) minimizes the total travel time of the buses and it penalizes the number of transfers exceeding the maximum number of allowed transfers C (W gives the respective penalty term): It is subject to a number of constraints. The first set of constraints take care of the assignment of pupils to bus stops. Every pupil n must be assigned to a single bus stop i out of a set of possible pickup bus stops L :The bus line network is defined by constraints (3)–(5). A bus line, if used, must have a single origin at the virtual depot,the bus line must continue until the virtual depot,and every bus line may only service each bus stop at most once,Based on the bus line network, the paths of the pupils are determined. Pupils may only use arcs that are serviced by the bus line,If pupil n is assigned to bus stop i (y = 1) which is not her destination bus stop she must leave the pickup bus stop . This is ensured as follows:Similarly, if pupil n arrives at bus stop and it is not her destination bus stop , she must travel on to another bus stop : In reality, it is usually impossible to have pupils that attend the same school and are assigned to the same pickup bus stop use different paths in the network. To avoid this situation, we make sure that, if pupil n′ travels along arc (i, j) and she attends the same school as pupil n (i.e., ) and leaves from the same pickup bus stop (i.e, ), pupil n uses this arc as well:We note that pupils n′ and n″ are not required to use the same bus on this arc; this may not be possible because of capacity restrictions. number of transfers of pupil n exceeding transfer limit C, arrival time of bus b at bus stop i, arrival time of pupil n at bus stop i. The following constraints ensure that only feasible transfers are considered. To make sure that each pupil may only use each bus at most once during her to school journey, we use binary variables z to indicate whether pupil n leaves bus b at stop i. These variables are set to 1 whenever pupil n arrives at bus stop i with bus b, but does not leave the bus stop with bus b ( and , therefore z = 1): Then, to ensure that each pupil n may only leave (and thus use) each bus b at most once, we use the following set of constraints: To determine if the number of transfers of pupil n exceeds the preset transfer limit C, we count the number of transfers of pupil n. It is given by the number of times pupil n leaves a bus at a bus stop that is not her school . Variables r , giving the number of excessive transfers of pupil n, are then set as follows: Transfers are only allowed into one direction: either from bus b′ to bus b″ or from b″ to b′. This is ensured by two sets of constraints: If at least one pupil changes from bus b′ to bus b″ at bus stop i, then , and we make sure that if , then and vice versa by means of constraints (15): The following constraints ensure temporal and logical feasibility. The purpose of these constraints is to synchronize the buses at transfer bus stops, to synchronize pupils and buses, and to ensure time feasibility (i.e., to make sure that pupils arrive at their schools within the respective arrival time windows). If pupil n travels from i to j, then her arrival time at i must be greater or equal to the arrival time at j plus the time necessary to travel from i to j, given by t : If pupil n arrives at bus stop i and this is the destination bus stop of school s and pupil n attends school s, then she must arrive within the school's arrival time window . This is ensured by the following constraints: A bus may not visit a bus stop before the earliest possible time e, which, together with the latest possible arrival time at a school , provides a bound on the travel times (excluding walking times) of the pupils: If bus b travels from i to j then the arrival time A at j must be equal to the arrival time at i (A ) plus the respective travel time t (Note that we assume that the service time is included into the travel time): Constraints (21) and (22) make sure that bus and pupil times are synchronized (i.e., if a pupil n travels on bus b, her arrival time at bus stop i has to be equal to the arrival time of bus b): The following constraints ensure timely synchronization of buses in the case of transfers. If at least one pupil changes from bus b′ to bus b″ at bus stop i, then the arrival time of bus b″ must not be greater than the arrival time of b′ plus the maximum waiting time and not lower than the arrival time of b′ plus the minimum waiting time . Finally, also bus capacity constraints must be considered. They ensure that on every arc (i, j), which is serviced by bus b, the number of pupils does not exceed the capacity c: We use several so‐called big‐M terms. Let K denote the latest feasible arrival time at a school across all schools (i.e., ). All these terms can conveniently be set to K. The above formulation cannot be solved using state of the art solvers like Gurobi or CPLEX for reasonably sized problems; therefore, we develop a heuristic solution concept.

HEURISTIC SOLUTION CONCEPT

The idea of the proposed solution concept is to decompose the overall problem into several simpler (hierarchical) subproblems which can be solved in reasonable time by dedicated heuristics, similar to the approach by Desrosiers et al. (1981) 12. However, we include feedback loops that allow information exchange between the different hierarchical levels. If infeasibilities are detected at some level, then this information is conveyed to all earlier stages and, in the next loop, appropriate measures are taken at these earlier stages to avoid the reported infeasibilites at later stages. As destroy and repair (or ruin and recreate)‐based neighborhood search 19, 26 has been successfully applied in the context of several other rich combinatorial optimization problems, we also base our framework on this idea. Algorithm 1 outlines our solution concept. First a feasible solution is built, which is then improved using a destroy and repair‐based optimization approach 26. To obtain a feasible solution, first, the pupil assignment and bus stop selection problem has to be solved. It determines the bus stops that have to be visited in the bus route generation step. The bus route network, thus, computed in the second step provides the basis for pupil routing (i.e., the identification of the actual path taken by each pupil in the network). This information is again input to the bus scheduling step, determining pupil and bus arrival as well as departure times at the different stops. Our objective is the minimization of the travel costs of the buses (i.e., the sum of the arcs serviced by the buses). The function Cost(s) called in Algorithm 1, line 7 returns the objective value of a solution as defined in (1), where W is set to 100 and C in Equation (13) is set according to the maximum allowed transfers. Every step of the algorithm is explained in detail in the following subsections. We first describe the solution construction process (function InitialSolution(input data) in Algorithm 1) and its elements, then we illustrate the neighborhood‐based search method (Algorithm 1, beginning with line 3).

Solution Construction

With the exception of pupil assignment and bus stop selection all components are tightly connected. However, it cannot be ensured, that for a given bus routing a feasible pupil routing exists; or in case of a given pupil routing, that a feasible bus scheduling, respecting all temporal constraints, can be determined. Therefore, we exchange information between these three solution construction components. If at any stage an infeasibility is detected, the responsible part of the solution is identified and this information is passed to the earlier stages. There, this information is used to modify the respective solution accordingly.

Pupil Assignment and Bus Stop Selection.

Every pupil must be assigned to a bus stop, where she is picked up by a bus. In our approach, pupil assignment and bus stop selection is done in a single step. We note that, currently, changing the assignment of pupils to departure bus stops is not considered in the optimization. However, to include pupil assignment and bus stop selection into the overall optimization framework, the optimization algorithm is run with several different pupil to bus stop assignment strategies. We formulate the pupil to bus stop assignment problems as integer programs. Using state‐of‐the‐art commercial solver software, problem instances of realistic size can be solved within a reasonable amount of time. We use the following three alternative assignment strategies:

Minimize Distance to Pupils' Destinations (pa1)

The model is given by objective function (33) and constraints (34), (35), and (36). The objective is to minimize the distance to the pupils' destinations (i.e., pupils are assigned to bus stops which are located in the direction of their destinations). Consider h to be the destination bus stop of pupil n and to be the travel time from bus stop l to bus stop h , then the objective function is: It is subject to the following constraints. Every pupil n must be assigned to exactly one bus stop i: The number of pupils that can be assigned to a location i is limited by the bus capacity c: This problem is similar to the capacitated facility location problem (CFLP) 10, whereas the pupils are the customers and the bus stops are facilities. Therefore, this problem may also be solved with special algorithms for the CFLP.

Minimize bus stop fragmentation (pa2)

This objective minimizes the number of bus stops where pupils with different destinations are waiting to be picked up. The idea is to assign pupils of different schools to different bus stops and to thus obtain transportation networks for the different schools that are as independent as possible. The model is given by objective function (37) and constraints (34)–(36) and (38)–(41). Let v with i L and s S equal 1 if pupils of school s are waiting at bus stop i, and 0 otherwise; and let δ with i L equal 1 if pupils of different schools are waiting at bus stop i, 0 otherwise. Constant , and constant .

Minimize number of bus stops (pa3)

The third model formulation, given by the objective function (42) and constraints (34)–(36), (43), (44) minimizes the number of bus stops used. This choice appears advantageous from the operator perspective: fewer bus stops might result in shorter, and therefore less costly, bus routes. However, the main drawback of this assignment strategy is that there is no information on the pupils' destinations in the assignment phase. This can lead to situations where pupils have to walk long distances into the opposite direction of their school; and this may result in longer travel times and possibly in a higher number of transfer points. Let q with i L equal 1 if bus stop i is used, and 0 otherwise; and constant . All of the above models are solved using IBM ILOG CPLEX, which is fast enough even for large problems. In either case, the solution is an assignment of pupils to bus stops and pupils must be picked up at the selected bus stops. Our bus routing component ensures that this is the case.

Bus Routing.

After the assignment of pupils to bus stops, an initial routing solution is constructed. The bus routing ensures that there is a path for every pupil from the initial pickup bus stop to the destination bus stop. The proposed method is based on the following idea: If we consider only a single school and disregard the capacity constraints of the buses the optimal solution with regard to the objective is a minimum spanning tree (MST): It consists of the shortest edges and connects all nodes which are part of the single school subproblem. Our approach is the following: For every school s a subset of nodes is constructed which contains the bus stops where pupils attending s are waiting. Then, we use Prim's algorithm to construct a MST with directed edges for the set of nodes. The starting node is the destination bus stop for school s. The edges are directed toward the previous selected bus stop, therefore from every node there is a path to the destination bus stop. Paths in this tree may become long and, therefore, likely violate time constraints (i.e., they may be longer than the planning horizon). Therefore, we limit the maximum length of a path in the MST. Any path in the spanning tree must be at most as long as the planning horizon of the respective school s (i.e., ). We achieve the adaptation of the spanning tree by changing the weight matrix which serves for the tree construction. During the tree construction the length of every path from the root node to the current leaves is stored. If the length exceeds the maximum length, the weight matrix is changed in the following way: The weights of the arcs which violate the length restriction and two preceding arcs are increased by a certain amount. Consider the path where p 0 is the root node (destination bus stop), p is the leave node (bus stop farthest away from school). The path length starts with e at the root node and increases along the opposite direction of the path until the leave node. If the travel time exceeds the end of the planning horizon on this path at arc , then the weight for the following arcs is increased: . Using this scheme, long paths in the spanning tree can be shortened. This is repeated until all paths satisfy the maximum length restriction. Weights are only changed temporarily for the construction of the MST. Figure 2 shows an example of a MST based on original weights and a MST based on adapted weights. The circles represent the bus stops which must be visited, the rectangle represents the destination bus stop of the pupils. Arc labels are the length of the arc in the spanning tree and the nodes are labeled according to the cumulative length of the path (starting from the school bus stop). In the example only the relevant subtree is labeled. It can be seen that the longest path in this tree has a length of 165. If we restrict the maximum length of a path in the tree to 120, then the weights are adapted iteratively until every path has a length of at most 120. The final spanning tree is shown in Figure 2b, where the longest path is 112 and thus satisfies the maximum length restriction.
Figure 2

Limiting the length of the paths in the initial bus route graph.

Limiting the length of the paths in the initial bus route graph. All arcs in the MST are directed toward the respective school. As soon as a feasible bus graph for each school has been found, we obtain a single directed graph by taking the union of all their edges. Therefore, for every pupil a path in this graph exists that starts at her initial bus stop (home) and ends at the destination bus stop (school).

Pupil Routing.

Based on this initial bus route graph, pupil paths are calculated. This is done iteratively for every pupil waiting at a bus stop using a shortest path algorithm on the bus graph taking into account bus capacities (i.e., the arcs are capacitated). As in the previous step, bus capacities were neglected, it is possible and even likely that it is not possible to route all pupils through the graph without violating arc capacities. In this case, the graph has to be augmented. Figure 3 shows an example of bus graph augmentation. Figure 3a is the bus graph generated in the previous step with labeled nodes. The labels represent the node numbers. We assume that at every bus stop exactly one pupil is waiting. The arc labels in parenthesis are the arc utilizations (i.e., the number of pupils on the bus servicing this arc). On arc (14, 11) the utilization is 3 and on arc (12, 11) the utilization is 2. Therefore, utilization on arc (11, 10) is 3 + 2 + 1 = 6.
Figure 3

Bus graph augmentation.

Bus graph augmentation. Now assume that the bus capacity respectively arc capacity is 5. On arcs {(11, 10), (10, 1)} this constraint is violated and the graph needs to be adapted. The idea is to augment the graph as little as possible and, therefore, minimize the additional costs necessary to transport all pupils. For every pupil who does not reach her destination, a set of reachable bus stops is identified. From this set for every bus stop the cost of an arc to the destination bus stop is calculated. The arc with the least cost is added to the bus graph. This is done iteratively until all pupils reach their destination bus stops. The order in which the pupils are considered in the routing is random but consistent (i.e., in every iteration pupils are routed in the same order). In the example in Figure 3a suppose that pupils waiting at bus stops 13 and 12 are not yet routed through the network. Now the pupil at bus stop 12 is routed. She only reaches bus stop 10, then a capacity constraint violation occurs. Pupil 13 is routed next and reaches bus stop 11 before capacity constraint violation occurs: the residual capacity on arc (11, 10) is zero at that point. For those two pupils, the set of reachable nodes is calculated. For the pupil at node 13 it is {13, 12, 11}. Now the graph is augmented by adding the shortest arc which connects a node from the set of reachable nodes with the destination bus stop. In this example this is arc (12, 1). Figure 3b shows the result with adapted arc utilization. Now a capacity feasible pupil routing exists and the temporal aspects of this partial solution must be checked. This is done by the bus scheduling component.

Bus Line Scheduling.

The purpose of bus line scheduling is to fix the begin times of the bus routes, such that they are synchronized at the transfer points and pupils reach their schools within the arrival time windows. This synchronization at transfer points possibly leads to waiting times for pupils and buses, and therefore, it may increase the travel time of pupils. Waiting times can only arise at transfer points. Algorithm 3 shows the general flow of the bus line scheduling. It is done on the bus line graph, which is an aggregation of the bus route graph. A bus line is a path in the routing graph where no transfers happen. A simple example based on the routing graph given in Figure 3b is shown in Figure 4. On the x‐axis time is drawn where the start of the planning horizon (e = 0) and the arrival time window are marked with dashed lines. The rectangles represent the bus lines. For example, bus line 1 visits the bus stops 19, 18, 17, and finally arrives at the school bus stop 1 within the respective arrival time window. In this simple example most bus lines are independent but three bus lines (4, 5, 6) must be synchronized at bus stop 5. For nontrivial problems the bus line graphs have a high number of interdependent bus lines.
Figure 4

Bus line graph and scheduled bus lines.

Bus line graph and scheduled bus lines. Therefore, bus line scheduling is divided into two phases: a preprocessing phase to detect cycles in the solution for which no feasible schedule exists (Algorithm 3, lines 4 – 7), and the scheduling phase. Figure 5 shows an excerpt of a solution which contains such an unresolvable cycle. In this example, pupil 1 is at bus stop 1 and needs to go to bus stop 3 (indicated by the dashed arc), pupil 2 is at bus stop 2 and needs to go to bus stop 1, and pupil 3 is at bus stop 3 and needs to go to bus stop 2. A cycle here is not an arc cycle but a cycle in the sequence of arcs used by pupils. This becomes clear if we add the time dimension as in Figure 5c. There, the pupil paths are aligned according to their arc utilization. And it becomes clear that if arc (1, 2) is serviced first, then arc (2, 3) and finally arc (3, 1), then there is no additional arc which is needed by pupil 3 to get from bus stop 1 to bus stop 2.
Figure 5

Sequencing of a solution: (a) a cycle in the solution, (b) resolved cycle, (c) temporal order of the pupil paths of the cycle in figure (a), (d) pupil arc graph of cycle depicted in (a), and (e) pupil arc graph of the resolved cycle shown in (b).

Sequencing of a solution: (a) a cycle in the solution, (b) resolved cycle, (c) temporal order of the pupil paths of the cycle in figure (a), (d) pupil arc graph of cycle depicted in (a), and (e) pupil arc graph of the resolved cycle shown in (b). The preprocessing detects such situations and repairs them. This is done by building a temporary graph based on the pupil paths (Fig. 5d) and on this graph we apply a topological sort. Every node in the temporary graph is an arc of the bus graph; (1–2) is the arc from bus stop 1 to bus stop 2. The arcs represent a path of a pupil, for example, pupil 1 utilizes arcs (1, 2) and (2, 3). Therefore, an arc [(1 – 2), (2 – 3)] is inserted into the graph. This is done for every pupil. If the resulting graph does not contain a cycle (i.e., it is topologically sortable), an order of arcs exists which can physically be serviced. In this context, we refer to this step as graph sequencing. Even though this could also be integrated into the scheduling, we decided to add an extra step, because the problem of nondecomposable graphs occurs often in case of bigger instances and it is faster to check. In case the sequencing graph is not topologically sortable (as in Fig. 5d), the pupil routing must be changed and, therefore, the underlying bus graph. To eliminate cycles two different approaches are implemented. The first approach is to determine all arcs which are contained in the cycles and to insert inverted arcs. For example, adding the arc (2,1) to the graph in Figure 5b would eliminate the cycle and result in the pupil arc graph depicted in Figure 5e. The reverse arcs are inserted into the graph and the pupil paths are calculated based on the new graph and the sequencing is done again. This is repeated until the graph is topologically sortable. If the cycles cannot be removed in this way (i.e., it is detected, that all reversed arcs of the cycle are already in the bus route graph), the strategy is changed. Now shortcuts between two arbitrary nodes in the cycles are added until the graph sequencing is feasible. Finally, the starting times of the bus routes must be fixed. This is done using the approach of Dechter et al. 11 referred to as STP. They describe an approach where a set of inequalities of the form can be transformed into a weighted graph and solved using an all‐pairs shortest path problem. A detailed description of this method is given in 11 and the application in a DARP context is shown in 18. If a solution without negative cycles exists, a feasible schedule exists and the algorithm returns the lower and upper bounds of the variables and fixing those variables to their upper bound yields a feasible solution. In this case, the solution construction process terminates with a feasible solution. In case there is a cycle in the temporal graph, then no feasible solution exists and the infeasibility must be resolved. It is difficult to determine which component of the solution causes the infeasibility. For example, a trip arrives too late at a school. Is the trip really too long, or is it caused by multiple transfers of pupils and therefore the required synchronization at the transfer points (i.e., induced by waiting time)? Often it is not a single element but the combination of the elements which leads to infeasibilities. Nonetheless to resolve the infeasibility we use a simple approach. On the temporal aspects of the bus route graph we do a backward scheduling (i.e., we determine the latest times of all routes beginning with the latest arrival time at the schools). Iteratively, we determine the latest times of the preceding events. This allows us to identify the nodes at which the time‐constraint violations occur. Please note that by doing backward scheduling only, we are more restrictive than necessary and may, therefore, exclude feasible solutions. In case an infeasibility is detected, the bus and pupil routes are analyzed and subpaths which are identified to be part of the infeasibility are stored and must not occur in successive pupil routing attempts. For the bus line graph shown in Figure 4 consider that the waiting time from bus line 6 to bus line 5 at transfer point 5 exceeds the maximum waiting time. Then, the subpath (6, 5, 1) for the pupils is declared forbidden and a different pupil routing on the basis of the bus graph must be found. Forbidden subpaths are stored in a tabu list. Then, the pupil paths are recalculated under consideration of the forbidden subpaths contained in the tabu list (i.e., those subpaths must not be used on pupil paths). Therefore, the bus route graph must be adapted so that all pupils reach their destination bus stop. This process is repeated until the solution is feasible. At this point a feasible initial solution is available, but it is likely that the solution utilizes more arcs than necessary. Therefore, arcs which are not necessary are removed from the graph in an iterative manner. Before an arc is removed, it is tested if the solution remains feasible without this arc. In case the arc is necessary for feasibility, it is not removed. Arcs are tested for removal from longest to shortest regardless of the arc utilization. Outgoing arcs of nodes which have only a single outgoing arc are not considered. This way a feasible local optimal solution is generated. Based on this solution the iterative improvement scheme is started.

Neighborhood‐Based Search Method

Analysis of the solutions after construction showed that in some cases the structure of the initial solution was quite different compared to the optimal routing solution calculated by the solver for small problem instances. Therefore, we designed an improvement method which is able to transform the structure of a given solution in such a way that good solutions can be obtained. Figure 6 emphasizes this by comparing the initial solution and the final, improved solution. It is a problem with two schools, 18 bus stops, and eight pupils. There, it can be seen that the pupil flows of the two solutions are completely different: Figure 6a consists of two independent bus systems, whereas the optimized solution in Figure 6b has a central transfer bus stop from which the pupils are then transported to their destination bus stop. To achieve this, the underlying structure of the bus routes must be changed completely. Conversely, in case the solution is already good and requires only slight modifications to become very good, the optimization method should allow this, too.
Figure 6

Solution structure comparison of initial solution and improved solution.

Solution structure comparison of initial solution and improved solution. We use the idea of destroy and repair‐based neighborhood search 26 for several reasons: First, it currently is state‐of‐the‐art and successfully applied to a number of different, complex routing problems 18, 27, 30. Second, it allows to control the amount of perturbation of a solution by parametrizing the operators, and therefore, it is able to balance exploitation and exploration. Third, additional methods can easily be integrated to adapt to the requirements of slightly different settings (e.g., some new test instances may be hard to optimize utilizing the current operators, then the operators can be adapted easily). The idea here is to destroy or perturb a solution in terms of structure and then repair this solution in terms of solution quality. In this context, the destroy operator is a solution perturbation and the repair operator is a local search. In Algorithm 1 an outline of our approach is given. After an initial feasible solution is constructed it is iteratively perturbed and reoptimized. The perturbation changes the bus routing graph by removing and inserting arcs without considering arc capacities or temporal constraints. This may result in an infeasible solution and it is necessary to restore feasibility. As we have already developed the methodology to restore feasibility for the solution construction phase the same methods are used in the improvement phase, namely pupil routing and bus line scheduling (see sections 4.1.3 and 4.1.4). Finally, a local search is applied to the perturbed feasible solution. It improves the solution quality by either removing arcs from the bus route graph, or by exchanging long arcs with shorter arcs preserving feasibility. Hence two different types of operators are needed: perturbation and local search. They are described in the following.

Perturbation.

All operators are randomized and work by deleting and adding arcs in the bus route graph. To prevent cycling, all moves which are induced by an operator are stored in a tabu list. If an arc is removed from the solution, then it must not be added again until it is removed from the tabu list. If an arc is added to the solution, then it must not be removed as long as it is in the tabu list. Two different lists are used, one for forbidden arc removals and one for forbidden arc insertions. The length of the tabu list is a parameter. For all perturbation operators, the amount how much of the solution is perturbed can be given in percentage of the number of arcs of the solution. It is possible to only slightly change a solution if the amount is low or to change many arcs if the amount is high. Every perturbation operation consists of two steps: Arc removal, where a certain amount of arcs is removed. Followed by arc insertion, where an operator inserts a certain number of arcs. Long arc removal. All arcs of the graph are sorted according to their length. This list then is used to remove a certain number of arcs. Finally the amount of removed arcs is inserted again randomly, where short arcs are preferred. The amount is either 0.2 k, 0.5 k, or 0.7 k, where k gives the number of arcs in the current solution. Random arc removal. A certain amount of random arcs are removed. The same amount of removed arcs are inserted again with a bias toward short arcs. For arc insertion two different variants exist: connect geographically close nodes; do not connect geographically close nodes. The amount is either 0.4 k, 0.5 k, 0.7 k, or 0.9 k, where k gives the number of arcs in the current solution. After applying any of the perturbation operators, the solution structure has changed but the new solution is most likely infeasible. Before the local search operator can be applied feasibility must be restored. This is done by applying the pupil routing and bus line scheduling algorithms of the solution construction.

Local Search.

The local search operator improves or repairs a solution by removing arcs from the solution to improve the objective function value in terms of the total length of the bus arcs. It iteratively removes arcs from the current solution. An arc is only removed if the solution stays feasible without the respective arc, else it is not removed. As soon as a valid arc for removal is found, it is removed, (i.e., the arcs are removed in a first‐improvement scheme). The local search continues with the modified solution. We use three different ideas with respect to the order in which arc removals should be tried and performed. They are described in the following.

Long arc repair.

This operator tries to remove long arcs in the solution. To achieve this, all arcs are sorted in decreasing order according to their length. Iteratively, every arc is tested for removal with a probability proportional of 0.95, where x refers to the rank of the arc in the sorted list (i.e., the removal probability decreases geometrically).

Residual capacity repair.

This operator tries to remove arcs with low utilization, which are not first in a path. The idea is that arcs with low utilization can likely be removed without a too high solution perturbation in terms of pupil rerouting. The arcs are sorted in decreasing utilization order. Then, iteratively, every arc is tested for removal with a probability proportional of 0.95, where x refers to the rank of the arc in the sorted list.

Random repair.

All arcs are in a random order list and the probability of arc removal for every arc in the list is proportional to 0.95, where x refers to the rank of the arc in the list.

Solution Evaluation.

The solution evaluation consists of two steps: Determine the length of the bus arcs. Determine the number of transfers for every pupil, in case it is limited. The length of the solution is determined by summing up the arcs of the solution. However, if the number of maximum allowed transfers is limited, we must determine which bus services which bus lines and if a pupil needs to transfer from one bus to another, see objective function (1) and constraints (13). To determine the number of transfers for the pupils, it is necessary to assign buses to bus lines. The below model determines the minimum number of buses necessary to serve the different bus lines and it returns a feasible schedule for each of the used buses. Based on this result, the number of transfers for pupils is computed, penalized, and added to the solution quality. Given is the set of bus lines T. For every bus line i T the start time A and its duration d is known. The driving time between the last bus stop of line i T and the first bus stop of line j T is given. Additionally a minimum and a maximum waiting time for a bus which services a consecutive line, , is given. Based on this information, we are able to identify all time feasible bus line pairs (i, j) that can be served consecutively by a single bus. If a bus services line j after i then the starting time of j must be greater then the ending time of i plus the service duration of line i, given by d , plus the travel time t to the start location of j (plus minimum and maximum waiting time at the beginning of j). In case the last stop of i is the same as the first stop of j (i.e., t = 0), waiting time does not need to be considered. More formally, let P denote the set that contains all feasible bus line connections (i, j), that is, all those bus line pairs for which one of the following two conditions holds: Using this information and binary variables, we are now able to give the integer program that we use to minimize the number of buses. Objective function (47) minimizes the number of first bus lines which corresponds to minimizing the number of buses: It is subject to two sets of constraints. A line j is either a first (f = 1) line for a bus or has a predecessor A line i either is the last line (l = 1) for a bus or has a successor

ADDITIONAL MODELING APPROACHES

The school bus routing problem (without transfers) can also be modeled as an OVRP or as a DARP. In case the problem is modeled as an OVRP every school serves as depot and every bus stop at which a pupil for the respective school waits must be serviced by the bus. Pupils waiting at the same bus stop which have the same destination are grouped and treated as a single entity. For every school an independent problem arises and, therefore, multiple OVRP instances must be solved for every school bus routing problem. The other approach is to model the problem as a DARP. The pupils are pickup up at their initial bus stop and are transported to their destination bus stop. Here, the pupils are treated independently from each other; hence for every pupil a transportation request must be serviced. In case of the DARP pupils of different schools may share a single bus. In this respect, the DARP is more general than the OVRP. Both modeling approaches are described in the following.

Open Vehicle Routing Problem

Given is a complete graph with the vertex set and the edge set E. Vertex 0 is the depot and vertices are the customers. Every customer has a demand d . The travel time of edge is given by t , where . The vehicle capacity of the homogeneous fleet is given by c, where . In case of the OVRP, the vehicle routes either do not need to start at the depot (in case a pickup problem is given) or do not need to end at a depot (if a delivery problem is given, i.e., or ). The objective is to find a set of round trips of minimum cost. Every customer must be serviced exactly once with a single visit. For every round trip, the sum of the customer demands must not exceed the vehicle capacity and the length of the round trip must be within an upper bound. The OVRP solver used here is described in 17 and based on VNS proposed by Mladenović and Hansen 15. The main components of VNS are a set of neighborhood operators, often ordered in increasing neighborhood size, for shaking and a set of operators for local search. Shaking operators perturb a given solution and local search operators improve a solution with regard to the objective function. At first a feasible solution is perturbed by a shaking operator and then local search is applied to improve the solution. The shaking and improvement cycle is repeated until the search cannot escape from a local optimum. The idea of VNS now is to cycle through different neighborhood operators to perturb the current solution and thus may escape local optima and finally converge to the global optimum. The VNS used here implements three different shaking operators: cross and icross‐exchange, sequence ruin with reroute heuristic, and random ruin with reroute. Further, the solution concept provides four local search neighborhood operators: 2‐opt, cross‐exchange, or‐opt, 2‐opt*. For a detailed description of the solution concept and its performance refer to 17.

Dial‐A‐Ride Problem

Given is a complete directed graph . V is the set of all vertices and A is the set of all arcs. For every arc (i, j) a non‐negative travel time t is given. Vehicles are stationed at a depot 0 and must service n transportation requests. Each transportation request has an origin i and a destination n + i and a quantity q , where . A request may have a pickup time window (inbound request) or a delivery time window (outbound request). In case of the school bus routing problem all requests have a delivery time window which is determined by the school begin time and the maximum and minimum waiting time at school. Thus, all requests are outbound requests. Formulating the school bus routing problem as a DARP, allows to transport pupils of different schools in the same vehicle (i.e., mixed loads). Every pupil is a single transportation request and must be picked up at her initial bus stop i and must be transported to her destination bus stop n + i. A time window at the destination bus stop is given that refers to the earliest and latest arrival time at school. We use the dial‐a‐ride solver proposed in 30 which is based on the work of Parragh et al. 25, it can handle dynamic and stochastic problems. The school bus routing problem is a static problem without stochastic aspects. The optimization strategy is based on VNS using the following neighborhood operators: move, swap, chain, and zero split. Every operator has an intensity level which ranges from one to five to control the amount of change. For a detailed description please see 30.

COMPUTATIONAL ANALYSIS

In the previous sections, a solution concept to compute a transportation plan for the school bus routing and scheduling problem with transfers was described, in the following referred to as SBR. Two additional modeling approaches were given. This section summarizes the results obtained by applying the three different solution methods to a set of benchmark problems. We want to answer the following questions: How do different modeling and solution techniques perform on different problem instances and what are the differences in the solution properties (i.e., quality and service level)? How does the number of maximum allowed transfers influence the solution quality and the service level (time loss and number of transfers)? What impact has the pupil assignment strategy on the solution quality and service level? The quality is defined by the objective function (1) without the penalty term. Therefore, it is the length of the arcs traveled by the buses. The objective in all three alternative modeling approaches (SBR, DARP, and OVRP) is identical. This allows us to compare the results. To measure the service level, we use the time loss of the pupils 33 and the number of transfers. The time loss of a pupil is the difference of the actual travel time from home to school and the shortest travel time (i.e., the pupil is assigned to its nearest bus stop, is picked up by a bus and directly transported to the destination bus stop). At first we describe the design of the benchmark problems and the setting of the computational experiments (section 6.1). Then an in depth analysis of the results is given (section 6.2) by comparing results of our approach (SBR) to solutions computed by two state‐of‐the art VNS‐based solver, namely a DARP solver 30 and an OVRP solver 17 as described in section 5.

Problem Instances

We use a set of 21 benchmark instances which range from eight pupils and two schools to 500 pupils and eight schools. The benchmarks are generated artificially but are designed to reflect the given situation. As we focus on nonprimary schools, pupils can enrol in the school of their choice and may, therefore, be located in the whole geographic area. The bus stops have the same geographic location in all instances, whereas pupil home locations vary. The planning horizon starts at zero (i.e., e = 0) and school begin times are 60 min. Therefore, the planning horizon is an hour. Table 1 summarizes the general properties of the problem instances. For every row in this table the instances differ only in the pupil location, all other parameters are fixed.
Table 1

Overview of the problem instance properties.

InstancePupilsSchoolsBus capacity
inst01 – inst03824
inst04 – inst05100240
inst06 – inst07200240
inst08 – inst09500240
inst10 – inst11100440
inst12 – inst13200440
inst14 – inst15500440
inst16 – inst17100840
inst18 – inst19200840
inst20 – inst21500840
Overview of the problem instance properties. The bounds on the arrival time at school s are , and the bounds on the bus change waiting time are , and, in all instances. A time window is defined, which specifies the minimum and maximum allowed waiting time for a bus if it services another bus line after the current one. These parameters are: and .

Analysis

All of the following computations were performed on an Intel Core i7‐3770 CPU with 3.40 GHz with 16GB RAM and a maximum runtime of 1 h. The solution concept was implemented in Java and executed using the Java SE Runtime Environmnent 1.8.0 and the HotSpot 64‐Bit Server VM. The runtime for every instance is 60 min. For all approaches pupils are routed in groups (i.e., pupils which have the same pickup bus stop and the same destination bus stop are routed as a single entity). In the following, we give summary based on the results given in Tables 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19. Solution quality and time loss are given in minutes.
Table 8

Solution quality of different problem instances and pupil assignment strategy 1 and unlimited pupil transfers.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0119.933317.5347.16010.250
inst0219.933319.9988.20510.250
inst0314.03524.4561.13400.000
inst0446.939722.9785.44410.320
inst0546.939623.2645.44120.660
inst0654.1661018.8814.57210.455
inst0750.528918.5533.79410.240
inst0877.8061219.7343.01510.202
inst0976.7811223.4563.34610.316
inst1051.593923.9126.05930.890
inst1155.5531024.2976.36230.760
inst1258.5381018.1754.51820.500
inst1355.581921.3465.21920.685
inst1496.212926.1185.03930.562
inst1591.3111221.0895.15420.490
inst1663.052720.6226.20730.870
inst1765.327921.7076.74731.120
inst1855.634918.3824.21730.575
inst1958.7221018.7643.79520.630
inst20106.988937.3607.03120.666
inst21104.5181028.6345.70030.838
Table 9

Solution quality of different problem instances and pupil assignment strategy 1 and at most two pupil transfers.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0119.930317.5347.16010.250
inst0219.930319.9988.20510.250
inst0314.04024.4561.13400.000
inst0446.940722.9785.44420.530
inst0546.940623.2645.44120.660
inst0653.0301021.6884.61910.390
inst0750.530918.5533.79410.240
inst0878.5701215.4782.69910.320
inst0977.8101220.6913.37310.310
inst1052.1801017.2314.97220.560
inst1152.1801016.3104.71620.580
inst1258.8801018.1754.65920.495
inst1357.600921.3465.17120.605
inst1492.9301122.3574.39120.500
inst1591.8301034.7745.03620.518
inst1669.130824.4785.46020.760
inst1768.7901119.8036.43020.780
inst1856.3001017.9363.88620.545
inst1958.7201018.7643.84920.630
inst20104.9301028.0696.45420.644
inst21109.4001127.5246.07020.574
Table 10

Solution quality of different problem instances and pupil assignment strategy 1 and at most one pupil transfer.

DARPOVRP
InstanceQualityBusesTime loss (max)Time loss (avg)QualityBusesTime loss (max)Time loss (avg)
inst0121.950413.9004.09421.950413.9013.615
inst0221.257221.7787.14921.957313.3595.326
inst0314.035212.4213.91714.03524.4562.268
inst0458.282522.8049.50374.499726.0875.486
inst0549.992327.9138.40465.415724.3575.820
inst0651.721339.94910.56376.246915.7854.223
inst0744.052440.58311.01272.632918.8483.874
inst0849.004336.8819.63892.1471019.1633.462
inst0949.004337.45910.44291.6681017.7083.830
inst1063.481434.60612.041114.167821.7337.321
inst1172.970234.5168.188117.9681318.1404.076
inst1274.967436.6349.309145.8121228.3816.520
inst1366.873438.1299.479137.1311222.7765.166
inst1472.691442.0859.985157.3441620.1643.696
inst1574.016341.07010.107157.2741617.4603.636
inst1667.909229.6808.680171.5801526.2586.533
inst1780.401333.9239.407194.4312024.9954.597
inst1867.190333.70410.879133.4871228.6606.507
inst1971.999437.16810.416130.2441218.8484.978
inst20109.280439.3369.951297.9352329.0707.592
inst2184.776239.28610.325291.3322227.5067.065
Table 11

Solution quality of the problem instances and pupil assignment strategy 1 for the DARP solver and the OVRP solver.

DARPOVRP
InstanceQualityBusesTime loss (max)Time loss (avg)QualityBusesTime loss (max)Time loss (avg)
inst0121.950413.9004.09421.950413.9013.615
inst0221.257221.7787.14921.957313.3595.326
inst0314.035212.4213.91714.03524.4562.268
inst0458.282522.8049.50374.499726.0875.486
inst0549.992327.9138.40465.415724.3575.820
inst0651.721339.94910.56376.246915.7854.223
inst0744.052440.58311.01272.632918.8483.874
inst0849.004336.8819.63892.1471019.1633.462
inst0949.004337.45910.44291.6681017.7083.830
inst1063.481434.60612.041114.167821.7337.321
inst1172.970234.5168.188117.9681318.1404.076
inst1274.967436.6349.309145.8121228.3816.520
inst1366.873438.1299.479137.1311222.7765.166
inst1472.691442.0859.985157.3441620.1643.696
inst1574.016341.07010.107157.2741617.4603.636
inst1667.909229.6808.680171.5801526.2586.533
inst1780.401333.9239.407194.4312024.9954.597
inst1867.190333.70410.879133.4871228.6606.507
inst1971.999437.16810.416130.2441218.8484.978
inst20109.280439.3369.951297.9352329.0707.592
inst2184.776239.28610.325291.3322227.5067.065
Table 12

Solution quality of different problem instances and pupil assignment strategy 2 and unlimited pupil transfers.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0120.842312.9694.98210.500
inst0221.016311.1554.52800.000
inst0313.91939.8711.74200.000
inst0440.643725.6705.94610.490
inst0536.776618.5554.79010.260
inst0653.3581121.9525.61710.620
inst0750.605818.6864.80310.350
inst0879.6101220.3094.45010.276
inst0979.3311123.4885.27720.396
inst1044.516722.0776.99130.940
inst1154.845925.2156.19820.660
inst1258.900922.2115.61830.810
inst1358.611922.6235.65320.875
inst14102.2811031.9626.36020.608
inst1590.8201025.6855.50330.586
inst1657.522631.31911.91621.030
inst1769.271928.4619.98431.090
inst1859.9351019.1994.69030.745
inst1957.712924.8436.12330.860
inst20108.9041129.2967.22330.802
inst21108.190836.4047.00420.690
Table 13

Solution quality of different problem instances and pupil assignment strategy 2 and at most two pupil transfers.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0120.842312.9694.98210.500
inst0221.016311.1554.52800.000
inst0313.91939.8711.74200.000
inst0441.939825.8035.87610.390
inst0536.776619.0914.78320.370
inst0653.2081218.3694.82610.585
inst0752.911818.5534.91610.485
inst0881.2541221.3554.61610.308
inst0980.8901026.2135.08720.332
inst1050.515922.1976.90221.050
inst1154.8451025.2155.88720.810
inst1256.220727.5316.15820.635
inst1360.043925.2585.30620.550
inst1499.3791325.5044.81920.520
inst1597.6901225.6825.28520.556
inst1659.539626.3198.87720.910
inst1770.442733.1128.20720.980
inst1858.357920.3105.06520.700
inst1960.8071020.9064.45220.745
inst20106.630931.8376.81220.674
inst21115.2661133.5437.29320.820
Table 14

Solution quality of different problem instances and pupil assignment strategy 2 and at most one pupil transfer.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0120.842312.9694.98210.500
inst0221.016311.1554.52800.000
inst0313.91939.8711.74200.000
inst0440.301824.7675.37010.410
inst0536.776619.0915.35910.410
inst0653.2081218.3694.82610.585
inst0752.911818.5534.91610.485
inst0879.6401320.3094.29810.328
inst0979.6771122.6284.61310.270
inst1051.611722.7715.28310.520
inst1156.621619.2625.29110.510
inst1259.447829.2835.99910.490
inst1363.217724.4416.61010.600
inst14104.3461521.8594.97610.464
inst1599.4481420.2895.22310.424
inst1696.341830.7509.48210.580
inst1771.777819.3236.34910.630
inst1865.6161031.5924.95310.375
inst1966.4011130.9395.58210.485
inst20146.8231232.2256.59410.518
inst21201.7711929.8415.83910.520
Table 15

Solution quality of the problem instances and pupil assignment strategy 2 for the DARP solver and the OVRP solver.

DARPOVRP
InstanceQualityBusesTime loss (max)Time loss (avg)QualityBusesTime loss (max)Time loss (avg)
inst0121.92037.8793.14122.86037.8793.244
inst0221.661114.3046.80021.016311.1554.528
inst0316.66139.8703.45413.91939.8712.323
inst0446.479245.12313.49966.504828.5367.931
inst0541.806239.44713.82960.974622.5126.833
inst0642.203238.97612.72469.433825.5795.050
inst0745.643540.65213.81872.915924.8614.693
inst0848.192242.23910.99086.9721020.3054.108
inst0950.162236.69411.19484.4791020.0083.951
inst1046.939139.91911.456107.341935.1138.123
inst1149.938435.3949.113127.255934.1049.175
inst1261.642238.36213.430137.9691332.7766.382
inst1360.494333.50312.034136.5041027.4747.689
inst1476.739543.52310.967157.3461723.2284.077
inst1577.095538.60911.112160.9101524.6515.130
inst1666.457341.14711.775180.1391625.9196.715
inst1766.583240.47910.159198.5651527.2116.307
inst1867.150339.07112.819127.5401222.4236.986
inst1955.240337.47912.676131.5041132.7946.877
inst2072.619338.36210.276280.4432031.4017.522
inst2174.347243.42310.705285.4432133.9026.971
Table 16

Solution quality of different problem instances and pupil assignment strategy 3 and unlimited pupil transfers.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0121.824410.2884.04120.750
inst0221.016311.1554.52800.000
inst0313.91939.8711.74200.000
inst0440.643626.1466.11910.550
inst0536.776619.0915.35910.410
inst0654.767921.9525.81420.510
inst0751.929818.5534.80110.505
inst0880.6291219.3844.55410.276
inst0978.9081119.3784.73920.384
inst1046.666721.1805.27520.630
inst1154.845925.2156.53320.760
inst1257.245629.4415.53520.385
inst1359.472821.5835.81420.720
inst1499.8861228.0705.49230.582
inst1594.493924.4726.12420.590
inst1655.662622.3397.88121.030
inst1763.715626.2748.25741.160
inst1858.357920.3105.06520.695
inst1959.0441024.8435.97430.810
inst20108.4321030.0477.67330.724
inst21110.4431134.4956.70330.934
Table 17

Solution quality of different problem instances and pupil assignment strategy 3 and at most two pupil transfers.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0121.824312.4465.12020.500
inst0221.016311.1554.52800.000
inst0313.91939.8711.74200.000
inst0440.957724.7675.95720.650
inst0536.776619.0915.35910.410
inst0653.2081218.3694.82610.585
inst0752.0461025.0705.63710.355
inst0882.7851221.3554.65910.306
inst0977.7821026.2134.57620.326
inst1049.510520.6316.69820.760
inst1155.0881124.2077.15020.840
inst1258.720831.5926.35820.650
inst1358.611922.6235.65320.890
inst1497.3231325.5044.67720.598
inst1597.2851125.2495.86220.542
inst1659.423825.3238.66121.050
inst1766.557628.7967.66020.630
inst1857.099822.7025.04320.690
inst1960.7901020.8894.51820.660
inst20112.6901037.2367.50320.754
inst21117.017934.2277.37420.766
Table 18

Solution quality of different problem instances and pupil assignment strategy 3 and at most one pupil transfer.

Time lossTime lossTransfersTransfers
InstanceQualityBuses(max)(avg)(max)(avg)
inst0122.80645.3791.86110.250
inst0221.016311.1554.52800.000
inst0313.91939.8711.74200.000
inst0440.643725.6705.73910.470
inst0537.758719.0914.63310.310
inst0653.2081218.3694.82610.590
inst0752.623818.1895.00710.470
inst0880.6171220.3094.52410.300
inst0980.2771017.6764.12510.300
inst1051.611720.9645.03010.520
inst1160.023722.3545.46410.500
inst1261.2091019.1994.80810.560
inst1362.235724.4416.74510.590
inst14103.8851523.6734.49310.420
inst1598.6261223.7195.52110.440
inst16102.416727.8177.56010.550
inst1786.512732.1956.14310.400
inst1858.443538.2657.72410.470
inst1964.7451030.9395.82310.480
inst20133.2851432.2257.59210.550
inst21134.8071429.2618.44310.580
Table 19

Solution quality of the problem instances and pupil assignment strategy 3 for the DARP solver and the OVRP solver.

DARPOVRP
InstanceQualityBusesTime loss (max)Time loss (avg)QualityBusesTime loss (max)Time loss (avg)
inst0122.80637.8792.48622.80637.8792.486
inst0217.956125.6277.88721.016311.1554.528
inst0313.91939.8702.52313.91939.8712.323
inst0440.347139.66512.65166.504828.5367.931
inst0545.793337.11310.34060.974622.5126.833
inst0645.427239.05415.99569.433825.5795.050
inst0749.322244.84414.38972.915924.8614.693
inst0849.696335.6029.56186.9721020.3054.108
inst0948.355241.82513.91884.4791020.0083.951
inst1050.079235.21313.074107.341935.1138.123
inst1160.882239.69513.074127.255934.1049.175
inst1269.083437.53111.605137.9691332.7766.382
inst1364.347242.96513.928136.5041027.4747.689
inst1477.824534.74810.572157.3461723.2284.077
inst1570.469742.18512.904160.9101524.6515.130
inst1673.907538.22712.652180.1391625.9196.715
inst1767.210538.11712.585198.5651527.2116.307
inst1865.132437.32712.651127.5401222.4236.986
inst1970.890437.16811.591131.5041132.7946.877
inst20106.800539.07111.025280.4432031.4017.522
inst2182.691242.22912.008285.4432133.9026.971

How do different modeling and solution techniques perform on different problem instances and what are the differences in the solution properties (i.e., quality and service level)?

In Table 2, we provide average results for the three different modeling approaches considering the proposed benchmark instances which contain multiple schools. For these experiments, we use pupil assignment strategy pa1 (i.e., we minimize the distance to the pupils' destination bus stop when determining the starting bus stop). Furthermore, more than one transfer per pupil is penalized (i.e., C = 1, W = 100, where C is the number of maximum allowed transfers and W refers to the penalty weight). We note again that the other two approaches do not allow transfers. On average, the solution quality obtained by means of the OVRP solver (127.997 min) is 66.3% worse and the solution quality of the DARP solver (62.339 min) is 18.9% better compared to the solution quality obtained by the proposed SBR approach (76.947 min). The average time loss of the OVRP solutions is 5.093 min and the time loss of the DARP solutions is 9.422 min, that is, 3.98% respectively 92.3% worse compared to the time loss of the SBR solutions (4.898 min). The good solution quality of the DARP solver comes at the cost of a high average time loss for the pupils. The comparison of instances which yield similar solution quality between SBR and DARP, (e.g., two schools, 100 and 200 pupils; eight schools, 100 and 200 pupils) shows that transfers allow a lower average time loss of the pupils. The solution quality of the OVRP approach deteriorates with an increasing number of schools, because for every school an OVRP is solved. Therefore, the solutions for the schools are independent (i.e., pupils of different schools cannot be on the same bus) and a lot of arcs are visited multiple times by buses for different schools. For the SBR approach, the average number of transfers per pupil ranges from 0.252 to 0.535 (i.e., 25% – 53% of the pupils must change the bus on their way to school), for instances with at least 100 pupils. Over all instances the average transfers of pupils is 0.377 (i.e., nearly 38% of the pupils must change the bus one time). Detailed results are in Tables 10 and 11.
Table 2

Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize distance to pupils' destinations (pa1), and at most one transfer.

Quality (avg)Time loss (avg)Transfers (avg)
SchoolsPupilsDARPOVRPSBRDARPOVRPSBRSBR
2819.08119.314 17.967 5.053 3.736 5.4990.167
210054.13769.957 47.430 8.9545.653 5.569 0.360
200 47.887 74.43951.77810.787 4.048 4.2070.315
500 49.004 91.90776.99210.0403.646 3.234 0.252
410068.226116.067 62.061 10.1155.699 4.836 0.435
20070.920141.471 62.197 9.3945.843 5.745 0.425
500 73.354 157.30996.84910.046 3.666 4.5310.408
8100 74.155 183.00679.8729.0435.565 5.193 0.535
20069.594131.865 63.905 10.6475.742 4.422 0.458
500 97.028 294.634210.41910.1387.328 5.743 0.418
average 62.339 127.99776.9479.4225.093 4.898 0.377
Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize distance to pupils' destinations (pa1), and at most one transfer. Tables 3 and 4 show the results for the two other pupil assignment strategies (i.e., minimizing bus stop fragmentation [pa2] and minimizing the number of bus stops [pa3]). Here, the average time loss of the pupils increases for all three approaches, and the objective function value decreases. The pupil assignment strategy influences the solution quality and the time loss of the pupils. A better solution quality implies a higher pupil time loss. For the SBR approach, pupil assignment strategies 2 and 3 also lead to a higher number of average transfers compared to pupil assignment strategy 1.
Table 3

Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize bus stop fragmentation (pa2), and at most one transfer.

Quality (avg)Time loss (avg)Transfers (avg)
SchoolsPupilsDARPOVRPSBRDARPOVRPSBRSBR
2820.08119.265 18.592 4.465 3.365 3.7510.167
210044.14363.739 38.538 13.6647.382 5.364 0.410
200 43.923 71.17453.06013.2714.872 4.871 0.535
500 49.177 85.72579.65811.092 4.030 4.4550.299
4100 48.439 117.29854.11610.2848.649 5.287 0.515
200 61.068 137.23761.33212.7327.036 6.304 0.545
500 76.917 159.128101.89711.040 4.604 5.0990.444
8100 66.520 189.35284.05910.967 6.511 7.9160.605
200 61.195 129.52266.00812.7486.931 5.267 0.430
500 73.483 282.943174.29710.4917.247 6.217 0.519
average 54.495 125.53873.15611.0756.063 5.453 0.447
Table 4

Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize number of bus stops (pa3), and at most one transfer.

Quality (avg)Time loss (avg)Transfers (avg)
SchoolsPupilsDARPOVRPSBRDARPOVRPSBRSBR
28 18.227 19.24719.2474.2993.112 2.710 0.083
210043.07063.739 39.200 11.4967.382 5.186 0.390
200 47.375 71.17452.91615.192 4.872 4.9160.525
500 49.025 85.72580.44711.740 4.030 4.3250.301
4100 55.480 117.29855.81713.0748.649 5.247 0.510
20066.715137.237 61.722 12.7667.036 5.776 0.570
500 74.146 159.128101.25511.738 4.604 5.0070.428
8100 70.559 189.35294.46412.619 6.511 6.8520.475
20068.011129.522 61.594 12.1216.931 6.774 0.475
500 94.746 282.943134.04611.516 7.247 8.0180.564
average 58.735 125.53670.07111.6566.037 5.481 0.432
Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize bus stop fragmentation (pa2), and at most one transfer. Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize number of bus stops (pa3), and at most one transfer. The comparison of solution quality for different pupil assignment strategies for the SBR approach shows that the quality using pupil assignment strategy pa1 (minimize distance to pupils' destinations) is worse compared to the other two assignment strategies. Pupil assignment strategies pa2 and pa3 lead to better solution quality, because they tend to utilize a lower number of bus stations and, therefore, need to visit fewer stops. This is obvious for strategy pa3 (minimize number of bus stops) but also true in the case of strategy pa2 (minimize bus stop fragmentation). The reason is that pupils for different schools are distributed in the whole geographic area. Therefore, it is often not possible to assign pupils to a bus stop so that only pupils of a single school are waiting there. This indirectly leads to minimizing the number of used bus stops, because the objective function minimizes the number of fragmented bus stops. In case most or all bus stops are fragmented, it leads to minimization of the number of bus stops. However, the effect strongly depends on the geographical distribution of the pupils. Averaged over all instances, assignment strategy pa1 uses 91% of the bus stops (i.e., in almost all cases, except for small instances, all bus stops are used); whereas assignment strategies pa2 and pa3 utilize only about 76% of the bus stops. Due to the lower number of used bus stops, pupil travel path lengths increase on average and, therefore, also the time loss. The detailed results for pa2 (minimizing bus stop fragmentation) are in Tables 14 and 15. For pupil assignment strategy pa3 (minimizing number of bus stops) the results can be found in Tables 18 and 19. Table 5 compares the results of the DARP, OVRP, and SBR approach for an unlimited number of allowed transfers in case of the SBR. Here, we see that on average the DARP (62.339) and SBR (62.606) results are comparable in terms of solution quality. However, the time loss is 9.422 for the DARP results and 5.133 for the SBR results, with an average of 0.556 transfers per pupil. The maximum number of transfers for those instances is three (see Table 8).
Table 5

Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize distance to pupils' destinations (pa1), and unlimited number of transfers.

Quality (avg)Time loss (avg)Transfers (avg)
SchoolsPupilsDARPOVRPSBRDARPOVRPSBRSBR
2819.08119.314 17.967 5.053 3.736 5.4990.167
10054.13769.957 46.939 8.9545.653 5.443 0.490
200 47.887 74.43952.34710.787 4.048 4.1830.348
500 49.004 91.90777.29310.0403.646 3.181 0.259
410068.226116.067 53.573 10.115 5.699 6.2100.825
20070.920141.471 57.059 9.3945.843 4.869 0.592
500 73.354 157.30993.76210.046 3.666 5.0960.526
810074.155183.006 64.189 9.043 5.565 6.4770.995
20069.594131.865 57.178 10.647 5.742 4.0060.602
500 97.028 294.634105.75310.1387.328 6.366 0.752
average 62.339 127.99762.6069.422 5.093 5.1330.556
Comparison of solution quality and service level for different approaches, pupil assignment strategy minimize distance to pupils' destinations (pa1), and unlimited number of transfers. We also compare the structure of the solutions calculated with the different solution techniques. Figure 7 compares solutions of the same problem instance (inst07, bus capacity 20) for the three approaches. The symmetry of the solution in case of the SBR approach can easily be seen (Fig. 7a). First the pupils are transfered to a central transfer point, one on the upper left (4) and one on the lower right (14). There they possibly change buses and are then transported to their destination school. In comparison, in the solutions computed by the other two approaches (Fig. 7b and c) some bus stops have to be visited multiple times. Additionally, some arcs are traversed multiple times (in different directions).
Figure 7

Comparison of solution structure of the different modeling approaches.

Comparison of solution structure of the different modeling approaches.

How does the number of maximum allowed transfers influence the solution quality and the service level (time loss and number of transfers)?.

Table 6 shows the results averaged over all test instances with at least 100 pupils. The column max. transfers refers to the number of maximum allowed transfers, and the column quality, time loss, transfers refer to the respective solution property. For every property mean and maximum are given. We see that the solution quality improves with the number of maximum allowed transfers. If only one transfer is permitted the mean of the solution quality is 79.479, which is 17.9% higher than with unlimited number of allowed transfers (67.406). However, the average number of transfers is 0.45 if at most one transfer is allowed, whereas the average number of transfers is 0.639 in case of an unlimited number of transfers (i.e., for an unlimited number of transfers the average number of transfers per pupil is 42% higher than in the case where only at most one transfer per pupil is allowed). The difference in time loss is about 6% (at most one transfer [5.421] versus unlimited number of transfers [5.806]). From this table, we see that, as the number of allowed transfers increases, the solution quality improves, while the service level deteriorates. Especially the improvement from allowing two transfers instead of one transfer is high. This is due to the structure of the test instances. For most instances, allowing more than two transfers per pupil does not allow to find solutions of improved quality. Only in very few instances some pupils utilize three transfers, when the number of allowed transfers is unlimited, and only in a single case at most four transfers per pupil are used (inst17, Table 16). The numbers for this analysis are in Tables 8, 9, 10, 12, 13, 14, and 16, 17, 18.
Table 6

Solution quality, number of transfers, and time loss over all instances with at least 100 pupils.

QualityTime lossTransfers
Max. transfersMeanMaximumMeanMaximumMeanMaximum
179.479243.2595.42138.2650.4501
268.464117.0175.55237.2360.6022
unlimited67.406110.4435.80637.3600.6394
Solution quality, number of transfers, and time loss over all instances with at least 100 pupils.

What impact has the pupil assignment strategy on the solution quality and the service level?

Table 7 compares solution quality and service level for different pupil assignment strategies and maximum allowed number of transfers. Again, only instances with at least 100 pupils are considered. Therefore, the numbers are slightly higher than in Tables 2, 3, 4. In the cases, where the maximum number of transfers is 1, the solution quality for different assignment strategies varies in the range of 75.72 – 83.50, which is about 10% difference. In the case of an unlimited number of allowed transfers the range of variation is 67.324 – 67.566, which is about 0.36%. We see that by allowing transfers the achievable solution quality increases and the solution quality range decreases. This, however, comes with an increase in the time loss as well as the number of transfers, which can also be seen in Table 7. For pupil assignment strategy pa1 (minimize distance to pupils' destinations), where the improvement in solution quality is highest, the time loss increases from 4.831 to 5.092 (about 5.4%) and the number of transfers increases from 0.401 to 0.599 (about 49.4%). For pupil assignment strategy pa2 (minimize bus stop fragmentation) those increases are from 5.642 to 6.342 (12.1%) and from 0.478 to 0.672 (40%) for the average time loss respectively transfers. The increase in time loss is 3.4% (from 5.789 to 5.984) and the increase in the number of transfers is 37% (from 0.471 to 0.648) for the pupil assignment strategy minimizing the number of bus stops (pa3). As expected, a higher improvement in solution quality implies a higher deterioration in the service level. Also, the improvement in solution quality from at most two transfers to an unlimited number of allowed transfers is small due to the fact that at most four transfers occur over all test cases, see Table 16, inst17. So, allowing transfers can compensate for bad pupil assignment in terms of solution quality at the cost of a lower service level. Detailed results are in Tables 8, 9, 10, 12, 13, 14, and 16, 17, 18.
Table 7

Solution quality, service level, and assignment strategy for maximum 1, 2 or unlimited transfers over all instances with at least 100 pupils.

Quality (avg)Time loss (avg)Transfers (avg)
Assignment123123123
No. of tranfers
183.50079.218 75.718 4.831 5.6425.789 0.401 0.4780.471
2 68.149 68.70668.537 4.804 5.8436.009 0.536 0.6340.637
unlimited67.566 67.324 67.329 5.092 6.3425.984 0.599 0.6720.648
Solution quality, service level, and assignment strategy for maximum 1, 2 or unlimited transfers over all instances with at least 100 pupils. Solution quality of different problem instances and pupil assignment strategy 1 and unlimited pupil transfers. Solution quality of different problem instances and pupil assignment strategy 1 and at most two pupil transfers. Solution quality of different problem instances and pupil assignment strategy 1 and at most one pupil transfer. Solution quality of the problem instances and pupil assignment strategy 1 for the DARP solver and the OVRP solver. Solution quality of different problem instances and pupil assignment strategy 2 and unlimited pupil transfers. Solution quality of different problem instances and pupil assignment strategy 2 and at most two pupil transfers. Solution quality of different problem instances and pupil assignment strategy 2 and at most one pupil transfer. Solution quality of the problem instances and pupil assignment strategy 2 for the DARP solver and the OVRP solver. Solution quality of different problem instances and pupil assignment strategy 3 and unlimited pupil transfers. Solution quality of different problem instances and pupil assignment strategy 3 and at most two pupil transfers. Solution quality of different problem instances and pupil assignment strategy 3 and at most one pupil transfer. Solution quality of the problem instances and pupil assignment strategy 3 for the DARP solver and the OVRP solver.

CONCLUSION AND FURTHER RESEARCH

In this article, a mathematical model, a heuristic solution concept and an in depth analysis of the resulting solution properties for the school bus routing, and scheduling problem with transfers was given. The proposed solution concept has a modular design and can, therefore, be adapted easily in case the problem changes (e.g., if the constraints for the scheduling need to be changed, a general constraint programming solver can replace the current module). Our computational study investigates three questions. First, it compares solutions of three different modeling approaches. Two approaches without transfers (OVRP, DARP) and our approach (SBR) which allows transfers. The benefit of integrated planning can be seen by comparing the OVRP solutions to solutions calculated by the DARP or SBR solver. For unlimited number of transfers the trade‐off between solution quality, number of transfers, and time loss becomes evident. A high solution quality implies an increase in the time loss if no transfers are allowed. Contrary, if transfers are allowed it is possible to achieve high solution quality with low time loss at the cost of higher average number of transfers. The second analysis shows, that with an increasing number of allowed transfers costs decrease but, consequently, the service level decreases, too. Especially the average number of transfers increases. Third, the computational study investigates the question of how the assignment of pupils can influence solution quality and service level. The impact of the assignment strategy decreases as the number of maximum allowed transfers increases. Again, this comes at the cost of a higher number of transfers. However, in a real‐world scenario, it may not be possible to allow an arbitrary number of pupil transfers. The proposed solution concept is a first step toward a full decision support system. To further analyze the trade‐off between costs (bus travel time/distance, number of required buses), service level (number of transfers, time loss, walking distance, waiting time), and the influence of problem instance properties a multiobjective optimization approach is needed.
  1 in total

1.  Metaheuristics for the dynamic stochastic dial-a-ride problem with expected return transports.

Authors:  M Schilde; K F Doerner; R F Hartl
Journal:  Comput Oper Res       Date:  2011-12       Impact factor: 4.008

  1 in total
  5 in total

1.  Optimizing schools' start time and bus routes.

Authors:  Dimitris Bertsimas; Arthur Delarue; Sebastien Martin
Journal:  Proc Natl Acad Sci U S A       Date:  2019-03-12       Impact factor: 11.205

2.  A Two-Phase, Joint-Commuting Model for Primary and Secondary Schools Considering Parking Sharing.

Authors:  Huasheng Liu; Yuqi Zhao; Jin Li; Yu Li; Xiaowen Li; Sha Yang
Journal:  Int J Environ Res Public Health       Date:  2022-05-25       Impact factor: 4.614

3.  Solving routing problems with pairwise synchronization constraints.

Authors:  Sophie N Parragh; Karl F Doerner
Journal:  Cent Eur J Oper Res       Date:  2018-02-07       Impact factor: 2.345

4.  Exact and Metaheuristic Approaches for a Bi-Objective School Bus Scheduling Problem.

Authors:  Xiaopan Chen; Yunfeng Kong; Lanxue Dang; Yane Hou; Xinyue Ye
Journal:  PLoS One       Date:  2015-07-15       Impact factor: 3.240

5.  School bus routing problem in the stochastic and time-dependent transportation network.

Authors:  Shichao Sun; Zhengyu Duan; Qi Xu
Journal:  PLoS One       Date:  2018-08-23       Impact factor: 3.240

  5 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.