You are on page 1of 8

Airline Disruption Management

Dynamic Aircraft Scheduling with Ant Colony Optimization

Henrique Sousa1, Ricardo Teixeira1, Henrique Lopes Cardoso1,2 and Eugénio Oliveira1,2
1
DEI/FEUP, Faculdade de Engenharia, Universidade do Porto, Porto, Portugal
2
LIACC, Laboratório de Inteligência Artificial e Ciência de Computadores, Porto, Portugal
{ei10053, ei10045, hlc, eco}@fe.up.pt

Keywords: Aircraft Scheduling, Disruption Management, Ant Colony Optimization.

Abstract: Disruption management is one of the main concerns of any airline company, as it can influence its annual
revenue by upwards of 3%. Most of medium to large airlines have specialized teams which focus on
recovering disrupted schedules with very little automation. This paper presents a new automated approach
to solve both the Aircraft Assignment Problem (AAP) and the Aircraft Recovering Problem (ARP), where
the solutions are responsive to unforeseen events. The developed algorithm, based on Ant Colony
Optimization, aims to minimize the operational costs involved and is designed to schedule and reschedule
flights dynamically by using a sliding window. Test results tend to indicate that this approach is feasible,
both in terms of time and quality of the proposed solutions.

1 INTRODUCTION These three problems differ on the function they


optimize; for instance, while the ARP minimizes the
The aviation sector is surely a key component in any airline’s costs, the PRP minimizes the total
thriving economy, as it supports $2.4 trillion of the travelling time each passenger takes to reach its
world’s gross domestic product (GDP) and creates destination.
an estimated 58.1 million jobs (International Air In order to recover from a disruption, four
Transport Association, 2011). Depending on its different operations can be applied: aircraft
scale, when an event disrupts the normal flow of an reassignment, flight delay, flight cancellation, and
airline company, the consequences can be massive; flight rerouting. Most of the AOCCs rely on human
for instance, the eruption of the Icelandic volcano experts’ effort to minimize the impact of the
Eyjafjallajokull in April 2010 was responsible for disruption by means of these operations. In a large
worldwide economic and social setbacks. Therefore, scale setup, this is a difficult task because the total
the need for solutions that improve airline cost of each operation include many dependent
disruptions management is a legitimate concern not factors, e.g., to cancel a flight one must take into
only for airline companies, that aim to increase account the cost of parking in a specific airport, the
profits by reducing operational costs, but also for the hotel charges for both passengers and crew and the
general public, due to its economic and social cost for alternative transportation for passengers.
impact. Therefore, the need for an automated system to solve
When a disruption occurs, the airlines try to find these problems has been increasing in the past few
a solution with a minimum impact to the airline’s years. One might think that the current setup for
schedule and with lowest added cost. Usually, the most airlines should be enough to handle a few
first problem to be tackled is the Aircraft Recovery unpredictable events but, in an ever growing
Problem (ARP) which aims to recover the flight industry, flight delays may be caused by simple
schedule by applying a set of operations to the events such as abnormal fuel consumption or even
disrupted plan so that a new aircraft can be assign to missing luggage.
the disrupted flight. After solving the ARP the This paper proposes a new approach to deal with
Airline Operations Control Centres (AOCC) have to a subset of airline disruption management problem,
deal with the Crew Rescheduling Problem (CRP) the ARP. Section 2 contains information about the
and the Passenger Rescheduling Problem (PRP). relevant literature addressing this area. Section 3

398
AirlineDisruptionManagement-DynamicAircraftSchedulingwithAntColonyOptimization

formally describes the problem at hand. Section 4 aircraft maintenance costs. Their implementation
presents the ant colony optimization approach we was tested with data provided from a major Chinese
have developed. Section 5 includes an experimental airline and results reveal that a feasible solution is
evaluation of the approach when fed with a real found twice as fast as an exact algorithm. Although
dataset from the major Portuguese airline, TAP. encouraging, this kind of performance is still too
Finally, Section 6 summarizes the main weak when the problem is scaled to higher
contributions of the paper, discusses limitations of dimensions.
the approach and proposes lines for improvement.
2.2 Meta-heuristic Methods

2 STATE OF THE ART With the increasing need for better automated
solutions to solve the ARP, several meta-heuristic
Previous studies about the ARP can be categorized methods have been applied to this domain. Perhaps
into two large groups defined by the methods used to the first relevant study in this field was conducted by
find the solution, i.e., Operations Research (OR) and Løve (Løve et al., 2005) -- using a local search
Meta-heuristics. method, his solutions are developed considering
delays, cancellations and reassignments and the goal
is to maximize the profit. Although the study’s
2.1 Exact Methods
results reveal that good solutions are achieved in less
Although most of AOCCs are still human than 10 seconds, by maximizing the profit instead of
dependent, they are not fully manual. Usually, these reducing costs, some restrictions, e.g., passenger
satisfaction, are not taken into account.
teams use software that provides options regarding a
specific disruption from which the operator must Liu (Liu et al., 2006) developed a model using a
choose accordingly. This kind of software is often Multi-Objective Genetic Algorithm (Konak et al.,
2006) to construct new feasible aircraft reschedules.
equipped with Operational Research-based methods
since these are well known and reliable algorithms This model already considers several objectives that
simulate different roles in the ARP. The study was
giving measurable solutions in acceptable time.
limited only by the fact that it was tested with a
One of the first articles about ARP appeared in
the mid-1980s with the works of Teodorovic small dataset of 7 aircrafts and 70 flights.
Perhaps the most interesting article to our work
(Teodorovic and Guberinic, 1984). His objective
was to find a new daily schedule when some was written by Zegordi and Jafari (Zegordi and
aircrafts became unavailable; later on he also Jafari, 2010) who used the Ant Colony Algorithm
(Colorni et al., 1991) heuristic to solve the ARP.
explored some integration with crew and passenger
constraints in an attempt to develop a more cohesive Their approach is very complete regarding real
solution. The first relevant computational domain constraints, such as maintenance
requirements and other restrictions and regulations.
breakthrough came by the works of Jarrah (Jarrah et
al., 1993); using network flow models, his method Test experiments reveal that the algorithm is able to
should reduce costs between 20% and 90% construct a feasible revised schedule in less than 5
seconds and, according to the authors, such method
compared with an un-optimized schedule recovery
problem. His tests included real flights from United was successfully applied to an airline. Despite its
Airlines, during October 1993 and March 1994, and robustness, this approach does not consider
scenarios where aircrafts from different flight
resulted in an estimate $540,000 in delay costs.
There are also many solutions that solve the ARP rotations recover each other.
using integer programming, the most relevant work Finally we would like to mention the work of
Castro (Castro et al., 2014) who developed a new
being from Thengvall (Thengvall et al., 2001). His
implementation was tested with real data from approach to Airline Disruption Management, where
a multi-agent system approach is used, including
Continental Airlines and results show that optimal or
specialist agents for different dimensions of the
near-optimal solutions are often obtained; the
downside is that his model is very restricted as it disruption management problem. Despite this
innovative approach, this work focuses on handling
only considers delaying and cancelling flights.
The latest work, to our knowledge, belongs to disruptions in a pre-scheduled plan, not combining
Wu and Le (Wu and Le, 2012), where the authors the AAP and ARP problems. This is something we
address in our own work.
model the ARP as a time-space network and several
real restrictions were taken into account, e.g., All these proposals have brought improvements

399
ICAART2015-InternationalConferenceonAgentsandArtificialIntelligence

to the classical Operations Research approach. . . (2)


Nonetheless we believe that a more cohesive
solution, capable of a higher automation and better . (3)
optimization is still missing. . . (4)
. (5)
3 PROBLEM DEFINITION
(6)
∈ ∈ ∈
In the solution proposed in this paper, we will strive
∀ (7)
to solve two different but complementary
dimensions of the problem at hand: the Aircraft ∀ (8)
Assignment Problem (AAP) (Gabteni and ∀ ⇒ , , 0
Gronkvist, 2009) and the ARP. The AAP may be (9)
described as the problem of assigning flights to ∀ ⇒ , , 0,1 (10)
aircrafts in such a way that some operational ∀ , , , , ∈ 0,1 (11)
constraints are satisfied and possibly that some
objective function is optimized. In our approach The decision variables in the model are
these consist on aircraft’s capacity vs. number of described in Table 1.
passengers and average aircraft maintenance cost
(both mechanical and fuel). This way an efficient Table 1: Model variables description.
allocation takes place because aircrafts are tailored Var Meaning
to each flight, resulting in cost savings. Flag indicating if flight is assigned to aircraft .
The AAP original solution will provide a first Flag indicating if flight is delayed.
optimized schedule for the set of flights and Flag indicating if flight is cancelled.
aircrafts. This schedule will be affected in case of a Flag indicating if flight is rerouted or leased to
disruption, i.e., an event that stops a flight to keep its another airline.
schedule. When such a disruption occurs, the Actual time of departure of flight .
objective is to recover the affected flight(s) reusing Scheduled time of departure of flight .
the original plan as much as possible, minimizing Cost of passenger discontent.
the total cost. To recover a flight one must choose Set of all aircrafts.
the best suited action that implies the lowest cost. In Set of all flights.
order to achieve this, flights can be delayed or Cost of assigning aircraft to flight .
cancelled. Cost of delaying flight .
Delays can result in different outcomes in terms Cost of cancelling flight .
of the assigned aircraft, i.e., simple aircraft delay; Cost of rerouting passengers from flight .
aircraft swaps, both between a fleet of aircrafts as Cost of rerouting passengers from flight using a
well as different aircraft types; or flight rerouting, different airline.
where passengers reach their destination having a Number of passengers on flight .
midway stop. On the other hand, cancellations entail Number of passengers on flight that have been
re-routed internally.
a cost computed with the measure of passenger
Number of passengers on flight that have been
discontent and the cost of local hotel charges. leased to other airlines.
Therefore, within the scope of this paper, solving Cost of 1 minute of delay.
the combination of both the AAP and the ARP Cost of rerouting 1 passenger from flight using a
translates into minimizing the following function: different airline.
Cost of hotel charges for 1 passenger from flight
. . 1 .
∈ ∈ ∈ Total number of flights to be scheduled.
. (1) This model is based on the one presented in

(Zegordi and Jafari, 2010), with some changes.
. Function (1) to be minimized represents the total
∈ cost associated to scheduling and/or recovering all
Subject to: flights, aircrafts and passengers. Therefore, the ARP
is slightly altered due to the introduction of

400
AirlineDisruptionManagement-DynamicAircraftSchedulingwithAntColonyOptimization

passenger related costs. Function (1) includes cost of constrained graphs. Thus, this approach is expected
aircraft assignment, total delay, cancellation and to be especially appropriate for solving the problem
disrupted passengers. Minimizing the first term aims as modelled in Section 3.
at efficiently assigning aircrafts to flights, i.e., Our approach is split in two distinct parts that are
providing the most cost effective aircraft given a related with the different problems the algorithm
certain flight. The second and third terms promote solves: the Aircraft Assignment Problem and the
reliable operations by minimizing flight delay and Aircraft Recovering Problem. Although both
cancellation, respectively. The last term recovers problems are bounded to optimize the same
disrupted passengers either through reassigning them expression, the practical outcome results in different
to another flight route to the same destination (with behaviours. When the algorithm first runs it receives
midway stops), or by transporting them using information about which routes are needed to assign
another airline or means of transportation. aircrafts, as well as where and how many airplanes
Constraints in (2) to (5) detail how to compute are available. Therefore, its first objective is to
each of the costs described in the objective function create a valid aircraft assignment such that all flights
(1). Constraint (6) ensures that the sum of active are feasible while minimizing the cost. On the other
flags equals the number of flights, so that no flight is hand, the algorithm keeps running in order to adapt
left without an aircraft. Constraint (7) guarantees its schedule in case of a sudden disruption, where
that in case of rerouting the sum of passengers re- the original solution is modified so that all flights
routed internally with the passengers leased to other remain feasible with the lowest cost raise.
airlines equals the original number of passengers
from flight f. Finally, constraints (8) through (10) 4.1 Illustrating Example
ensure both that the atod is at least the same of tod,
i.e., the atod is a reflection of any delay a flight may In order to illustrate how we have applied ACO to
have; and that delaying, cancelling and rerouting the AAP/ARP problem, in this section we provide an
flags are only active if a flight has different tod and example where we graphically represent all
atod. Constraint (11) is a domain restriction for all outcomes for both AAP and ARP solutions. Our
bit flags. directed graph representation consists of two sets of
nodes: one representing aircrafts and the other all
flights within the scheduling scope (see Figure 1).
4 ONLINE SCHEDULING WITH
ANT COLONY OPTIMIZATION
The Ant Colony Optimization (ACO) firstly
described by Dorigo (Colorni et al., 1991) is a local
search optimization algorithm that mimics the
behaviour of ants as a sociable species. In Dorigo’s
adaptation, an ant is a conceptual unit performing a
random construction of a solution. This solution is
the set of nodes visited by the ant; in nature, these
are geographic points in the field on which they are
looking for food. The convergence to optimization
occurs because ants communicate with each other
through stigmergy, i.e., they give feedback about a
specific solution through the so-called pheromones.
Figure 1: Model representation (circle nodes represent
Therefore, when an ant is on the verge of choosing flights, triangle nodes represent aircrafts).
the next node, the ones with the highest pheromone
levels are more likely to be chosen. Every flight/aircraft node is connected to every
Lately ACO has been applied to a vast range of aircraft node. Furthermore, each aircraft has
problems (Dorigo and Stutzle, 2004) with a relative connections to possible flights assignments (e.g.
amount of success. However, unlike genetic aircraft CSTOJ has an edge to flight 815 but not to
algorithms or simulated annealing, the application of flight 803 because the aircraft is not located at the
ACO is usually better than other meta-heuristics flight’s origin airport or/and does not have the
when the problem can be described by highly required passenger seats). A flight node can be

401
ICAART2015-InternationalConferenceonAgentsandArtificialIntelligence

connected to another flight node if it respects a defined in Equation (1). On the other hand, the
spatial and time constraint: the second flight’s origin ability to respond to disruptions on the go allows the
has to be the same as the first flight’s destination, algorithm to adapt to environmental constraints with
and the second flight must depart after the scheduled minimum human interaction. This approach is online
arrival of the first flight plus some rotation time, so rescheduling: the algorithm is constantly renewing
that the aircraft can be properly set up (refuelling, and updating the best solution. In theory, this
transportation between gates, inspection, etc.). The approach could result in a perpetually running
leasing node is a special aircraft node that is algorithm that would assign aircrafts and deal with
connected to every flight, allowing flights to be disruptions continuously. The algorithm would have
leased to other airlines whenever an internal solution a sliding window, e.g., a month, where all flights
is not viable and the cost of leasing is lower than within that window would be taken into account
cancelling the flight. while optimizing. As the time window moves
In order to build a solution, an ant must first forward, past flights are discarded and new ones are
choose an aircraft, followed by a series of flight taken into consideration.
nodes representing the flights assigned to that
aircraft. When the next node to be visited represents
an aircraft this means that subsequent flights are
linked to it (the last visited aircraft is assigned to the
flights). Flight nodes visited after the leasing node
will have a leased aircraft assigned. Flights not
included in the path are cancelled. This process
continues until all aircraft nodes are visited. The
objective is to find the minimum cost path in the
directed graph. In Figure 2 we can see a possible
solution: aircraft CSTOJ is assigned to flights 815
and 803; aircraft CSTI has no flights; flight 202 will
use a leased aircraft.

Figure 3: Disruption event (flight 815 is delayed, breaking


connection with flight 803).

Figure 2: Possible solution.

When the system is notified with a disruption,


the solution graph is updated (see Figure 3) and the
ants will try to optimize a new path given those Figure 4: Solving the disruption.
constraints with new actions on flight nodes. Delays
may also be accepted, thus demanding no changes in
4.2 Algorithm Implementation
the previous solution path. A possible solution to the
disruption event is shown in Figure 4, where it can
In this section we include details of our implemented
be seen that flight 803 has been cancelled.
algorithm. A pheromone matrix keeps track of all
This representation allows optimization of both
the pheromone values of every edge in the problem
AAP and ARP regarding the objective function
graph, which are initialized to 1.

402
AirlineDisruptionManagement-DynamicAircraftSchedulingwithAntColonyOptimization

Every ant chooses probabilistically its next node our experiments, we had to parse TAP’s dataset and
depending on the relative amount of pheromone in extract information about flight routes, i.e.,
the edge connecting the current node and the next departure, arrival, origin, destination, total distance
one (see Eq. 12, where is the pheromone value and number of tickets sold; how many and where
for edge ). aircrafts were initially positioned; information
regarding the aircrafts, maintenance costs per mile
/ (12) and total capacity; and hotel charges per
passenger/night. The given dataset did not contain
When an ant finishes its graph traversal task (as any information about the cost of leasing, therefore,
described in Section 4.1), pheromones are laid out those values where extrapolated to be 50% higher
(i.e., the pheromone matrix is updated through than internal costs.
addition) for each selected edge according to: Two different experiments, regarding both AAP
1 and ARP, were conducted. All tests were conducted
∗ (13) under a machine with an Intel I5 650 and 4.00 GB of
RAM and all implementations were coded in Java.
where is the solution’s fitness, according to
On the first experiment we were trying to
function (1), and is a constant which normalizes
evaluate the algorithm’s ability to solve de AAP
the amount of pheromone deposited, so that it is not
considering both the time it took to solve the
negligible when the fitness value is too big1.
problem and the quality of the final assignment
In each iteration, the algorithm updates the
schedule. These tests consisted on a time
pheromone matrix with a decay factor. This mimics
comparison between our ACO approach and a
the evaporation of natural pheromones, preventing
branch and bound (BB) optimization algorithm
the overflow of pheromone values and allowing the
(Lawler and Wood, 1966); when BB became
colony to respond to changes in the fitness
unresponsive due to memory overflows, a depth first
landscape: when a good path stops being viable, ants
search (DFS) (Tarjan, 1972) was used to compare
stop depositing or deposit less pheromones, which
the ACO’s solution with DFS’s first feasible
results in ants progressively abandoning this
solution. This experiment also contains information
previously good path. This constant updating creates
regarding the best known solution (BKS), i.e., the
a reactive algorithm that responds to changes in the
actual assignment carried by TAP on September
environment. A pheromone evaporation rate must be
2009. The BKS’s schedule operational costs served
found so that the colony achieves a good balance
as a reference measure to evaluate the quality of a
between quick response to new and better paths and
solution. Results regarding this experiment,
enough persistence to not give up on potentially
summarized in Table 2, show that our ACO
good solutions. This means that the lower the
approach, although not always the fastest algorithm,
evaporation rate, the more lasting is the “memory”
consistently returns good solutions. This experiment
of the colony regarding older paths. The pheromone
also proves that an exact approach, such as branch
evaporation rule is:
and bound, is infeasible when a higher number of
max 1, ∗ (14) flights are taken into account. Overall, as the
where is the pheromone evaporation rate, which problem size grows, it is obvious that ACO’s
for the experiments presented in Section 5 we have approach provides much better solutions than its
set to 0.85. competitors.
A second experiment was conducted in order to
evaluate the algorithm’s capacity to overcome
unforeseen aircraft disruptions (ARP). In order to
5 EXPERIMENTS AND RESULTS compare ACO’s results with BB and DFS, a set of
predefined disruptions was created so that the
Our ACO algorithm was tested on a real dataset
overload was the same across all algorithms. The set
obtained from (Castro et al., 2014). This dataset
of disruptions contained situations where aircrafts
contains actual flight information from Portuguese
were unavailable for a short or long period of time
airline TAP relative to all 5722 flights in September
due to minor or major aircraft failure/ impediment.
2009 and a fleet of 72 aircrafts. In order to conduct
Disrupted aircrafts targeted both flights with and
without future dependencies, that is, likely to cause a
1
Note that we want to minimize function (1), thus the “snowball effect” of consecutive delays. The scope
fitness value is actually a cost. of this experiment only considered the ARP;

403
ICAART2015-InternationalConferenceonAgentsandArtificialIntelligence

therefore, each algorithm execution time excludes to solve the AAP and ARP while considering
the AAP; moreover, the initial flight schedule was disrupted passengers as part of the cost function. The
similar across all implementations so that only the objective function that is defined in our problem
recovery capability would be evaluated. There was considers aircraft assignment costs and, in case of
no useful information from TAP’s dataset that we unforeseen events, it allows flights to be delayed,
could use to evaluate the performance on this cancelled or rerouted. Ants will always try to
instance of the algorithm. For that reason, the BKS combine these actions so that total costs are kept to
is considered to be the solution returned by the the minimum and disruptions are not propagated to
ACO, since it consistently outperformed its other flights.
competitors. Table 3 summarizes the results Conducted experiments reveal that our online
obtained from this experiment. As expected, ACO’s ACO rescheduling approach is able to solve
performance is much better in terms of solutions different sets of AAP/ARP within reasonable time
quality, although it takes, on average, 40% more and with very good final solutions. We believe that
time than other approaches. The trade-off between this time overhead is largely compensated by the
time and quality will probably be an issue to take quality of the solutions produced. This approach is a
into account when applying our approach in larger step towards a full automation of AOCC’s because
datasets. the developed algorithm is ready to run in a
continuous fashion, where a sliding window through
Table 2: Experiment results regarding AAP experiment. time considers future flights and discards past ones,
constantly optimizing the current schedule and
Number of Total Difference
Algorithm always ready to adapt to a new environment. An
Flights Time to BKS
ACO 2.35 s 0% AOCC equipped with such a system would save the
BB 20 0.90 s 0% airline not only on operational costs, due to a better
DFS 0.58 s -1,1% flight recovery, but also from having less employees
ACO 8.60 s 0% dedicated to flight recovery. On the other hand, we
BB 50 - - realize that real flight management is not, at the
DFS 2.95 s -6.4% moment, ready to cope with a dynamic approach
ACO 32.43 s -0.4% such as our ACO-based method, because the
BB 100 - - constant change in aircraft assignments could
DFS 7.05 s -13.4% compromise security protocols and long term flight
planning. Nevertheless, our approach can be seen as
Table 3: Experiment results regarding ARP experiment. a starting point towards a more realistic responsive
Number of Total Difference system.
Algorithm
Flights Time to BKS A possible improvement to our approach could
ACO 3.13 s 0% be a different representation that aggregates flights
BB 20 1.20 s 0% from the same route. This improvement would allow
DFS 1.18 s -2,3% a faster optimization because flights would be
ACO 15.33 s 0% compressed by routes, thus generating fewer nodes
BB 50 - - in the system. Some methods from operations
DFS 8.68 s -9.7%
research could also be introduced, especially on the
ACO 25.10 s 0%
BB 100 - -
AAP as an initial solution to the ACO. On the other
DFS 18.41 s -20.2% hand, the algorithm could be expanded with the
introduction of new constraints from crew
rescheduling problem resulting in a broader
algorithm.
6 CONCLUSIONS Finally, although we have made preliminary tests
to the performance of ACO applied to this problem,
This paper focused on studying the AAP and ARP we need to perform a comparative evaluation of our
with a detailed introduction of several approaches in implementation with other meta-heuristic
the literature upon this topic. Most of the analysed approaches.
models lack a consideration of passenger
disruptions, a problem that can influence both the
airline’s maintenance costs and passenger
satisfaction. We have developed an ACO algorithm

404
AirlineDisruptionManagement-DynamicAircraftSchedulingwithAntColonyOptimization

ACKNOWLEDGEMENTS Transportation Research Part A: Policy and Practice,


35(4), pp. 289-308.
Wu, C., Le, M., 2012. A New Approach to Solve Aircraft
The authors would like to thank António Castro for Recovery Problem, The Second Int. Conf. on
his help on understanding the AAP/ARP problems Advanced Communications and Computation
and for providing the dataset on which experiments (INFOCOMP 2012), pp. 148-154.
have been run. Zegordi, S., Jafari, N., 2010. Solving the airline recovery
problem by using ant colony optimization.
International Journal of Industrial Engineering, 21(3).

REFERENCES
International Air Transport Association, 2011. Benefits of
Aviation Homepage. [online] Available at:
http://www.benefitsofaviation.aero [Accessed 4 June
2014].
Castro, A. J. M., Rocha, A. P., Oliveira, E., 2014. A New
Approach for Disruption Management in Airline
Operations Control. Studies in Computational
Intelligence, Vol. 562, Springer, ISBN 978-3-662-
43372-0.
Colorni, A., Dorigo, M., Maniezzo, V., 1991. Distributed
optimization by ant colonies. European Conference on
Artificial Life, Paris, France, pp.134-142, Elsevier
Publishing.
Dorigo, M., Stutzle, T., 2004. Ant Colony Optimization.
MIT Press, Cambridge, MA.
Gabteni, S., Gronkvist, M., 2009. Combining column
generation and constraint programming to solve the
tail assignment problem. Annals of Operations
Research, 171(1), pp. 61-76.
Jarrah, A., Yu, G., Krishnamurthy, N., Rakshit, A., 1993.
A decision support framework for airline flight
cancellations and delays, Transportation Science,
27(3), pp. 266-280.
Konak, A., Coit, D., Smith, A., 2006. Multi-objective
optimization using genetic algorithms: A tutorial,
Reliability Engineering & System Safety, 91(9), pp.
992-1007.
Lawler, E. L. and Wood, D. E., 1966. Branch-and-bound
methods: A survey. Operations research, 14(4), pp.
699-719.
Liu, T., Jeng, C., Liu, Y., Tzeng, J., 2006. Applications of
multi-objective evolutionary algorithm to airline
disruption management, IEEE Int. Conf. on Systems,
Man and Cybernetics (SMC '06), Volume 5, pp. 4130-
4135.
Løve, M., Sørensen, K. R., Larsen, J., Clausen, J., 2005.
Using Heuristics to Solve the Dedicated Aircraft
Recovery Problem. Central European Journal of
Operations Research, 13(2), 189–207.
Tarjan R., 1972. Depth-first search and linear algorithms.
SIAM journal on computing, 1(2), pp. 146-160.
Teodorovic, D., Guberinic, S., 1984. Optimal dispatching
strategy on an airline network after a schedule
perturbation. European Journal of Operational
Research, 15(2), pp. 178-182.
Thengvall, B., Yu, G., Bard, J., 2001. Multiple fleet
aircraft schedule recovery following hub closures,

405

You might also like