Figures
Abstract
In this paper, an airport ground service task assignment problem is studied. A task represents a service, which must be performed by one or multiple ground crew of a shift with required qualification/proficiency within a prescribed time period. For every assigned task, define “task priority” times “task duration” as the “benefit” generated. The objective is to maximize the summation of “benefit” for all the assigned tasks. The problem is modeled as an integer linear programming problem with mathematical formulation. A branch-and-price algorithm is proposed for solving the problem instances to optimality. To expedite the column generation process, an acceleration strategy is proposed. The computational results show that our proposed branch-and-price algorithm is capable of solving large-sized instances and the acceleration strategy is quite effective in reducing the computational time. Moreover, the impact of changing various characteristics of tasks and shifts on the performance of the algorithm is studied in detail with supporting computational experiments. In particular, the impact of reducing the qualifications is significant with 20.82% improvement in the objective value.
Citation: Tian Q, Li J, Huang G, Yuan W (2022) Solving an airport ground service task assignment problem with an exact algorithm. PLoS ONE 17(12): e0279131. https://doi.org/10.1371/journal.pone.0279131
Editor: Shih-Wei Lin, Chang Gung University, TAIWAN
Received: July 8, 2022; Accepted: November 29, 2022; Published: December 22, 2022
Copyright: © 2022 Tian et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the manuscript and its Supporting information files.
Funding: This work is supported by the National Natural Science Foundation of China (Grant Number 72001072, received by Qiannan Tian); National Social Science Foundation of China (Grant Number 21CGL019, received by Wei Yuan); Hubei Province Education Department (Grant Number 20Q120, received by Qiannan Tian);Hubei Provincial Excellent Young and Middle-aged Scientific and Technological Innovation Team of Colleges and Universities (Grant Number T2022024, received by Qiannan Tian). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Competing interests: The authors have declared that no competing interests exist.
1 Introduction
According to a McKinsey study, the airline industry’s total revenue was $328 billion in 2020, only about 40% of the previous year, due to the impact of COVID-19. The study expects the industry to be smaller in the coming years, with traffic volumes not expected to return to 2019 levels until 2024 [1]. Global airlines carried more than 440.55 million passengers and 7.31 million tons of freight in 2021. Providing these services directly creates 5.1 million jobs in the air transport industry and contributes $439.5 billion to global GDP. As one of the important components of air transport, the airport ground handling service is crucial to the turnaround of aircrafts and for the smooth running of daily operations of an airport [2]. The airport ground handling services can be divided into two basic types based on their locations: terminal and ramp. Terminal handlings are performed inside the airport terminal buildings and directly concern the passengers. Providing check-in counter services, managing VIP customer services and disabled passengers, staffing the transfer counters, customer service counters and airline lounges are a few examples. On the other hand, ramp activities take place at the aircraft parking position between the time the aircraft arrives at a terminal gate and the time it departs on its next flight [3, 4]. Some examples of ramp activities include marshaling the aircraft, offloading and loading of passengers and baggage, catering, providing ground power/air conditioning to the aircraft, deicing and push-back tractor services. Speed, efficiency and accuracy are important in ground handling services in order to minimize the turnaround time [5]. Over the years, owing to globalization and liberalization of economies, the number of third-party ground handlers has grown substantially resulting in better service, lower price and higher operational efficiency [6].
This research is motivated by a consulting project for an airport ground handling services provider interested in optimizing its terminal handling services. Each day, the service handler has hundreds of tasks pending to be assigned to a shift pool (a group of workers). A task represents a service (differentiated by different task types), which must be performed by one or multiple ground crew with required qualification/proficiency within a prescribed time period. A sample qualification could be a language requirement or mastery of a certain airline’s check-in system. When a qualification requirement is given, its corresponding proficiency requirement, on a scale of 1—5, is also provided. For instance, a task might require the ground crew to speak German language (i.e., qualification) fluently (i.e., proficiency). Moreover, each task is assigned a priority value that is derived from several factors and revised on a periodic basis. Some of the factors include, the impact of the task on passenger comfort, adherence to the stipulated frequency of execution in a given timeframe (e.g. rest rooms are to be cleaned six times in a day, vending machines are to be serviced once in fortnight), relationship between the task and perceived service quality and customer satisfaction, so on and so forth. A shift is a period of time for one or multiple workers of exactly the same qualifications to work together on exactly the same tasks. A shift gives the starting and ending time and a list of the qualification/ proficiency pairs associated with one or multiple ground crew. For example, a task may need 3 crew members of identical qualifications to work together for its execution. Also, it is not uncommon to expect ground crew to be multi-skilled. For instance, under some circumstances, the ground crew is required to speak two different languages (with required proficiency level) and master three airlines’ check-in systems. The following Tables 1 and 2 provide sample information about different tasks and shifts.
Shifts are limited in number compared to the tasks, and hence not all the tasks need to be completed. Relatively important tasks are often given high priority, such as providing VIP services to VIP customers usually carries very high priority but may not consume much time. In contrast, tasks such as preventive maintenance of vending machines, maintaining clean and tidy waiting halls and restrooms consume lot of labor hours but may get assigned relatively lower priority. These low priority tasks serve a relatively large number of people. In addition, the low priority tasks are also important from airport service quality/revenue and passenger comfort perspectives. Therefore, with a view to strike a balance amongst all the tasks, we define “benefit” associated with every assigned task as the product of its ‘priority’ and ‘duration’. The objective is to maximize the sum of “benefits” of assigned tasks. The problem of assigning different tasks to shifts is usually done in two phases. The first phase, which this work addresses, aims at an optimal preliminary assignment. In the second phase, careful examination of the unassigned/left over tasks is carried out to assess if any corrective measures, such as changing the start/end time or revising the priority values, are to be undertaken to manually refine the assignment further. It is noteworthy that, in reality, certain tasks that are directly related to the safety of the aircraft and are to be performed mandatorily are usually assigned very high priority values so as to include them in the first phase itself. A task can be assigned to a shift only if the following constraints are satisfied:
- The shift possesses all the skills required to perform the task in the required proficiency level.
- The starting/end time of a shift should be prior to/later than the starting/end time of the task.
- The same shift cannot be assigned two tasks if there is not enough traveling time between them. This is particularly important at large airports where the tasks are geographically dispersed (i.e., different terminals, boarding gates, checking-in points).
- The shift performs only one task at a time.
- The shift completes all the assigned tasks in entirety.
- The same task is not simultaneously executed by two shifts.
Until recently, before the deployment of this algorithm, the service provider used to assign the tasks to shifts manually based on the planners’ intuitive skills and their past work experience. This practice was resulting in heavy workloads for the planners and sub-optimal resource utilization plans. Moreover, with the increase in the air traffic day-by-day resulting in the increase of both the number of tasks and shifts, it was becoming impractical to assign tasks manually within short time. The scheduling problem of ground service crew traveling from one aircraft parking place to another, which is a subset of the task assignment problem, is shown to be equivalent to the vehicle routing problem with time windows (VRPTW) for multiple non-identical vehicles [2]. It is a well-known fact that the VRPTW is a NP-hard problem [7] and hence the problem being studied in this work also falls under the same category. In fact, this combinatorial optimization problem of assigning various tasks to shifts is similar to assignment problems that arise in parallel and distributed computing [8, 9].
The literature available on airport ground service task assignment problem is very sparse. Given the cost implications associated with the problem, this research work aims at solving real-life problem instances of the task assignment problem with an exact algorithm, i.e., branch-and-price algorithm. The problem is formulated as a network optimization problem with mathematical formulation. In order to solve the problem, the model is decomposed into a master problem and a sub-problem using Dantzig-Wolfe decomposition methodology. The sub-problem is solved by a label setting algorithm to find columns with positive reduced costs. The column generation solves the relaxed master problem and thus cannot guarantee the integrality of the solution. Therefore, we implement a branch and bound algorithm to ensure the integrality of variables. To efficiently solve the sub-problem, we propose a hybrid accelerating strategy which combines the label setting algorithm with a heuristic procedure.
The remainder of this paper is organized as follows. Section 2 presents a review of relevant studies. In Section 3, mathematical formulation for the task assignment problem is presented. In Section 4, the formulated problem is decomposed using Dantzig-Wolfe decomposition method and then the branch-and-price algorithm is presented. Results of the computational experiments are presented in Section 5. Conclusions, contributions of this work and possible future research directions are discussed in Section 6.
2 Literature review
In this Section, we review the literature pertaining to the task assignment problem as well as related problems that are relevant in the context of ground handling services. By and large, the staff assignment and scheduling problem is solved in three steps [2, 10]. The first step deals with specifying a sequence of days of work or days-off for each crew, which is constrained by the crew’s working contract or collective agreements. The second step is shift scheduling, which is to select shifts from a shift pool based on workforce demand or shift duties. The last step is crew assignment/rostering, which consists of assigning the selected shifts to specific tasks with the intent of maximizing the utility. Ip et al. [2] study the optimization problem of scheduling the services of aircraft ground service crew where the traveling time between different parking locations of aircrafts is significant. A genetic algorithm with a hybrid encoding scheme is proposed to solve the problem. Soukour et al. [10] consider the problem of scheduling/rostering the airport security staff. A memetic algorithm that unifies an evolutionary algorithm with local search techniques is proposed. Chu [11] develop a Goal programming based approach for an integrated crew-duties assignment problem for baggage handling section staff at the Hong Kong International Airport.
Since the fees payable to the ground crew constitute the second highest source of cost for an airline, the first being fuel costs, optimized crew pairing is crucial to cost saving. Generally, crew pairing problem consists of two procedures: crew pairing generation and crew rostering. Muter et al. [12] study a robust airline crew pairing problem where the airline is faced with the challenge of adding extra flights at short notice while minimizing the disruptions to the original plans. The authors propose a column generation based solution technique for solving the problem. Zeren and Özkol [13] also use column generation to solve a large-scale airline crew pairing problem. Quesnel et al. [14] study an extension of the crew pairing problem, which includes additional constraints on the total work time of each crew. They propose a retrospective branching heuristic that outperforms other solution methodologies. Zeng et al. [15] consider the airport ground workforce planning, whose objective is to minimize the weighted sum of numbers of employees in a tour scheduling model with respect to a set of scheduling rules.
The problem of assigning tasks to shifts that match all the requirements while maximizing the “benefits” can be considered as a special case of Generalized Assignment problem (GAP) that has numerous applications in the aviation industry and distributed computing systems [16]. Other similar application of the assignment problem can be found in assigning items to storage locations in a warehouse [17] and assigning aircrafts to terminal gates [18]. Lai et al. [19] study the task assignment problem in a distributed computing environment that aims to assign multiple application tasks to a set of heterogeneous processors with the objective of minimizing the total computational cost. The application tasks/processors are similar to tasks/shifts in the task assignment problem. The authors propose an Entropic simplified swarm optimization procedure to solve the problem. Yedidsion and Shabtay [20] study a resource dependent assignment problem, where the cost of assignment is resource specific. After proving the computational complexity of the problem to be NP-hard, the authors develop an approximation algorithm for solving the problem.
One of the straightforward ways to solve the task assignment problem is by exhaustive enumeration. Though this approach may work for small problem instances, it will be quite impractical for real-life large instances. For instance, the airport ground handling service provider who provided us with the data routinely deals with tasks and shifts that run into hundreds. One of the ways to circumvent this enumeration is to use column generation technique that implicitly considers all the possibilities while keeping the number of variables at an acceptable level [14, 21]. Column generation has been successfully applied to solve a variety of routing and scheduling problems, such as airline crew pairing [12–14, 22], aircraft sequencing problem [23–25]; pickup and delivery problem with time windows [26–30], vehicle routing problem [31–34], vehicle routing problem with time windows (VRPTW) [7, 21, 35–37] and the variant of VRPTW [38, 39]. There are some similarities between the task assignment problem and the vehicle routing problem with time windows (VRPTW). In the context of vehicle routing, shifts and tasks are analogous to vehicles and customers respectively. However, since task and shift have multiple attributes, the constraints considered and the establishment of mathematical programming model are more complicated. Hence, a straight forward adaptation of VRPTW solution methodologies cannot be used to solve the task assignment problem in this paper. In particular, the design of Label structure, extension functions and dominance rule of Sub-problem is not the same as before.
Given the status of literature pertaining to the task assignment problem, we opine that the problem is new and has not received adequate attention from the researchers. In this paper, we intend to develop an exact algorithm that can solve real-life problem instances within acceptable computational time (typically, less than 3600 seconds). Moreover, an accelerating strategy is proposed to expedite the solving process.
3 Mathematical formulation
In this section, the task assignment problem is modeled as an integer linear programming problem by way of mathematical formulation. First, T = {0, 1, 2, …, N} denotes the set of tasks, where the number of tasks is N + 1. In particular, 0 represents the dummy task. S = {1, 2, …, M} represents the set of shifts, where the number of shifts is M. A directed graph G = (T, E) is defined to formulate the considered problem, where E = {(i, j):i, j ∈ T} is the set of feasible arcs and each arc (i, j)∈E means that task j is performed immediately after task i. As the problem is solved on a daily basis, the planning horizon is restricted to one day only. Notations for the model are defined in Table 3.
The arc-flow formulation of the task assignment problem is modeled as follows:
(1)
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
(12)
(13)
(14)
The above formulation is an integer linear programming (ILP) model. The objective function (1) is to maximize the sum of all the generated benefits. Since the benefit of each performed task is calculated twice, the coefficient 1/2 needs to be added to the objective function. Constraint (2) indicates that every shift starts from task 0, which represents a dummy task. Constraint (3) indicates that every shift will return to task 0 at the end. Constraint (4) implies that any task is performed by one shift at most. Constraint (5) represents the flow conservation constraint. Constraint (6) ensures that a task is not allowed to be performed continuously by the same shift. Constraint (7) means when a task is performed by a shift, the required qualification to perform the task must be met. Constraint (8) means the corresponding qualification proficiency of the shift should not be lower than that required by the task. On similar lines, Constraints (9) & (10) ensure the compatibility between tasks and assigned shifts in terms of start and end times. Constraint (11) indicates that when two tasks are performed by the same shift, the distance constraint is explicitly satisfied. All the distance matrices considered in this study strictly meet the triangular inequality. Constraint (12) represents the total number of tasks performed cannot exceed the available number. Constraint (13) requires that the number of utilized shifts cannot exceed the available number. Constraint (14) is the binary requirement on variable xijs.
Preliminary tests conducted to solve some randomly generated problem instances using the CPLEX solver were successful but only for small-sized instances. For example, when the size of instance is T43-s13, the running time is less than 1 minute. However, when the size of instance is greater than T140-s42, CPLEX can’t solve the instance in the specified time (3600s). Therefore, a better approach is needed to solve large-sized instances within the stipulated computational time. Branch-and-price algorithm is one such exact method that gives optimal solutions by generating columns on a branch-and-bound tree. A detailed discussion on the branch-and-price algorithm is presented in Section 4.
4 Enhanced branch-and-price algorithm
The branch-and-price algorithm is implemented in a branch and bound framework, where column generation procedure is used to solve the LP relaxations at each search tree node. Applying Dantzig-Wolfe Decomposition reformulates integer linear programming model to form a master problem and a sub-problem (Dantzig and Wolfe [40]). Instead of explicitly enumerating all the columns (variables), the master problem considers only a subset of columns and relaxes the integrality restrictions on the variables, which is referred to as a restricted linear master problem (RLMP). Column generation algorithm obtains optimal solution by iterating between the RLMP (restricted linear master problem) and the sub-problem. Every time when an iteration starts, the primal simplex algorithm is used to solve the linearly relaxed master problem. By solving the linearly relaxed master problem, values of the dual variables are obtained, which will be used in the objective function of the sub-problem. The sub-problem is solved by a label setting algorithm to find columns (variables) with positively increased benefits, which will, then, be added to the master problem. Since the relaxed linear master problem may return a fractional solution, the column generation technique will be embedded into a branch-and-bound search tree. This entire process is known as the branch-and-price algorithm in the literature [22, 41, 42].
Before applying the Dantzig-Wolfe Decomposition principle, the feasible domain of the sub-problem has to be defined. Let Ds = {(xs, Sa, Sq, Spro) | (xs, Sa, Sq, Spro), ∀ s ∈ S} be the feasible domain of the sub-problem that satisfies constraints (2)—(3) and (5)—(11). By substituting (xs, Sa, Sq, Spro), the convex combination of the extreme points of Ds for all s ∈ S, in the rest of the mathematical model, the master problem and the sub-problem of the task assignment problem are formulated as follows.
4.1 Master problem
It is straightforward to decompose the MIP formulation based on shifts to derive a master problem that involves deciding the best routes for all the shifts. The following additional notations in Table 4 are defined before presenting the master problem.
With these notations, the master problem can be remodeled as following set partitioning formulation:
(15)
(16)
(17)
(18)
(19)
The objective function (15) aims at maximizing the sum of the total benefits generated. Constraint (16) ensures that every task can be executed by at most one shift. Constraint (17) ensures that the number of shifts that can be used to perform the tasks cannot exceed its total given number. Constraint (18) represents the total number of performed tasks cannot exceed the available number and Constraint (19) indicates the binary nature of the decision variable.
The structure of the master problem closely resembles that of the typical set partitioning problem. In the incidence matrix A shown below, the rows of the matrix represent the tasks and the columns represent the shifts. The entries {0, 1} represent the assignment of tasks to shifts.
The master problem (MP) is an integer programming (IP) model. By dropping the integrality requirements on , a linear relaxation of the MP can be obtained. The aim is to obtain the optimal solution of the relaxed master problem, which is the upper bound of its corresponding branch-and-bound node. The set partitioning problem is a proven NP-complete problem and computationally intractable for most of the real-life applications. As most of the columns will be non-basic and have their corresponding variable value equal to 0 in the optimal solution, the restricted linear master problem (RLMP) that only considers a subset of the columns is solved. Promising columns are dynamically appended to the RLMP. The branching procedure is activated if there are no more columns to be added and the integrality conditions are not satisfied.
4.2 Sub-problem
Any column (variable) with positive reduced cost (being a maximization problem) is a candidate to enter the basis. Hence the sub-problem is to find a variable having a positive reduced cost, whose generation is in connection with the dual variables of the RLMP. We define the following addition notation to deal with the dual variables associated with the constraints.
πi: Dual variables of constraint (16) for task i ∈ T;
λ: Dual variable of constraint (17);
β: Dual variable of constraint (18);
: Positive reduced cost when tasks i, j ∈ T are performed by shift s;
: Positive reduced costs when tasks i, j ∈ r, r ∈ Ps are performed by shift s ∈ S.
With these notations, is given by
(20)
where
(21)
The criterion for satisfying the optimality condition of the master problem is:
(22)
That is to say, if the minimum test number satisfies (23), the master problem is optimal.
(23)
Therefore, the sub-problem can be reformulated as:
(24)
(25)
In order to obtain high quality columns, the sub-problem can be described as a weighted constrained shortest path problem. Therefore, the sub-problem (aimed at finding a feasible route with the highest positive reduced cost) can be described by the following mathematical model:
(26)
(27)
(28)
(29)
(30)
(31)
(32)
(33)
(34)
(35)
(36)
The objective function (26) is to minimize the positive reduced costs with respect to the dual variables of the RLMP for every s ∈ S. Constraints (27)-(36) construct a task assignment for every s ∈ S. The sub-problem is a variant of the elementary shortest path problem with resource constraints (ESPPRC) and therefore is NP-hard in the strong sense. This is considered as a main drawback of the branch-and-price algorithm in terms of computational efficiency, as it requires repetitive applications of an algorithm to find positive reduced cost columns.
4.3 Label setting algorithm for sub-problem
Label setting algorithm has been proved to be particularly efficient in solving ESPPRCs. A common practice to solve the ESPPRC is to develop a label setting algorithm based on dynamic programming [22, 43, 44]. In a label setting algorithm, a label traces the track of a partial path from source task 0 to task i ∈ T and also stores additional valuable information along with it. At each step, one label is selected and extended to all possible successive nodes. Some labels, that do not satisfy the resource constraints, will be discarded. In our label setting algorithm, both the label and the dominance rule have been modified to better suit the characteristics of our problem. The following sub-sections will provide finer details of the label setting algorithm.
1) Label Structure
Label structures for variants of the ESPPRC share some similarities with each other. Let label L be defined as , where C represents the positive reduced cost of the partial path; TI, time of the label; Sq and Spro represent qualification and proficiency of shift, respectively;
, a binary variable, which indicates execution status of task i ∈ T.
2) Extension Functions
Starting from an initial label associated with source task 0, the algorithm extends towards all reachable adjacent nodes using extension functions. For a task i ∈ T whose resource time (start time, end time) is , Ci and TIi respectively represent the reduced cost and start time elements of a label Li. A new label Lj with a reduced cost element
and a time element
can be generated by extending label Li through arc (i, j), where the extension function
and
are given by
and
. If all the resource constraints are satisfied by the new label Lj, then it is accepted as feasible. On the other hand, Lj would not be created if TIj = (TI+ dij) > TSj or there exists a mismatch between task and shift in terms of qualifications or proficiency.
3) Dominance Rule
In the label extension process, one label will be extended to all reachable tasks, whereby, the number of labels will increase exponentially if all the labels are considered. This process turns out to be very inefficient even for small sized instances. To avoid such a circumstance, a dominance rule is employed to remove some unprofitable labels from the label pool. These unprofitable labels are dominated by other labels and will not affect the optimality of the sub-problem. Removing labels, whose extensions lead to infeasible routes, helps in expediting the label algorithm. Consider two labels and
, which represent two distinct partial paths ending at the same task i ∈ T. The following rules are considered to determine which label is dominant:
(37)
(38)
(39)
(40)
(41)
Proposition 1. (Dominance Rule): Constraints (37)—(41) propose valid dominance rules.
Proof. If TI2 ≤ TI1, and
, it indicates that the task that can be reached from
can also be reached from
by ensuring feasibility. Since TI2 ≤ TI1, it implies that any task executed after
without violating time related constraints can also be executed after
. The positive reduced cost of a path is determined by its yielded benefit and the dual values of the executed tasks. So, every feasible extension of label
is a feasible extension of label
with an improvement. When a label is dominated by other labels, it can be removed from the label pool. The label setting algorithm is described as follows.
The Label Setting Algorithm
1. Create an initial label L0 = (0, 0, 0, …, 0;)
2. Set UTL0 ≔ {L0} and TTL0 ≔ ∅.
3. For i ∈ T do
4. set UTLi ≔ ∅ and TTLi ≔ ∅;
5. While ⋃i∈T UTLi ≠ ∅ do
6. Choose a label Li ∈ UTLi and UTLi ≠ ∅
7. For all (i, j) ∈ A do
8. Using extension functions, extend label Li along arc (i, j) ∈ A
to create a label Lj
9. if Lj satisfies constraints on task and shift Then
10. Set UTLj ≔ UTLj ⋃{Lj}
11. Discard from the set UTLj ⋃TTLj the labels which are
dominated by the dominance rules
12. Set UTLi ≔ UTLi \ {Li} and TTLi ≔ TTLi ⋃{Li}
13. Find the label with the
maximum c
Let us define TTLi and UTLi to be the sets of treated and untreated labels of task i ∈ T, respectively. Step 1 to Step 4 describes the initialization of the algorithm. The main loop, starting from Step 5 to Step 12, deals with extending all the untreated non-dominated labels. If label Li (with maximum reduced cost) is chosen in Step 6, it is extended along all the arcs (i, j) ∈ A to get label Lj. If label Lj represents a feasible 0 − j path, set UTLj will be updated; Step 11 invokes a dominance procedure to determine whether or not label Lj is dominated by other labels in the current set UTLj⋃TTLj, and whether or not it dominates other labels in this set. When the main loop is completed, if set ⋃i ∈ T UTLi equals to , a path with highest reduced cost is found in Step 13 by examining the labels from the set TTLN + 1.
4.4 Accelerating strategy
For column generation algorithm, most of the computational time is spent on solving the sub-problem. Since any column with positive reduced cost helps in improving the objective function value of the RMP, the sub-problem need not be solved to optimality at every iteration. Heuristic techniques, as opposed to exact algorithms, are capable of quickly identifying high quality solutions. By this way, the exact algorithm can be integrated with the heuristic technique. While solving the sub-problem, a heuristic technique will be first applied to identify some high-quality columns with positive reduced costs. Upon no improvement in the objective value, the exact algorithm will be applied to further improve the solution quality or to validate the optimality of the current solution.
The following sections describe in detail the accelerating strategies proposed to expedite the column generation process.
- Initial columns. To prevent slowing down the solution process of the sub-problem in the first iteration by very large dual values, the column generation process is started with a sub-set of all routes P in the restricted master problem that should be sufficient to obtain a feasible solution. The initial solution is constructed as follows: Select a shift, assign all the feasible tasks in the task pool to the shift; then, move to the next shift to repeat the assignment process with the left over tasks until all the shifts are examined.
- Heuristic label setting algorithm. To accelerate the solution process of the RMP, Tabu Search (TS) is invoked prior to the application of the label setting algorithm to solve the sub-problem. The procedure starts with an initial solution and iteratively explores the neighborhood solutions according to some pre-designed operators. To avoid visiting the same solution again, a taboo list is maintained to keep track of all the recent moves that are forbidden for ‘η’ subsequent iterations (Tabu length). If a particular move results in a solution with an objective value better than that of the current best-known solution, the move is allowed even if it is in the taboo list (i.e., the aspiration criteria). Our proposed TS algorithm is similar to that of proposed by Dayarian et al. [43]. The seed solution is constructed using the basic variables of the RMP and the algorithm iteratively explores the neighborhood for better quality solutions. The total number of iterations is controlled by a pre-set parameter MIter. Upon convergence of the TS algorithm, the label setting algorithm is executed to either improve the quality of the solution further or establish the optimality of the current solution.
4.5 Branching
When branching is required to be performed at a node of the branch-and-bound search tree, branching decision can be imposed on the total number of shifts used by computing . If the value is fractional, two child nodes are created by performing dichotomic branching as follows:
imposed on one child node;
imposed on the other child node.
If S′ turns out to be an integer value, binary arc flow variables are branched. If fractional variables exist, typically, the branching is done on the one with its fractional part closest to 0.5. The search tree is explored using best-first and single arc branching strategies (Desrochers et al. [45]). The flowchart of the branch-and-price algorithm is described in Fig 1.
5 Computational experiments
5.1 Experimental setup
To assess the performance of the proposed methodology, we make use of real-life problem instances provided by the ground handling service provider. The data for “tasks” consists of task number, task type, task start time, task duration, task priority and task qualification/proficiency pair. Information pertaining to “shifts” consists of shift number, shift start time, shift duration and shift qualification/proficiency pair. Typically, for most of the problem instances, the number of total daily tasks is just over 330 while the available shifts is in the range of 100. Thus, the ratio of task numbers over shift numbers roughly equals to 3.3:1. Each problem instance is characterized by the number of tasks and the number of shifts (exclusive of their properties) and represented with the syntax Txx-sxx where T represents tasks and ‘s’ represents shifts. For example, T10-s3 represents 10 tasks that are to be assigned to 3 shifts.
All the computational experiments were performed on a desktop computer driven by an Intel Pentium dual-core processor of 2.8GHz speed and 4GB RAM with a computational time limit of 3600 seconds. The proposed branch-and-price algorithm was coded using Visual C++ and the problem instances of both the arc-flow formulation and the restricted master problems were solved to optimality by the IBM CPLEX 12.2 solver. Based on the preliminary experiments of TS, the parameters used in this paper were fixed as η = 10 and MIter = 50.
We shall provide brief description pertaining to different columns used in the following tables. The first column “Instance” represents the problem instances; column “CPLEX (Model_IP)” represents the computational results of arc-flow MIP formulation when solved by CPLEX; column “BP” represents the computational results pertaining to the branch-and-price algorithm with label setting algorithm for the sub-problem; column “BPT” represents the computational results of the branch-and-price algorithm with the proposed accelerating strategy. Columns “OPT” and “Time” report the optimal value and computational time (in seconds), respectively. Column “UB” reports the upper bound value at the root node; column “Node” gives the number of nodes generated in the branch-and-bound tree; column “Gap” gives the relative difference (in percentage) between UB and OPT, which is calculated as (UB-OPT)/UB × 100%; and column “TS” reports the time consumed by Tabu search algorithm.
5.2 Computational results of small-sized instances
The computational results of 11 small-sized problem instances, that satisfy the task to shift ratio of 3.3:1, are presented in Table 5. The results show that all the proposed methodologies i.e., CPLEX (Model_IP), BP and BPT can generate optimal solutions in a very short period of time. However, on an average, BPT consumes the least amount of time. A value of ‘1’ under the column “Node” indicates that the integer optimal solution is obtained at the root node itself without branching. For the BP algorithm, in 8 out of 11 instances, the integer optimal solutions are obtained at the root node. This value is even better for the BPT algorithm with 9 out of 11 instances. As far as the quality of bounds is concerned, the average and maximum % gaps of the BP and the BPT algorithms are 0.45, 2.46 and 0.30, 2.03, respectively. With respect to the computational time, the average computational time improves from 27.69s (BP algorithm) to 19.73s (BPT algorithm). The comparison clearly endorses the fact that BPT can accelerate the computational process of the sub-problem. Moreover, the identical optimal solutions reported by CPLEX (Model_IP) when compared against BP and BPT validates the proposed arc-flow formulation. To summarize, for small-sized problem instances, with computational time as the basis for comparison, CPLEX (Model_IP) is superior to the BP algorithm, while BPT algorithm outperforms both CPLEX (Model_IP) and the BP algorithm.
5.3 Computational results of large-sized instances
The computational results of CPLEX (Model_IP), BP and BPT for large-sized instances are presented in Table 6 It can be observed from the computational results that when the instance size increases to T150-s45, CPLEX (Model_IP) fails to converge to optimality within the stipulated time period. Therefore, for instances T150-s45 to T200-s60, the computational results pertaining to BP and BPT algorithms are presented. Beyond 200 tasks, since BP also fails to obtain an integer solution within 3600 seconds, the computational results of only BPT are provided. This implies that, on the basis of size, BPT is capable of solving large-sized instances and easily outperforms BP and CPLEX (Model_IP).
It can be observed from Table 6 that, for BPT algorithm, the maximum % gap reported is less than 5.5%. This underscores the high quality of upper bounds obtained at the root node by LP relaxation of the set partitioning formulation. While comparing BP and BPT algorithm on the basis of value of “node”, it is observed that the branching number is significantly smaller for BPT. This clearly highlights the computationally efficient design of BPT and the role of accelerating strategy, in particular.
5.4 Computational results of varied instance properties
Apart from the size of the problem, we intend to study the impact of changing other important characteristics such as the number of tasks, number of shifts, shift working time etc. on the objective function value and the computational time to optimality. Though the methodologies are capable of solving large problem instances, we choose to restrict the testbed to only small sized instances (reported in Table 5). In Table 7, we examine the impact of increasing the number of tasks while keeping the number of shifts constant on the objective function value. For example, for instances T10-s3, T11-s3 and T12-s3, the shifts are identical. As expected, all the three methodologies i.e., CPLEX (Model_IP), BP and BPT could solve the problem instances to optimality within very short computational times with BPT consuming the least average time. The results show that except for a few instances (T21-s6, T25-s8, T26-s8 and T27-s8), by and large, there was no change in the objective function value. Since shifts are limited in number compared to the tasks, and hence when the number of shifts is fixed, only increasing the number of tasks has little influence on the value of the objective function, nor can it significantly improve the utilization rate of shifts.
Similarly, in Table 8, we explore the impact of increasing the number of shifts while keeping the number of tasks constant on the objective function value. From the test results in the Table 8, it can be found that the average value of OPT is 2056.1, which is 14.80% more when compared with the OPT 1791.0 in Table 7. The results indicate that the increasing the number of shifts has a greater impact on the value of the objective function than increasing the number of tasks. In the actual data, the number of tasks is far greater than the number of shifts. When the number of shifts increases, more tasks will be executed, so the value of the objective function increases. Therefore, when the number of tasks is fixed, appropriately increasing the number of shifts can improve the execution rate of tasks.
Through the inspection of the actual data, it is found that the task duration of some tasks is 30 minutes (“TE-TS = 30”), and there are some shifts meet the requirements of qualification and proficiency, but these shifts do not have enough working hours (“SE-SS”), so these tasks cannot be completed. In the airport, with the difference of off-peak season and the occurrence of temporary emergencies, the task volume of the airport will increase sharply in a certain period of time, and it is very common for the ground staff to extend the working time of 30 minutes appropriately. Therefore, in Table 9, we study the impact of extending 30 minutes of the working time of a shift on the benefits derived. The test results indicate that the average value of OPT is 3361.8, which is 4.23% more when compared with no overtime, but the average computational time doesn’t change very much. This shows that appropriately increasing the working hours of shifts in special periods can improve the task completion rate and work efficiency of shifts, and significantly improve the value of objective function at the same time.
Lastly, we seek to study the impact of qualification/proficiency of tasks on the OPT value. The problem instances in Table 10 are constructed by adapting the relevant instances in Table 5. For the two instances with the same number of shift, the first instance is constructed by reducing the qualification of 50% of the tasks (represented by T) and the second instance is constructed with reduced proficiency levels (represented by T’). According to the change of mean value in Table 10, it is found that reducing the requirement of qualification of a task will have a great impact on the objective function. The value of the objective function will increase by up to 20.82%, which will have a more intuitive impact on the completion rate of airport tasks. Therefore, when the shift is set, reducing the task qualification requirement can not only increase the completion rate of the task, so that the profit is greater, but also control the waste of resources.
6 Conclusions
This paper studies an airport ground service task assignment problem. The problem is modeled as a network optimization problem with mathematical formulation. Using Dantzig-Wolfe decomposition methodology, the model is separated into a master problem and a sub-problem. To solve the problem instances to optimality, a branch-and-price algorithm is proposed. For expediting the computational process, a Tabu Search (TS) algorithm is embedded into the branch-and-price algorithm to obtain some high-quality columns with positive reduced costs. The computational results show that the proposed branch-and-price algorithm with acceleration strategy (BPT) outperforms both the conventional IP model and the stand-alone branch-and-price technique in terms of computational time as well as size of the problem instances. The proposed acceleration strategy proved to be quite efficient in reducing the computational time. The proposed BPT is capable of solving problem instances with up to 240 tasks and 72 shifts in less than 3600 seconds.
Further research can consider different objective functions. When assigning a task, it is desired that, the shift proficiency can be as close as required, under the circumstance that the qualification requirement is met. This consideration can be included in the objective function. Moreover, partial task coverage can be explored, which allows a task to start earlier/later within the task duration as long as the minimal percentage of duration can be covered by the labor force.
Though this work considers flight schedules as deterministic in nature, practically, there is always some volatility associated with actual arrival and departure times. Developing a stochastic model that accommodates uncertainties can be a good extension of this work.
References
- 1. Jaap B, Steven S, Nina W. Back to the future? Airline sector poised for change post-COVID-19. 2021. URL: https://www.mckinsey.com/industries/travel-logistics-and-infrastructure/our-insights/back-to-the-future-airline-sector-poised-for-change-post-covid-19.
- 2. Ip WH, Wang D, Cho V. Aircraft ground service scheduling problems and their genetic algorithm with hybrid assignment and sequence encoding scheme. IEEE Systems Journal. 2013; 7(4): 649–657.
- 3. Norin A, Granberg TA, Yuan D, Värbrand P. Airport logistics–A case study of the turn-around process. Journal of Air Transport Management. 2012; 20: 31–34.
- 4. Padron S, Guimarans D, Ramos JJ, Fitouri-Trabelsi S. A bi-objective for scheduling ground-handling vehicles in airports. Computer & Operations Research. 2016; 71: 34–53.
- 5. Gomez F, Scholz D. Improvements to ground handling operations and their benefits to direct operating costs. Deutscher Luft- Und Raumfahrtkongress. 2009.
- 6. Burghouwt G, Poort J, Ritsema H. Lessons learnt from the market for air freight ground handling at Amsterdam airport Schiphol. Journal of Air Transport Management. 2014; 41: 56–63.
- 7. Toffolo TAM, Wauters T, Malderen SV. Branch-and-bound with decomposition-based lower bounds for the Traveling Umpire Problem. European Journal of Operational Research. 2015; 250(3): 737–744.
- 8. Bokhari SH. Assignment problems in parallel and distributed computing. Kluwer Academic Publishers. 1987.
- 9. Li Q, Salman R, Test R, Strack R, Kecman V. Parallel multitask cross validation for Support Vector Machine using GPU. Journal of Parallel & Distributed Computing. 2013; 73(3): 293–302.
- 10. Soukour AA, Devendeville L, Lucet C, Moukrim A. A memetic algorithm for staff scheduling problem in airport security service. Expert Systems with Applications. 2013; 40(18): 7504–7512.
- 11. Chu SCK. Generating, scheduling and rostering of shift crew-duties: applications at the Hong Kong International Airport. European Journal of Operational Research. 2007; 177: 1764–1778.
- 12. Muter I, Birbil SI, Buelbuel K, Sahin G, Yeniguen H, Tas D, et al. Solving a robust airline crew pairing problem with column generation. Computers & Operations Research. 2013; 40(3): 815–830.
- 13. Zeren B, Özkol I. A novel column generation strategy for large scale airline crew pairing problems. Expert Systems with Applications. 2016; 55: 133–144.
- 14. Quesnel F, Desaulniers G, Soumis F. A new heuristic branching scheme for the crew pairing problem with base constraints. Computer & Operations Research. 2017; 80: 159–172.
- 15. Zeng L, Zhao M, Liu Y. Airport ground workforce planning with hierarchical skills: A new formulation and branch-and-price approach. Annals of Operations Research. 2019; 275(1): 245–258.
- 16. Ahuja RK, Magnanti TL, Orlin JB. Network Flows. No. MIT WP-2059-99. Alfred P. Sloan School of Management, Cambridge, MA. 1988.
- 17. Goetschalckx M. Unit load storage systems. In: Warehousing in the Global Supply Chain. Springer, London (Chapter 2). 2012.
- 18. Das GS. New multi objective models for the gate assignment problem. Computer & Operations Research. 2017; 109: 347–356.
- 19. Lai C, Yeh W, Huang Y. Entropic simplified swarm optimization for the task assignment problem. Applied Soft Computing. 2017; 58: 115–127.
- 20. Yedidsion L, Shabtay D. The resource dependent assignment problem with a convex agent cost function. European Journal of Operational Research. 2017; 261: 486–502.
- 21. Hernandez F, Feillet D, Giroudeau R, Naud O. Branch-and-price algorithms for the solution of the multi-trip vehicle routing problem with time windows. European Journal of Operational Research. 2016; 249(2): 551–559.
- 22. Quesnel F, Wu A, Desaulniers G, Soumis F. Deep-learning-based partial pricing in a branch-and-price algorithm for personalized crew rostering. Computers & Operations Research. 2022; 138: 105554.
- 23. Ghoniem A, Farhadi F, Reihaneh M. An accelerated branch-and-price algorithm for multiple-runway aircraft sequencing problems. European Journal of Operational Research. 2015; 246(1): 34–43.
- 24. Nabil K, Aida J, Ali D. The integrated aircraft routing problem with optional flights and delay considerations. Transportation Research Part E: Logistics and Transportation Review. 2018; 118: 355–375.
- 25. Liang Z, Xiao F, Qian X, Zhou L, Jin X, Lu X, et al. A column generation-based heuristic for aircraft recovery problem with airport capacity constraints and maintenance flexibility. Transportation Research Part B: Methodological. 2018; 113: 70–90.
- 26. Ropke S, Cordeau JF. Branch and cut and price for the pickup and delivery problem with time windows. Transportation Science. 2009; 43(3): 267–286.
- 27. Cherkesly M, Desaulniers G, Irnich S, Laporte G. Branch-price-and-cut algorithms for the pickup and delivery problem with time windows and multiple stacks. European Journal of Operational Research. 2016; 250(3): 782–793.
- 28. Mm A, Chen JB, Shi TC, Zhang YC, Zhou XD. A cumulative service state representation for the pickup and delivery problem with transfers. Transportation Research Part B: Methodological. 2019; 129: 351–380.
- 29. Thomas C, Cristián EC, Michel G, Pablo AR, Louis R. A column generation approach for location-routing problems with pickup and delivery. European Journal of Operational Research. 2019; 272(1): 121–131.
- 30. Wolfinger D, Salazar-González JJ. The Pickup and Delivery Problem with Split Loads and Transshipments: A Branch-and-Cut Solution Approach. European Journal of Operational Research. 2021; 289: 470–484.
- 31. Sarang K., Mohan K, Abhiram R, Andreas TE, Rahul P. A new formulation and a column generation-based heuristic for the multiple depot vehicle scheduling problem. Transportation Research Part B: Methodological. 2018; 118: 457–487.
- 32. Timo G, Stefan I, Ann-Kathrin R, Christian T. Bidirectional labeling in column-generation algorithms for pickup-and-delivery problems. European Journal of Operational Research. 2018; 266(2): 521–530.
- 33. Mgac D, Mga D, Alac D, Jypb D. Tabu search for the time-dependent vehicle routing problem with time windows on a road network—ScienceDirect. European Journal of Operational Research. 2021; 288(1): 129–140.
- 34. Zhang Q, Deng N, Zhu Y, Huang Z. Multidepot two-echelon vehicle routing problem for earthwork allocation optimization. Mathematical Problems in Engineering. 2022; 1–14.
- 35. Alvarez A, Munari P. An exact hybrid method for the vehicle routing problem with time windows and multiple deliverymen. Computers & Operations Research. 2017; 83: 1–12.
- 36. Mohammad R, Ahmed G. A branch-and-price algorithm for a vehicle routing with demand allocation problem. European Journal of Operational Research. 2019; 272(2): 523–538.
- 37. Bogue ET, Ferreira HS, Noronha TF, et al. A column generation and a post optimization VNS heuristic for the vehicle routing problem with multiple time windows. Optimization Letters. 2020; 1–17.
- 38. Munari P, Morabito R. A branch-price-and-cut algorithm for the vehicle routing problem with time windows and multiple deliverymen. TOP. 2018; 26(3): 437–464.
- 39. Duman EN, Ta D, Atay B. Branch-and-price-and-cut methods for the electric vehicle routing problem with time windows. International Journal of Production Research. 2021; 1–22.
- 40. Danzig GB, Wolf P. Decomposition principle for linear programs. Operational Research. 1960; 8(1): 101–111.
- 41. Barnhart C, Johnson EL, Nemhauser GL, Savelsbergh MWP, Vance PH. Branch-And-Price: Column Generation for Solving Huge Integer Programs. Operations Research. 1998; 46(3): 316–329.
- 42. Vacca I, Salani M, Bierlaire M. An exact algorithm for the integrated planning of berth allocation and quay crane assignment. Transportation Science. 2013; 47(2): 148–161.
- 43. Dayarian I, Crainic TG, Gendreau M. A branch-and-price approach for a multi-period vehicle routing problem. Computers & Operations Research. 2014; 55: 167–184.
- 44. Zamorano E, Stolletz R. Branch-and-Price approaches for the Multiperiod Technician Routing and Scheduling Problem. European Journal of Operational Research. 2017; 257(1): 55–68.
- 45. Desrochers M, Desrosiers J, Solomon M. A new optimization algorithm for the vehicle routing problem with time windows. Operational Research. 1992; 40: 342–354.