Next Article in Journal
Preliminary Performance Analysis of Medium-Range Liquid Hydrogen-Powered Box-Wing Aircraft
Next Article in Special Issue
Validating Synthetic Data for Perception in Autonomous Airport Navigation Tasks
Previous Article in Journal
Fast Aerodynamic Prediction of Airfoil with Trailing Edge Flap Based on Multi-Task Deep Learning
Previous Article in Special Issue
Exploring the Impact of Pandemic Measures on Airport Performance
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Study on Disrupted Flight Recovery Based on Logic-Based Benders Decomposition Method

School of Management, Shanghai University, Shanghai 200444, China
*
Author to whom correspondence should be addressed.
Aerospace 2024, 11(5), 378; https://doi.org/10.3390/aerospace11050378
Submission received: 27 March 2024 / Revised: 3 May 2024 / Accepted: 6 May 2024 / Published: 9 May 2024

Abstract

:
Aiming at the disrupted flight recovery problem, this paper established a mixed-integer programming model based on the resource assignment model to minimize the recovery cost. To deal with the large-scale examples, the Logic-Based Benders decomposition algorithm is designed to divide the problem into a master problem and sub-problems. The algorithm uses MIP in the master problem to determine flight cancellations and aircraft replacements. In the sub-problems, MIP or CP is used to determine the departure time of delayed flights. Later, incorporating sectional constraints into the main problem and iterating until an optimal solution is obtained. Furthermore, the added cutting plane constraint in the iterations of the Benders decomposition algorithm are strengthened to eliminate more inferior solutions. By comparing the results of CPLEX, the Logic-Based Benders decomposition algorithm, and the enhanced Benders decomposition algorithm, it is verified that the improved Benders decomposition algorithm can solve large-scale examples more efficiently with a faster time and fewer iterations.

1. Introduction

The air transportation industry is an emerging transportation basic industry in the 20th century. As the speed of society and the pace of people’s lives continue to accelerate, the air transportation industry has developed rapidly, and disrupted flights are also becoming increasingly prominent. Disrupted flights refer to flights that cannot be executed according to the original flight plan. The reasons for the disrupted flight are usually bad weather, flow control, aircraft failure, airport closure, and passengers unable to board the aircraft in time [1]. When the flight is not normal, the airline dispatcher needs recover the flight plan, crew scheduling, passenger transit connection, and ground support, so that the flight can be restored as soon as possible, and the cost of the airline should be reduced as much as possible [2]. Since the outbreak of COVID-19, the total traffic volume of air transportation has shown a sharp decline. However, with the gradual improvement in the epidemic and the liberalization of policies, the development of the civil aviation industry has ushered in a recovery. In this context, how to make the flight schedule return to normal as soon as possible is the key issue for airlines to improve their core competitiveness and enhance passenger satisfaction [3].
Many solutions to disrupted flight recovery are based on the aircraft scheduling model, often involving the only single resource of aircraft recovery [4]. Teodorovic and Guberinic built the model for the first time with the minimum passenger delay as the objective function, and adjusted on the disturbed route network [5]. Because the model is relatively simple, its algorithm cannot guarantee the efficiency of solving large-scale problems, many scholars have improved the model and algorithm on this basis. Teodorovic and Stojkovic attempted to take into account the crew, aircraft and maintenance plans, modeling using lexicographic optimization techniques for stratified optimization techniques, regardless of aircraft dispatch [6]. Teodorovic summarized the recovery strategies for disrupted flight recovery problem: canceling or delaying flight, or replacing aircraft [7]. Liang summarized three main problems for disrupted flight recovery: fleet allocation, aircraft routing, and crew scheduling, as well as summarized the general formulas and commonly used solution methods [8]. Bertsimas aimed at the problem of air traffic flow management, a new integer programming (IP) model is proposed. The model covers all phases of each flight [9]. From 1990s to the present, situations involving multiple aircraft models, randomness, and large-scale delays have gradually become the focus of research. Yan and Young tried to extend the model into a multi-model aircraft route recovery model, and regarded it as a minimum cost flow problem [10]. Afterwards, Yan and Tu constructed a multi-commodity flow model for aircraft route recovery [11]. As for the setting of the aircraft disrupted time, due to its random characteristics, scholars further deepened it. For the uncertainty of the aircraft disrupted time, Thengvall and Yu provided the aviation schedule recovery for the first time in a way that allowed airlines to deviate minimally from the original aircraft route [12]. When large-scale delays occur, the airport capacity setting is also crucial. Álvaro and Fernando were based on the Bayesian network method, this paper proposes a method to predict and evaluate the operation state of the airport arrival system, so as to improve the arrival process of the airport [13]. Álvaro also combines the delay and capacity indicators at different stages of airport operations to simulate the causal relationship between airport arrival performance indicators and meteorological events, quantify the impact of weather on airport arrival conditions, and predict the evolution of airport operating scenarios [14]. Liang considered the aircraft recovery problem with airport capacity constraints and maintenance flexibility, and proposed a column generation heuristic method to solve it [15,16,17,18,19]. Ji considered the flight priority and airport capacity constraints and proposed a built-in flight feasibility verification algorithm to improve the rescheduling algorithm [20].
Under the above background, scholars have conducted a lot of research on flight scheduling problem, and the current solution methods are divided into three categories: data-driven method, optimization method, and hybrid method. Data-driven method refers to the method that uses a large amount of data and data analysis technology to discover rules, so as to make decisions and predictions, such as machine learning [21,22], artificial intelligence [23], business analysis [1], among others. Most of them are used in the prevention of delays, and are rarely used in the field of flight recovery after delay occurs. The optimization method is to find the optimal solution or close to the optimal solution through mathematical modeling and algorithm design. The hybrid approach combines the data-driven approach with the optimization approach. At present, the conventional method to solve the problem of disrupted flight recovery is the optimization method [24]. Jarrah uses continuous shortest circuit method to construct the flight recovery model to minimize the flight recovery cost [4]. Cao and Kanafani, based on Jarrah’s model, established a network model with a minimum recovery cost for flight delay and flight cancellation, and turned the problem into a quadratic programming problem to obtain a better solution [25,26]. Bertsimas and Lulli established a new IP model which is presented for a large-scale example of solving the air traffic flow management problem, which covers all phases of each flight, namely take-off, flight, and landing [9]. Yan and Yang constructed a dynamic network model and used Lagrangian relaxation with the subgradient method to solve the flight recovery problem [27]. Le and Gao, based on the network, transformed the disrupted flight recovery problem into a vehicle routing problem with a time window to carry out comprehensive recovery for the crew and passengers [28]. Yan and Tu established a multi-commodity network flow model with the minimum recovery cost, took different aircraft models as different categories of commodities, and adopted a simple method and a Lagrange method to solve it [29]. Thengvall set targets according to users’ preferences, proposed a network model with side constraints, and used an a rounding heuristic algorithm to solve it [12]. Huang based theirs on a copy evaluation method which uses a primal-dual approach to analyze and measure the quality of flight and maintenance copies [30]. Subsequently, many heuristic algorithms have been used to solve the flight recovery problem, such as the Genetic Algorithm (GA) [31,32] and the Greedy randomized adaptive search procedure (GRASP) [32], among others.
From the above analysis, it can be seen that most optimization methods use heuristics or intelligent algorithms to solve the problem. However, as a NP-hard problem for disrupted flight recovery, the heuristic algorithm cannot guarantee the quality of the solution, and the research on the exact solution is obviously insufficient. As an exact solution algorithm, the Benders decomposition algorithm can divide large problems into small subproblems, thus reducing the complexity in time and space, and can deal with more complex and diversified disrupted flight recovery problem. Cordeau and Stojkovi divide the disrupted flight recovery problem into the main problem of aircraft recovery and the subproblem of crew pairing using the Benders decomposition algorithm, and calculate the integer solution by the heuristic branch and bound method [33]. Khiabani established a comprehensive recovery model of aircraft and crew, and used the Benders decomposition algorithm to obtain a more accurate solution [34]. McCarty and Cohn proposed a hybrid algorithm based on the Benders decomposition method and heuristic algorithm, which divided the decision process into two stages and used the heuristic algorithm to solve the flight recovery problem under irregular operations [35]. On the other hand, as an efficient method to solve combinatorial optimization problems, constraints programing (CP) is increasingly applied to planning and resource allocation. Hooker proposed the Logic-Based Benders decomposition algorithm (LBBD) based on the extension of the Benders algorithm [36]. It can solve the planning and scheduling problems, and propose a solution framework combining constraint programming (CP) and mixed integer programming (MIP), so as to combine the advantages of both to better solve large-scale problems.
To sum up, there are few studies on the exact solution of flight recovery problems in recent years, most of which are solved by heuristic and intelligent algorithms. The existing exact solution is mainly to establish the mathematical model of MIP, but MIP is limited by the solving scale and cannot solve large-scale problems, so it cannot verify the optimization of some large-scale problems. In this paper, a modified LBBD algorithm is proposed, which uses the strategy of canceling flights, delaying flights, and replacing aircraft, and adds the time connection constraint and space connection constraint [37] to establish the MIP model based on the resource assignment model. The outline of this paper is organized as follows. The description and hypothesis of the problem are introduced in Section 2. The model formulations and the main contents of LBBD algorithm are introduced in Section 3 and Section 4, respectively. Section 5 represents the results of algorithm. Finally, the conclusions are presented in Section 6.

2. Problem Description

Usually, when making flight plans, airlines will assign multiple continuous flights to the same aircraft. The collection of all flights executed by the same aircraft is called flight train, and an aircraft may temporarily break down and need to be maintained at a fixed airport [38]. Figure 1 depicts the implementation of flights and their corresponding aircraft and airports in a flight plan under disrupted conditions, including 9 flights, 1 maintenance mission, 4 aircraft, and 5 airports. The left solid lines and right dotted lines in the figure, respectively, represent the start and end of the recovery phase of the entire aircraft. The upward arrow on the left represents the earliest time when the aircraft begins to execute the flight, and the downward arrow on the right represents the latest time when the aircraft ends the flight. The solid rectangle represents a flight: the left endpoint of the rectangle represents the starting airport of the flight, the right endpoint of the rectangle represents the destination airport of the flight; the dotted rectangle represents the maintenance task, and the left endpoint of the rectangle tells the airport where the maintenance mission is located. As can be seen from the figure, aircraft 1, aircraft 2, and aircraft 4 perform two flights; aircraft 3 performs three flights; and the destination airport of the previous flight in the flight string is the starting airport of the next flight, indicating the continuity of flights performed by the same aircraft; and aircraft 4 is also carrying out maintenance tasks at the airport DEF, whilst the maintenance time conflicts with the flight time of the first flight of the aircraft 4.
The recovery options set in this paper are as follows: flight delay, flight cancellation, and aircraft replacement. This paper assumes the causes of disrupted flight airport closures and aircraft performing additional maintenance tasks. When an emergency such as bad weather occurs, some airports may have to be closed for a period of time. During this period, flights related to the airport will inevitably be affected, resulting in flights not being executed according to the original flight plan. In addition, aircraft maintenance tasks conflict with flight execution. The two adjacent flights after the adjustment of the station time is unreasonable and other reasons will also affect the normal execution of the flight. This paper does not consider the needs of the crew, so the modification of the aircraft route is not limited by the availability of the crew and aircraft model. Since the recovery window is set for only one day, the flights involved must arrive and depart on the same day to prevent disruption to the next day’s flight schedule. Accordingly, the assumptions of this paper are as follows:
  • The status of each flight can only be executed or canceled. If there is an aircraft replacement, the flight will be operated by another aircraft at the original scheduled departure time or after the departure time is adjusted. The aircraft is only exchanged between the same models so that it can adapt to the demand for passenger traffic.
  • Each flight can only be delayed or canceled once, and the actual departure time cannot be earlier than the initial time, and the delay time must be less than the specified maximum delay time.
  • For two adjacent flights, the arrival airport of the former flight must be the same as the departure airport of the latter flight, and they must have sufficient preparation time between the two adjacent flights.
  • The last flight must arrive earlier than the curfew time.
  • Each flight can only be carried out by one aircraft.
  • If the airport is closed, flights are not allowed to leave or arrive at the airport during this period. If the aircraft requires additional maintenance due to component failure, no flight assignments can be assigned to the aircraft during its scheduled maintenance.

3. Disrupted Flight Aircraft Recovery Model

3.1. Problem Constrains

In this paper, the flight will encounter two abnormal situations: airport closure and aircraft maintenance. Due to any number of unforeseen reasons, some airports need to be closed within a given period of time. Flights are not allowed to leave or arrive at this airport during this time. Additionally, some aircrafts that require additional maintenance due to component failure will be required to remain at the airport for a given period of time because, since the maintenance is unscheduled, it may overlap with some of the off-line flights assigned to it, and therefore, no flight duties can be assigned to the aircraft during the scheduled maintenance process.
Since the flight recovery problem in this paper must be solved in practice, the following constraints must be observed during the recovery process. First of all, each flight can only be delayed or canceled once, and the departure time after the delay must not be earlier than the original time, and the delay time must be less than the maximum delay time. In addition, for two adjacent flights, the arrival airport of the former flight must be the same as the departure airport of the latter flight, and a sufficient preparation time must be allowed between each adjacent flight. Finally, the arrival time of the latest arrival flight must be earlier than the curfew time of the destination airport to ensure that the schedule after the published recovery period can be enforced to avoid disruption extending into the next day. In addition, a flight can only be carried out by one aircraft to ensure the continuity of flight execution. In addition, the aircraft scheduled for maintenance services will not perform any flights.
In this paper, for the aircraft recovery problem of disrupted flight, consider the cost of flight delay, cancellation, and aircraft replacement. There is a positive correlation between delay cost and delay time. In addition, certain flights may be cancelled due to a lack of available aircraft or due to scheduling conflicts with aircraft maintenance tasks, resulting in corresponding cancellation costs. Finally, in the process of flight recovery, some aircraft may be unable to carry out the original scheduled flights due to malfunctions, and these flights can be assigned to other available aircraft, which are called aircraft replacement. The cost of aircraft replacement is smaller than the cost of flight cancellation, so it is a good choice of recovery strategy. Because the restrictions mentioned above must be observed, all constrains are hard constraints, and the model must satisfy the hard constraints to ensure the feasibility of the solution.

3.2. Mathematical Formulation

To accurately describe the problem, a mixed integer programming formulation is constructed. This model aims to minimize the delay cost, cancellation cost, and the flight replacement cost. The physical meanings of the sets, subscripts, parameters, and decision variables used in the mathematical model are as follows.
SubscriptsDefinition
i Aircraft subscript, i I
f Flight subscript, f F
s Airport subscript, s S
m Maintenance task subscript, m M
r Sequential subscripts of flights in the aircraft path, r R
SetsDefinition
I Available aircraft collection
F Flight collection in normal flight plan
S All airport collection
M Aircraft maintenance task set
S C Airport collection closed due to failure
S M Airport collection where maintenance tasks are located
I M The collection of aircraft where the maintenance mission is located
F i Represents the set of all flights performed by aircraft i , and the set of all uncanceled flight tasks is obtained by solving the main problem
ParametersDefinition
s d f The original planned departure airport of flight f , s d f S
s a f The original planned landed airport of flight f , s a f S
i f The original planned aircraft of flight f , i p f I
t d f The original planned departure time of flight f
t a f The original planned arrival time of flight f
t b s Closing start time of airport s due to fault shutdown
t e s Closing end time of airport s due to fault shutdown
b m Starting time of maintenance m
e m Ending time of maintenance m
s m Located airport of maintenance m
i m The aircraft of maintenance m
s t The earliest time when all aircraft i started executing flight
e t The latest time for all aircraft i to finish the flight
s i The airport where the first flight of the aircraft i
G A larger positive integer
R The number of flights
D The maximum delay time of flight
S The transit time of the two consecutive flights
Decision variablesDefinition
t f Actual departure time of flight f
v i The number of flights actually executed by aircraft i
x f i 0–1 variable, if flight f is actually assigned to aircraft i to execute, then x f i = 1 , otherwise x f i = 0
y f 0–1 variable, if flight f is canceled, then y f = 1 , otherwise y f = 0
p f 0–1 variable, if the actual execution of the flight f is not equal to the original planned execution of the aircraft, then p f = 1 , otherwise p f = 0
k f , i , r 0–1 variable, if the flight r actually executed by aircraft i is flight f , then k f , i , r = 1, otherwise k f , i , r = 0
α , β , γ 0–1 variable, used to define the status of flights and airports under the same conditions, if a certain situation exists, then they equal to 1, otherwise equal to 0
The mathematical model for disrupted flight recovery established in this paper is as follows:
Minimize ω 1 f F i I x f i t f t d f + ω 2 f F y f + ω 3 f F p f
i I x f i + y f = 1         f F
G y f + D t f + t d f 0     f F
G y f + t f t d f 0     f F
G y f + t f s t 0     f F
G y f + e t t f ( t a f t d f ) 0     f F
G y f + G ( 1 α ) + t b x t f 0     f F , s s c , s d f = s
G y f + G α + t f t e s 0     f F , s s c , s d f = s
G y f + G ( 1 β ) + t b s t f t a f + t d f 0     f F , s s c , s a f = s
G y f + G β + t f + t a f t d f t e s 0     f F , s s c , s a f = s
G ( 1 x f i m ) + G ( 1 γ ) + b m ( t f + t a f t d f ) 0       f F , m M , i m = I M
G ( 1 x f i m ) + G γ + t f e m 0   f F , m M , i m = I M
y f + x f i f + p f = 1     f F , i f I
v i = f F x f i   i I
r R r k f , i , r v i     i I , f F
x f i = r R k f , i , r   i I , f F
k f , i , r + k f ¯ , i , r + 1 1   i I , f , f ¯ F , r R 1 , s a f s d f ¯
G ( 2 k f , i , r k f ¯ , i , r + 1 ) + t f ¯ ( t f + t a f t d f ) S   i I , s S , r R 1 , f , f ¯ F , s a f = s d f ¯
k f , i , 1 = 0   i I , f F , s a f s i
Equation (1) is an objective function that requires the minimization of the weighted sum of the costs, and the cost in the objective function consists of three parts. The first part is the flight delay time cost, the second part is the flight cancellation cost, and the third part is the flight exchange cost; Equation (2) is the flight coverage constraint, indicating that each flight is either executed or canceled; Equation (3) indicates that, if the flight is executed, the flight delay time cannot be greater than the maximum delay time; Equation (4) indicates that if the flight is executed, the actual departure time of the flight shall not be earlier than the original planned departure time; Equation (5) indicates that, if the flight is executed, the actual departure time of the flight is not earlier than the earliest departure time, when all aircraft begin to perform the flight; Equation (6) indicates that, if the flight is executed, the actual landing time of the flight is not later than the latest time at which all aircraft end the flight; Equations (7) and (8) indicate that, if the flight is executed and the planned departure airport is closed, the actual departure time of the flight is before the airport closing start time or after the airport closing period; Equations (9) and (10) indicate that, if the flight is executed and the flight’s planning landing airport is the closed airport, the actual arrival time of the flight is before the airport closing start time or after the airport closing end time. Equations (11) and (12) indicate that the departure time of the flight by the corresponding maintenance aircraft must be before the maintenance begins, and the flight arrival time must be after the maintenance end time; Equation (13) indicates that the flight is either canceled, or the aircraft is scheduled to be executed as originally planned, or the aircraft is executed; Equations (14) and (15) calculate the number of flights performed by the aircraft; Equation (16) defines the range and conditions of the decision variable k ; Equation (17) is the space articulation constraint, indicating that the same aircraft performs two flights. For the adjacent flight, the arrival airport of the previous flight must be the departure airport of the latter flight; Equation (18) is the time connection constraint, indicating that the two consecutive flights executed by the same aircraft have enough transit time. Equation (19) indicates that the airport where the aircraft begins must match the airport at which the first mission begins.

4. Logic-Based Benders Decomposition Algorithm

When the scale of the problem increases gradually, the results of the problem cannot be obtained directly using CPLEX, so it is necessary to design LBBD algorithm to solve the problem. LBBD algorithm is an accurate algorithm, which divides a complete problem into two parts: the main problem and the subproblem. The solution of MP is not constrained by the variables in the subproblem: MP is solved first, and the solution of MP is brought to SP as a parameter to solve the remaining variables. The solution results of SP will be fed back to MP in a cross-sectional way to improve the quality of the solution and reduce the space of the solution, the above process will be iteratively solved until the objective function values of MP and SP are the same, and the optimal solution of the problem is obtained. The specific logic of algorithm is shown in Figure 2 and Figure 3.
According to the research problem, the overall model is divided into two problems: (1) The main problem is the flight schedule recovery problem, considering flight cancellation and replacement, and establishes MIP model; (2) The subproblem only considers flight delay, calculates flight delay cost, and establishes the CP model. From the solution of MP, we can obtain the set F i , representing the set of all uncancelled flight tasks performed by aircraft i . Since only partial constraints are considered in the main problem, we obtain the lower bound ( L B ) of the solution. By substituting the obtained parameters into SP, the delay cost is obtained, and the recovery cost C includes the delay cost and the cancellation cost. Finally, the total recovery cost is obtained, which is the upper bound ( U B ) of the whole problem. The effective cut generated by the SP solution is added to the next MP as a constraint, and its function is to remove the bad solution from the solution set of MP to narrow the solution range of MP. The cut selection rule is to compare the C in each iteration SP with the current U B . When C U B , the aircraft i assigned by the flight task will be added to the cut set I h , which represents the cut of the h generation aircraft serial number. The cut constraint is shown in Formula (21), which represents the flight performance. The same combination of flight tasks will not be assigned to the same aircraft again. The complete LBBD solution process is as follows:
Step 1: Set the number of iterations to 0, solve MP without cut constraints to obtain the initial solution x f i , obtain the flight cancellation and aircraft replacement costs, as well as the initial LB, and set the initial U B equal to .
Step 2: Determine the variables in SP. If x f i = 1 , then flight f is executed, and the set F i of all flights executed by the aircraft i that are not canceled can be obtained. The above variables are brought into SP as parameters to solve, and the optimal solution to SP is obtained. Compare U B and recovery cost C , if U B > C , then   U B = C , and the   U B of the solution is obtained. If C U B , then add the flight i to the cut set I h .
Step 3: Update iteration number h = h + 1 , add the cut constraint to MP to solve, and see the output results. If the MP has no feasible solution, then jump to step 4. According to the LBBD algorithm, if the MP has a feasible solution, a new lower bound LB of the original problem is obtained. Update L B , if L B < U B , then go back to step 2 until L B = U B .
Step 4: If L B = U B , the best solution we found is the optimal, and the flight schedule and flight recovery cost are obtained.

4.1. Main Problem Design

According to the parameters and decision variables defined above, the main problem does not consider the flight delay time, but only considers whether the flight is canceled, whether the aircraft is replaced, and establishes the corresponding integer programming model as follows:
Minimize ω 2 f F y f + + ω 3 f F p f
(2)(13)–(15)(17)–(19)
f F i ( 1 k f , i , r ) 1   i I h , r R

4.2. Subproblem Design

Two types of variables are introduced for the CP model. The first set of variables are interval variables which represent an interval of time that needs to be scheduled. The variable contains a start value, an end value, and an interval. The interval length is the operation time of the task i . Among them, s t a r t O f ( a ) represents the start time of the interval variable, e n d O f ( a ) represents the end time of the interval variable, and s i z e O f ( a ) represents the interval length of the interval variable. The variable p r e s e n c e O f ( a ) is used to define the optional state of the interval variable. If the interval variable is present, is equal to 1. Otherwise, it is equals to 0. The second type of variables is interval sequence variables. They are defined by a series of interval variables whose values represent the ordering of the interval variables in the set.
Three types of global constraints are introduced for the CP formulation. The first constraint n o O v e r l a p ( a ) is a non-overlapping constraint. It can be used in combination with interval sequence variables. This special constraint ensures that the interval variables within the interval sequence variable will not overlap, and the end time of each interval variable is earlier than or equal to the start time of the next interval variable. The second constraint a l t e r n a t i v e ( a , { b 1 , b 2 , b n } ) is an optional constraint. It is used to create a constraint between an interval variable and a set of optional interval variable, where a has and can only correspond to one interelectable variable derived from { b 1 , b 2 , b n } . The third constraint e n d B e f o r e S t a r t ( a , b ) is a priority relationship constraint. It is used to describe the priority relationship between two interval variables. This means that the end time of interval a must be before the start time of the interval b . This can ensure the priority relationship between two adjacent flights.
After solving the main problem, the flight sequence of the flights executed by each aircraft can be determined. Therefore, in the subproblem constrained programming model, the decision variable is changed into a parameter input. The interval decision variable represents the flight mission of flight. The subproblem comprises the MIP model and CP model.
MIP model designed in this paper is as follows:
Minmize ω 1 f F i I x f i t f t d f
(3)–(12)(16)
CP model designed in this paper is as follows:
M i n i m i z e ω 1 f F p r e s e n c e O f ( T a s k f ) ( s t a r t O f ( T a s k f ) t a f )
s t a r t O f ( T a s k f ) t d f 0     f F
s t a r t O f ( T a s k f ) s t 0     f F
e n d O f ( T a s k f ) e t 0       f F
180 - s t a r t O f ( T a s k f ) + t d f 0     f F
t b s s t a r t O f ( T a s k f ) 0 | | s t a r t O f ( T a s k f ) t e s 0     f F , s S c , s = s d f
t b s e n d O f ( T a s k f ) 0 | | e n d O f ( T a s k f ) t e s 0   f F , s S c , s = s a f
e n d O f ( T a s k f ) b m | | s t a r t O f ( T a s k f ) e m     f F , m M , i p f = i m
s t a r t O f ( T a s k f ¯ ) e n d O f ( T a s k f ) 30   i I , r R 1 , f , f ¯ F , k f , i , r = k f ¯ , i , r + 1 = 1
Equations (22) and (23) are the objective functions, which require the flight delay cost to be the minimum; Equation (24) indicates that the actual departure time of the flight must not be earlier than the original planned departure time; Equation (25) indicates that the actual flight departure time is not earlier than the moment when all aircraft begins to execute the flight; Equation (26) indicates that the actual landing time of the flight is not later than the latest time when all the aircraft finish the flight; Equation (27) indicates that the flight delay time cannot be greater than 180 min; Equations (28) and (29) indicate that, if the planned departure of the flight is to close the airport, the actual departure time of the flight must be before the airport closure start time or after the airport closure period; Equation (30) indicates that, if the aircraft maintenance mission is executed, the departure time of all flights must be after the maintenance end time or the landing time must be before the maintenance start time; Equation (31) is the time connection constraint, indicating that the two consecutive flights executed by the same aircraft have an overtime of no less than 30 min.

4.3. Strengthen Benders Cut

In the process of the Benders decomposition algorithm, the Benders cut has an important impact on the efficiency and quality of the solution. The above-mentioned cut is relatively weak, and it is necessary to enhance the cut to reduce more inferior solutions to obtain better solution results and efficiency. The specific operation is as follows: set the recovery cost   C , and propose flight f from   F i ; the remaining tasks are solved by substituting them into sub-problem. If C U B is obtained, this means that removing f will not improve the sub-problem result. Then, remove   f from the flight set   F i , and repeat the operation until   C < U B and the remaining ones form the flight set   F ¯ i . The cut generated in this way can reduce more inferior solutions in main problem and reduce the number of iterations. The LBBD with an improved cut obtained in this way is designated as LBBD(S). The cut strengthening Formula (21) becomes (32).
f F ¯ i ( 1 k f , i , r ) 1   i I h , r R

5. Experiments

In this section, in order to evaluate the solution effect of the proposed decomposition model and the Benders decomposition algorithm, this paper sets up different scales of disrupted flight situations. The MIP model is solved with IBM ILOG CPLEX, and the LBBD algorithm and LBBD(S) algorithm are solved with Python using the IBM ILOG CPLEX 12.6.1. The setting of the subproblem in the LBBD algorithm is divided into two situations: the MIP solution and CP solution. The setting of the subproblem in the LBBD(S) algorithm is the CP solution. All examples are run on a personal computer with the Intel(R) Core(TM) i5-11320H3.20GHz CPU processor. The data come from the flight schedule operated by Shanghai Airlines Co., Ltd. The data include the flight number of different size examples, the airport where the aircraft took off and landed, the take-off and landing time, and the airport closure and aircraft maintenance tasks encountered. The weights of the various costs are reasonably set according to experience, and in 2017, the China Graduate Mathematical Modeling Competition. The objective function consists of three parts: the first part is the flight delay time cost, where the time is measured in minutes and the weight value is 1; the second part is the flight cancellation cost, and the weight value is 800; the third part is the flight exchange cost, and the weight value is 10. The maximum delay time is 180 min, and the transit time for the two consecutive flights is 30 min. Examples 1–6 are small-scale examples, and Examples 7–11 are large-scale examples. The maximum running time for solving the flight example is set to 3600 s. If no solution is found within 3600 s, it is indicated by “-”. The calculation results are shown in Table 1, Table 2 and Table 3.
It can be seen from the solutions’ results in Table 1, Table 2 and Table 3 that, in the small-scale examples, both CPLEX and the Benders decomposition algorithm can accurately find the optimal solution within the specified time. From the perspective of solution time, the solution is better when the LBBD subproblem is CP. However, due to the small-scale examples of LBBD(S), the improvement in solution time is not particularly obvious compared with LBBD. From the perspective of iterations, LBBD(S) has a more efficient solution which can obtain the optimal solution with fewer iterations. Therefore, as the scale of the problem increases, MIP has a poor solving performance and does not have the ability to solve larger-scale problems, while the two decomposition algorithms have better applicability for solving disrupted flight recovery problems.
In solving large-scale examples, due to the limitations of CPLEX, with the increase in the scale, the efficiency of the solution decreases significantly. However, aiming at the LBBD and LBBD(S), both algorithms have good solving capabilities in large-scale examples. It can be seen from the solution time in Table 1, Table 2 and Table 3 that, when using the LBBD to calculate large-scale examples 9–10, the solution effect is better when the subproblem is CP than when the subproblem is MIP. Because the solving ability of MIP is affected by the number of variables, the solving efficiency of the MIP model will become lower as the scale of the problem gradually expands, and the solution speed will become slower—while CP is more suitable for solving scheduling problem. It can use constraint conditions to better narrow the solution space. From the iterations for the large-scale examples 7–11 in Table 1, Table 2 and Table 3, when the subproblem is CP, the iterations are less than they are when the subproblem is MIP, which can solve the problem efficiently. Especially in Example 8, when the subproblem is CP, it only takes 78 iterations to obtain the optimal solution, and the iterations are reduced by half compared to when the subproblem is MIP. The reason is that the longer the solution time of the subproblem in the iterative process of the LBBD algorithm is, the number of iterations may increase. Each iteration requires waiting for the solution results of the subproblem. For NP-hard problems such as disrupted flight recovery, CP can flexibly use a variety of constraints to represent the problem, which can better adapt to the complex constraints of the problem.
In Table 1, Table 2 and Table 3, although the solution of LBBD for large-scale examples 7–11 is relatively stable, it also has certain limitations. By comparing the results of large-scale examples in Figure 4, it can be concluded that LBBD(S) can obtain the optimal solution more efficiently. The main reason is the selection of the LBBD cut. In LBBD, the cut has a great influence on the quality and efficiency of the solution. If the cut is more effective, the more inferior solutions can be eliminated per cut at a time; the faster the solution space shrinks, and the faster the quality solutions can be obtained, LBBD(S) with cut improvement can better adapt to problem solving.
Finally, by analyzing the solution results of the example 3 and example 4 in Table 4 and Table 5, the reasons for flight delay are as follows. The specific recovery situation can be found in Figure 5 and Figure 6. Firstly, the scheduled departure time of the flight is before the end of the maintenance task, so the flight is delayed until after the end of the maintenance task; Secondly, due to the delay of the adjacent previous flight, the estimated preparation time of the next flight is less than 30 min, so it is delayed so that there is enough preparation time. Finally, it is much cheaper to replace the aircraft for flight recovery than to simply delay the aircraft, so the cost of replacing aircraft is incurred. Therefore, airlines should try to reduce the occurrence of flight cancellations, so as to reduce the cost of flight recovery.

6. Conclusions

The purpose of this paper is to optimize the solution of the flight recovery problem and minimize the cost of flight recovery. Based on the existing resource assignment model, this paper introduced spatiotemporal connection constraints for the problem to establish an MIP model. The model not only included the common aircraft recovery strategies, but also considered eight kinds of constraints such as flight coverage, airport closure, and first flight airport matching, and completely describe the aircraft route recovery problem. In order to solve the problem, LBBD(S) algorithm was designed. The algorithm divided the problem into MP and SP, and established the MIP model and CP model for solution, respectively, and the results indicated that the LBBD(S) algorithm is better than the CPLEX direct solution and LBBD algorithm in solving large-scale examples, and can solve the problem more efficiently.
The disrupted flight recovery is a very complex system real-time planning problem, which is of great strategic significance for airlines to improve the service quality and flight management ability. This paper mainly focuses on the aircraft planning recovery problem. Given the limited time and effort, the following issues still need to be further studied and explored. Further research can also be extended to the recovery of other resources for disrupted flights. In addition to aircraft recovery, the issue of disrupted flight recovery also involves crew recovery and passenger recovery. The comprehensive recovery issue of disrupted flights needs further research in the future. It is also possible to use some new methods for the sensitivity analyses of different parameters and explore the feasibility of new methods.

Author Contributions

Conceptualization, Y.P. and B.X.; methodology, X.H.; software, X.H.; validation, X.H.; formal analysis, Y.P. and B.X.; investigation, Y.P. and X.H.; resources, Y.P.; data curation, X.H.; writing—original draft preparation, X.H.; writing—review and editing, X.H.; visualization, Y.P.; supervision, Y.P.; project administration, Y.P.; funding acquisition, Y.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Shanghai Pujiang Program [22PJC051] and Ministry of education, humanities and social sciences research project [NO.22YJA630082].

Data Availability Statement

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Jorge, J.-D.; de Rus, G. Cost–benefit analysis of investments in airport infrastructure: A practical approach. J. Air Transp. Manag. 2004, 10, 311–326. [Google Scholar] [CrossRef]
  2. Kohl, N.; Larsen, A.; Larsen, J.; Ross, A.; Tiourine, S. Airline disruption management—Perspectives, experiences and outlook. J. Air Transp. Manag. 2007, 13, 149–162. [Google Scholar] [CrossRef]
  3. Dube, K. Emerging from the COVID-19 Pandemic: Aviation Recovery, Challenges and Opportunities. Aerospace 2023, 10, 19. [Google Scholar] [CrossRef]
  4. Jarrah, A.I.Z.; Yu, G.; Krishnamurthy, N.; Rakshit, A. A Decision Support Framework for Airline Flight Cancellations and Delays. Transp. Sci. 1993, 27, 266–280. [Google Scholar] [CrossRef]
  5. Teodorovic, D.; Guberinic, S. Optimal dispatching strategy on an airline network after a schedule perturbation. Eur. J. Oper. Res. 1984, 15, 178–182. [Google Scholar] [CrossRef]
  6. Teodorović, D.; Stojković, G. Model for operational daily airline scheduling. Transp. Plan. Technol. 1990, 14, 273–285. [Google Scholar] [CrossRef]
  7. Teodorovic, D. Airline Operations Research; Gordon and breach Science Publishers: New York, NY, USA, 1998. [Google Scholar]
  8. Zhou, L.; Liang, Z.; Chou, C.-A.; Chaovalitwongse, W.A. Airline planning and scheduling: Models and solution methodologies. Front. Eng. Manag. 2020, 7, 1–26. [Google Scholar] [CrossRef]
  9. Bertsimas, D.; Lulli, G.; Odoni, A. An integer optimization approach to large-scale air traffic flow management. Oper. Res. 2011, 59, 211–227. [Google Scholar] [CrossRef]
  10. Yan, S.; Young, H.-F. A decision support framework for multi-fleet routing and multi-stop flight scheduling. Transp. Res. Part A Policy Pract. 1996, 30, 379–398. [Google Scholar] [CrossRef]
  11. Yan, S.; Tu, Y.-p. Multifleet routing and multistop flight scheduling for schedule perturbation. Eur. J. Oper. Res. 1997, 103, 155–169. [Google Scholar] [CrossRef]
  12. Thengvall, B.G.; Bard, J.F.; Yu, G. Balancing user preferences for aircraft schedule recovery during irregular operations. IIE Trans. 2000, 32, 181–193. [Google Scholar] [CrossRef]
  13. Rodríguez-Sanz, Á.; Comendador, F.G.; Valdés, R.A.; Pérez-Castán, J.; Montes, R.B.; Serrano, S.C. Assessment of airport arrival congestion and delay: Prediction and reliability. Transp. Res. Part C Emerg. Technol. 2019, 98, 255–283. [Google Scholar] [CrossRef]
  14. Rodríguez-Sanz, Á.; Cano, J.; Fernández, B.R. Impact of weather conditions on airport arrival delay and throughput. Aircr. Eng. Aerosp. Technol. 2021, 94, 60–78. [Google Scholar] [CrossRef]
  15. Liang, Z.; Chaovalitwongse, W.A. A network-based model for the integrated weekly aircraft maintenance routing and fleet assignment problem. Transp. Sci. 2013, 47, 493–507. [Google Scholar] [CrossRef]
  16. Liang, Z.; Feng, Y.; Zhang, X.; Wu, T.; Chaovalitwongse, W.A. Robust weekly aircraft maintenance routing problem and the extension to the tail assignment problem. Transp. Res. Part B Methodol. 2015, 78, 238–259. [Google Scholar] [CrossRef]
  17. Liang, Z.; Xiao, F.; Qian, X.; Zhou, L.; Jin, X.; Lu, X.; Karichery, S. A column generation-based heuristic for aircraft recovery problem with airport capacity constraints and maintenance flexibility. Transp. Res. Part B Methodol. 2018, 113, 70–90. [Google Scholar] [CrossRef]
  18. Xiao, F.; Guo, S.; Huang, L.; Huang, L.; Liang, Z. Integrated aircraft tail assignment and cargo routing problem with through cargo consideration. Transp. Res. Part B Methodol. 2022, 162, 328–351. [Google Scholar] [CrossRef]
  19. Zhang, C.; Xie, F.; Huang, K.; Wu, T.; Liang, Z. MIP models and a hybrid method for the capacitated air-cargo network planning and scheduling problems. Transp. Res. Part E Logist. Transp. Rev. 2017, 103, 158–173. [Google Scholar] [CrossRef]
  20. Ji, C.; Gao, M.; Zhang, X.; Li, J. A novel rescheduling algorithm for the airline recovery with flight priorities and airport capacity constraints. Asia-Pac. J. Oper. Res. 2021, 38, 2140025. [Google Scholar] [CrossRef]
  21. Lee, J.; Lee, K.; Moon, I. A reinforcement learning approach for multi-fleet aircraft recovery under airline disruption. Appl. Soft Comput. 2022, 129, 109556. [Google Scholar] [CrossRef]
  22. Khan, W.A.; Ma, H.-L.; Chung, S.-H.; Wen, X. Hierarchical integrated machine learning model for predicting flight departure delays and duration in series. Transp. Res. Part C Emerg. Technol. 2021, 129, 103225. [Google Scholar] [CrossRef]
  23. Khan, W.A.; Chung, S.-H.; Eltoukhy, A.E.; Khurshid, F. A novel parallel series data-driven model for IATA-coded flight delays prediction and features analysis. J. Air Transp. Manag. 2024, 114, 102488. [Google Scholar] [CrossRef]
  24. Su, Y.; Xie, K.; Wang, H.; Liang, Z.; Art Chaovalitwongse, W.; Pardalos, P.M. Airline Disruption Management: A Review of Models and Solution Methods. Engineering 2021, 7, 435–447. [Google Scholar] [CrossRef]
  25. Cao, J.M.; Kanafani, A. Real-time decision support for integration of airline flight cancellations and delays part I: Mathematical formulation. Transp. Plan. Technol. 1997, 20, 183–199. [Google Scholar] [CrossRef]
  26. Cao, J.M.; Kanafani, A. Real-time decision support for integration of airline flight cancellations and delays Part II: Algorithm and computational experiments. Transp. Plan. Technol. 1997, 20, 201–217. [Google Scholar] [CrossRef]
  27. Yan, S.; Yang, D.-H. A decision support framework for handling schedule perturbation. Transp. Res. Part B Methodol. 1996, 30, 405–419. [Google Scholar] [CrossRef]
  28. Le, M.; Gao, J.; Zhan, C. Solving the airline recovery problem based on vehicle routing problem with time window modeling and genetic algorithm. In Proceedings of the 2013 Ninth International Conference on Natural Computation (ICNC), Shenyang, China, 23–25 July 2013; pp. 822–828. [Google Scholar]
  29. Yan, S.; Lin, C.-G. Airline Scheduling for the Temporary Closure of Airports. Transp. Sci. 1997, 31, 72–82. [Google Scholar] [CrossRef]
  30. Huang, Z.; Luo, X.; Jin, X.; Karichery, S. An iterative cost-driven copy generation approach for aircraft recovery problem. Eur. J. Oper. Res. 2022, 301, 334–348. [Google Scholar] [CrossRef]
  31. Shambour, M.K.; Abu-Hashem, M.A. Optimizing airport slot scheduling problem using optimization algorithms. Soft Comput. 2023, 27, 7939–7955. [Google Scholar] [CrossRef] [PubMed]
  32. Hu, Y.; Song, Y.; Zhao, K.; Xu, B. Integrated recovery of aircraft and passengers after airline operation disruption based on a GRASP algorithm. Transp. Res. Part E Logist. Transp. Rev. 2016, 87, 97–112. [Google Scholar] [CrossRef]
  33. Cordeau, J.-F.; Stojković, G.; Soumis, F.; Desrosiers, J. Benders Decomposition for Simultaneous Aircraft Routing and Crew Scheduling. Transp. Sci. 2001, 35, 375–388. [Google Scholar] [CrossRef]
  34. Khiabani, A.; Rashidi Komijan, A.; Ghezavati, V.; Mohammadi Bidhandi, H. A mathematical model for integrated aircraft and crew recovery after a disruption: A Benders’ decomposition approach. J. Model. Manag. 2022, 13, 1740–1761. [Google Scholar] [CrossRef]
  35. McCarty, L.A.; Cohn, A.E.M. Preemptive rerouting of airline passengers under uncertain delays. Comput. Oper. Res. 2018, 90, 1–11. [Google Scholar] [CrossRef]
  36. Hooker, J.N.; Ottosson, G. Logic-based Benders decomposition. Math. Program. 2003, 96, 33–60. [Google Scholar] [CrossRef]
  37. Hu, Y.; Xu, B.; Bard, J.F.; Chi, H. Optimization of multi-fleet aircraft routing considering passenger transiting under airline disruption. Comput. Ind. Eng. 2015, 80, 132–144. [Google Scholar] [CrossRef]
  38. Shafahi, Y.; Khani, A. A practical model for transfer optimization in a transit network: Model formulations and solutions. Transp. Res. Part A Policy Pract. 2010, 44, 377–389. [Google Scholar] [CrossRef]
Figure 1. Flight execution diagram.
Figure 1. Flight execution diagram.
Aerospace 11 00378 g001
Figure 2. Logic-based Benders decomposition process.
Figure 2. Logic-based Benders decomposition process.
Aerospace 11 00378 g002
Figure 3. Branch and check steps.
Figure 3. Branch and check steps.
Aerospace 11 00378 g003
Figure 4. Time gap and iteration number gap with different methods.
Figure 4. Time gap and iteration number gap with different methods.
Aerospace 11 00378 g004
Figure 5. The flight recovery for example 3.
Figure 5. The flight recovery for example 3.
Aerospace 11 00378 g005
Figure 6. The flight recovery for example 4.
Figure 6. The flight recovery for example 4.
Aerospace 11 00378 g006
Table 1. Comparison of optimal results at different examples.
Table 1. Comparison of optimal results at different examples.
ExampleProblem ScaleMIPLBBD
(Sub-MIP)
LBBD
(Sub-CP)
LBBD(S)
UBLBOptimal SolutionOptimal SolutionOptimal SolutionOptimal Solution
13a-12f-1c--2730273027302730
23a-12f-1m--15151515
33a-12f-1c-1m--2745274527452745
44a-15f-1c--150150150150
54a-15f-1m--40404040
64a-15f-1c-1m--110110110110
710a-35f-1c-1m4782110-139813981398
819a-68f-1c-3m50001210-224922492249
928a-135f-2c-5m---251525152515
1030a-149f-2c-6m---336233623362
1144a-633f-1c-29m---175617561756
Note: The alphanumeric combination in the scale column indicates the number of aircraft, flights, airport closures, and aircraft maintenance tasks in the daily flight schedule. For example, 3a_7f (1c_1m) means 3 aircraft, 7 flights, 1 airport closed, 1 Aircraft maintenance mission.
Table 2. Comparison of the solving time for different examples.
Table 2. Comparison of the solving time for different examples.
ExampleProblem ScaleMIPLBBD
(Sub-MIP)
LBBD
(Sub-CP)
LBBD(S)
CPU(S)CPU(S)CPU(S)Gap(%)CPU(S)Gap(%)
13a-12f-1c50.720.32−1250.4−80
23a-12f-1m90.310.27−14.810.4226.19
33a-12f-1c-1m230.690.44−56.820.51−35.29
44a-15f-1c110.580.6814.710.49−18.37
54a-15f-1m170.360.28−28.570.4621.74
64a-15f-1c-1m151.991.56−27.561.17−70.09
710a-35f-1c-1m3600185.67196.565.54201.327.77
819a-68f-1c-3m3600392.71169.66−131.47171.73−128.68
928a-135f-2c-5m3600569.47210.49−170.54208.83−172.70
1030a-149f-2c-6m3600596.18279.65−113.19263.11−126.59
1144a-633f-1c-29m3600639.89345.61−85.15338.5−89.04
Table 3. Comparison of the iteration number at different examples.
Table 3. Comparison of the iteration number at different examples.
ExampleProblem ScaleLBBD
(Sub-MIP)
LBBD
(Sub-CP)
LBBD(S)
Iteration NumberIteration NumberGap(%)Iteration NumberGap(%)
13a-12f-1c354030
23a-12f-1m342530
33a-12f-1c-1m86−33.336−33.33
44a-15f-1c44040
54a-15f-1m4633.3340
64a-15f-1c-1m81127.2780
710a-35f-1c-1m657310.96650
819a-68f-1c-3m18478−135.9057−222.81
928a-135f-2c-5m209151−38.4179−164.56
1030a-149f-2c-6m237189−25.4093−154.84
1144a-633f-1c-29m375294−27.55167−124.56
Table 4. The flight recovery table for example 3.
Table 4. The flight recovery table for example 3.
Aircraft NumberFlight NumberDelay CostCancellation Cost
A/11100
1200
131700
140800
A/221150
221600
230800
240800
A/33100
3200
3300
3400
Table 5. The flight recovery table for example 4.
Table 5. The flight recovery table for example 4.
Aircraft NumberFlight NumberDelay CostReplacement Cost
A/1111000
121010
A/22100
2200
2300
2400
2500
A/33100
32010
33010
34010
A/44100
4200
4300
4400
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Peng, Y.; Hu, X.; Xia, B. A Study on Disrupted Flight Recovery Based on Logic-Based Benders Decomposition Method. Aerospace 2024, 11, 378. https://doi.org/10.3390/aerospace11050378

AMA Style

Peng Y, Hu X, Xia B. A Study on Disrupted Flight Recovery Based on Logic-Based Benders Decomposition Method. Aerospace. 2024; 11(5):378. https://doi.org/10.3390/aerospace11050378

Chicago/Turabian Style

Peng, Yunfang, Xuechun Hu, and Beixin Xia. 2024. "A Study on Disrupted Flight Recovery Based on Logic-Based Benders Decomposition Method" Aerospace 11, no. 5: 378. https://doi.org/10.3390/aerospace11050378

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop