Airline Schedule Planning Integrated Flight Schedule Design and Product Line Design
|
|
|
- Cora Perkins
- 10 years ago
- Views:
Transcription
1 Diplomarbeit Airline Schedule Planning Integrated Flight Schedule Design and Product Line Design Universität Karlsruhe (TH) Fakultät für Informatik Institut für Algorithmen und Kognitive Systeme Fakultät für Wirtschaftswissenschaft Institut für Wirtschaftstheorie und Operations Research Betreuer (IAKS): Prof. Dr. Jacques Calmet Betreuerin (WIOR): Dr. Cornelia Schoen Autor: Andriniaina Rabetanety Matrikel-Nr.: Sommersemester 2006
2 Hiermit bestätige ich, dass ich diese Arbeit alleine und ohne fremde Hilfe erstellt habe. Ich habe keine anderen als die angegebenen Literaturhilfsmittel verwendet. Karlsruhe, den 22. Juni 2006 Andriniaina Rabetanety
3 Contents 1 Introduction Motivation Outline of the thesis Airline Schedule Design The Five steps of Airline Schedule Design Route Development Schedule Design Fleet Assignment Aircraft Maintenance Routing Crew Paring or Crew Scheduling State-of-the-art of Airline Schedule Design Incremental Airline Schedule Design Integrated models Pricing problem in Airline Schedule Design Solution methodologies Product Line Design Conjoint analysis State-of-the-art of conjoint analysis Preference model Choice rules Integrated model for airline schedule generation and product line design Assumptions Mandatory and Optional flight legs Airline Passenger Demand Airline Supply Fleet Assignment Competitive flights Interaction between passenger demand and airline supply Passenger Mix Model Conjoint analysis at the itinerary attribute level Conjoint analysis at the itinerary level Objective Function Formulations Formulation with utility at itinerary attribute level Formulation with utility at the itinerary level Formulation with utility at the itinerary level without demand segmentation ii
4 5 Solution Approaches Problem class Branch-and-Bound Sequential Quadratic Programming methods Incremental airline schedule model Implementation Framework Numerical Algorithms Group library (eu04cc) Branch-and-Bound algorithm Formal description Improving Branch-and-Bound through search strategy Computational Results Problem with 1 OD-Pair Influence of the consumer preference on the optimum schedule Performance of the first call of the SQP function Performance of the Branch-And-Bound algorithm Truncated Branch-And-Bound algorithm Conclusion Summary of contributions Future Research Directions iii
5 List of Figures 1 Airline Schedule Design subproblems Incremental approach with base and master flight list Time Line Network for an aircraft type Unfeasible schedule based on the Time Line Network figure Feasible schedule based on the Time Line Network figure Flow Chart for incremental solution Formal description of the basic Branch-And-Bound algorithm Branch-and-Bound with Best first search Combination of Best first and Depth first tree search Formal description of the Branch-and-Bound algorithm with combined search strategies Example with 2 OD-Pairs Example with 5 OD-Pairs Time line Network for the example with 5 OD-pairs List of Tables 1 Three itineraries with two attributes Conjoint analysis with two attributes and six level sets Examples of itinerary attributes State-of-the-art of conjoint analysis Numerical values of the parameters for the first example Initial and final point for the first example Parameters for an airline network with 2 OD-Pairs Initial and final point for the second example Influence of the utility to the flight f Initial point with both flight legs included Other convergence point Three outcomes of the SQP function for feasible starting points Size of the constraint matrix Parameters for an example with 5 OD Pairs Approximative evaluation of the performance to find the starting point of the Branch-And-Bound Starting point for the Branch-And-Bound algorithm Output of the Branch-And-Bound algorithm Bad starting point for the Branch-And-Bound algorithm Output of the Branch-And-Bound algorithm with a bad starting point Performance of the complete algorithm with five OD-Pairs
6 1 Introduction The growing gap between airport capacity and airline passenger demand has forced airlines to improve their quality of service. At best, an airline would transport its consumers at their desired time and with their desired level of service. Matching customers expectations enable to capture a large flow of airline passengers but does not ensure the maximization of profit. Regarding to the revenue of an airline company, the airline schedule planning represents the most critical service. This task involves a complex and long lasting decision-making process. Basically marketers choose a set of flights and decide which flights they want to serve and how much they will charge the consumers. Furthermore, they have to take into account a large set of constraints of different types, from the airspace and airport congestion (operational constraint) to the crews working conditions (human resource condition). Not only that the overall size of the problem is enormous, but a bad schedule could terribly affect the revenue and the market share of the airline, causing a loss of millions of euros. Because of the complexity of the problem, the pressure that the planners are undertaken, and the turnover of the airline at stake, the airline industry has been a great concern of the operations research community for the past 30 years. 1.1 Motivation Models of airline schedule design focus nowadays on integrating consecutive steps involved in airline schedule design, that will be presented in section 2.1. And most of them care less of how airline passenger choice might evolve if price of one flight is raised. How many of these passengers will decide to choose another flight? Which other flight will they choose? Will the profit be reduced? In this diploma thesis, we propose a model that answers questions related to the passenger choice, with the maximization of airline revenue as objective function. Unlike previous schedule design efforts, we concentrate on the pricing problem (Product Line Design), namely how to adjust fares to meet the maximum profit, associated with an integrated schedule and fleeting assignment problem (Airline Schedule Design). By this mean, our model can control the capture of airline passenger traffic by adjusting prices of flights. We have based our approach on the integrated model of Lohatepannont M. and Barnhart C. [4] for the airline schedule design and discrete choice models described by Gaul W., Aust E., Baier D. [9] for the preference measurement. 1.2 Outline of the thesis As mentioned earlier, our work is built on two research fields: Airline Schedule Design and Product Line Design. That is the reason why we dedicate two sections of our diploma thesis, section 2 and section 3, to present separately challenges, literature reviews and state-of-the-art in each field. These sections provide a general understanding of fundamental notions, such as the schedule generation and the fleeting assignment model or 2
7 conjoint analysis and discrete LOGIT model, that will be used throughout this thesis. In section 4, we present our approach of the problem and the assumptions that we consider for ease s reason. As for the passenger choice measurement, we differentiate between two approaches: one at itinerary attribute level and the other one at the itinerary level. This section ends up with different formulations of our model and the explanations of the operational constraints. In section 5, we describe common approaches to solve this problem, given the class that this problem belongs to (Mixed Integer Nonlinear Problem): Branch-and-Bound and Sequential Quadratic Programming (SQP) methods. The section 6 deals with our implementation of a solver for this model that realizes a Branch-and-Bound algorithm with a Depth and Best First search strategy, which solves a Sequential Quadratic Programming (SQP) problem at each node. We discuss the programming package used to realize the SQP function and a formal description of the Branch-And-Bound algorithm. In section 7, we discuss the performance of our implementation for a set of examples, in order to estimate whether the optimum of the objective function is found or not and with which percentage the optimum is met. We analyse the influence of the utility and the choice of the initial schedule on the optimal schedule. Finally computational results for bigger problems are compared to estimate the efficiency of our Branch-And-Bound algorithm. Because the problem size grows exponentially, we can not run the Branchand-Bound algorithm until the end. We rather stop the Branch-and-Bound algorithm when a feasible solution close to the optimum is found. In section 7.5, we discuss possible stopping criterium for the truncated Branch-and-Bound. 2 Airline Schedule Design In this section, we introduce first the components of the airline schedule generation problem and the related mathematical models, then the state-of-the-art of Airline Schedule Design by reviewing different integrated models. Here, we give notions that are essential to understand the formulation of our problem. We also position our work in the current research field. 2.1 The Five steps of Airline Schedule Design The airline schedule generation problem takes the airline passenger demand, airport and aircraft characteristics, maintenance and personal requirements as incomes. The outcome is a selection of flight legs (Origin-Destination pair, aircraft s type,arrival/departure time) that maximizes airline profit subject to resource constraints (aircraft and airport capacity, maximal working hour, minimal ground time,...). A flight leg is defined with three attributes: an Origin-Destination pair (an OD pair is a couple of airports), an aircraft s type and an arrival/departure time. Ideally, this large scale problem should be solved all at once. However, due to the enormous amount of parameters and decision variables, it has been divided into five more manageable and sequentially computed 3
8 Figure 1: Airline Schedule Design subproblems. subproblems: Route development, Schedule Design, Fleet Assignment, Aircraft Maintenance Routing and Crew Scheduling. Each subproblem happens at different point in time of the airline schedule design process. Stages are operated in the order, displayed in the figure 1. Each step has particular constraints and purposes, that are the subject of the following subsections Route Development In this stage, planners should decide upon the sets of origin-destination pairs they want to offer. This stage happens 12 months before operation of the airline schedule. In this thesis, we consider that the route development has already been done Schedule Design Decision makers have to determine routes or itineraries for the aircrafts, such that costs are minimized. To choose the set of itineraries is the most determinant part of the process because all the other phases take the generated schedule as input. Schedule can be created for one day and repeated every day. The schedule design involves the two following phases: (1) Frequency Planning. Planners choose the frequency associated to each flight. (2) Timetable Development or route selection. Planners decide when each flight 4
9 will be offered and included in the schedule. The result of the timetable development is a list of flight legs, called base schedule. In this thesis, we focus on the route selection. Since we limit our model to a short period of time, we do not consider the frequency of a flight. However, the frequency planning stage can be operated with the outcome of our model Fleet Assignment Once the schedule is determined, each flight must be assigned to a fleet type so as to minimize assignment cost of flight legs to aircraft types subject to the three following constraints: (1) Assignment constraints. Each flight must be assigned to one fleet. (2) Flow balance or Flow conservation. Considering an airport at a time t, the combined number of aircrafts that land at the airport and aircrafts on the ground immediately before t, compensates the combined number of aircrafts that take off and aircrafts on the ground immediately after t. (3) Plane count. Planners can not use more than the available number of aircrafts. Aircrafts can be on the ground or in the air. The fleet assignment model takes as input the available types of aircraft and a given schedule with fixed departure times. The fleet assignment problem requires a network structure as input to represent the flight legs. In a time-space flight network, a node is an airport, including every activities in this airport (taking off, landing) at a time t. An aircraft movement in space and time is associated with an arc. The network has flight arcs, between departure and arrival airport of the same flight, ground arcs, between two activities in the same airport, and wraparound arcs, between the first and the last node of the time horizon. The related decision variables are the binary fleet assignment variable θ fk and the ground plane count variable z k,a,t. The fleet assignment problem is given by: min( k K c fk θ fk ) (1) f I(k,a,t) θ fk + z k,a,t + θ fk = 1 f Ω (2) k K f O(k,a,t) z k,a,t + a A θ fk z k,a,t = 0 {k,a,t} P (3) f Ω k θ fk N k k K (4) θ fk binary and z k,a,t 0 (5) 5
10 where A : Set of airports, indexed by a. P : Set of nodes of the underlying network. A node is composed by a time, an airport and an aircraft, indexed by {k,a,t}. Ω : Set of flight legs in the flight schedule, indexed by f. K : Set of aircrafts, indexed by k. N k : Number of aircrafts in fleet-type k. Ω k : Set of flight legs that pass the count time when flown by fleet-type k. I(k,a,t) : Set of inbound flight legs to node {k,a,t}. O(k,a,t) : Set of outbound flight legs to node {k,a,t}. c fk : Cost for the assignment of the aircraft k to the flight leg f. δ fm : = 1, when the itinerary m includes the flight leg f, = 0 otherwise. θ fk : = 1, when the flight leg f is flown with the aircraft k, = 0 otherwise. z k,a,t + : The number of aircraft k on the ground at the airport a immediately after time t. z k,a,t : The number of aircraft k on the ground at the airport a immediately before time t. Constraints (2)-(4) express the assignment constraint, the flow conservation and the plane count constraint, described at the beginning of the section Aircraft Maintenance Routing The purpose is to determine feasible aircraft routes, sequences of flight legs flown by an aircraft type, under maintenance requirements. A routing is a set of aircraft routes. Rotations are routings which begin and end at the same airport. Routings and rotations partition flight legs in the schedule. The aircraft maintenance routing problem takes a fleeted schedule and the available number of aircrafts as input. Maintenance requirements are modeled approximatively by aircraft staying overnight at an airport. Each aircraft type needs specific technical checks and a mandatory ground-time. This step ensures that all the flights in the schedule respect maintenance conditions. The aircraft maintenance routing problem has been cast as a network circulation problem with side constraints Crew Paring or Crew Scheduling In the crew scheduling problem, both cabin and cockpit crew are assigned to a flight leg, minimizing the crews costs. An airline crew can only be assigned to an aircraft it is qualified to run. Work schedules must satisfy maximum time-away-from-base (period that flight crews are away from their home station) restriction, and airline crews are not allowed to stay on duty longer than a maximum flying time requirement. The crew paring problem are usually formulated as a set-partitioning problems where each row of the constraint matrix corresponds to a scheduled flight and each column corresponds to a legal crew pairing. 6
11 2.2 State-of-the-art of Airline Schedule Design The decomposition into sequential stages has simplified the model but it has also decreased the accuracy to describe the reality of the problem. Therefore, researchers attempt to integrate two or more consecutive stages of airline schedule design. Another attempt to reduce the size of the problem is the incremental approach, where a schedule is iteratively constructed. In the next section, we review the incremental approach, integrated models and solution methodologies Incremental Airline Schedule Design Actually, planners usually do not build the schedule from scratch but start with an existing schedule. The existing schedule could be the schedule from the last season or last year. Incremental models improve a given schedule by applying modifications to the flight legs. These changes can be: (1) re-scheduling within small time windows, (2) adding subsets of flights to or deleting them from the schedule. Therefore, there are four different approaches to the problem, namely, (1) allowing only flight re-timing, (2) allowing only flight additions and/or deletions, (3) allowing both flight re-timings and flight additions and/or deletions sequentially (4) allowing both flight re-timings and flight additions and/or deletions simultaneously. The process iterates until all combinations of flights have been explored or the optimum objective function has been found. Lohatepanont M., Barnhart C. [4] develop an incremental model allowing only additions and deletions that solves, at each iteration, an integrated model for schedule design and fleet assignment (ISD-FAM) and a passenger mix model (PMM).(for a detailed description 1 see the paper of Barnhart C., Cohn A. [1]). The ISD-FAM gives a feasible good schedule to the PMM, that finds the most profitable flow of passengers over this schedule. The PMM allows to capture the best amount of passengers on each flight leg. The objective function of the passenger mix model is to maximize revenues from the flow of passengers on itineraries. The formulation of the passenger mix problem will be shown in the section 5.3. Lohatepanont M., Barnhart C. underline the decisive interaction between passenger demand and airline supply. The profitability of one itinerary 1 Barnhart C., Cohn A. detail impact, challenges and modelling approach of each steps involved in the schedule planning. Thus they present examples of integrated models and solution approaches such as Branch-and-Price algorithm. 7
12 is indeed correlated with all other itineraries in the schedule, since passengers can be rejected from one flight and take another flight instead. This diploma thesis refers to their incremental approach. However, we integrate a customer choice model to cast the relationship between demand and supply Integrated models Researchers have built integrated models to overcome the simplications introduced by the decomposition in steps. We review the state-of-the-art of integrated models but we restrict our model to the integration of the two first stages: schedule design and fleet assignment. - Schedule Design and Fleet Assignment. Lohatepanont M., Barnhart C. present two integrated models that optimize the selection of legs and the assignment of aircraft types observing the demand and supply interaction: the integrated schedule design and fleet assignment model (ISD-FAM) and the approximate schedule design and fleet assignment model (ASD-FAM). The ASD-FAM holds a constant market share model that uses the recapture mechanism to adjust demand approximately. The ISD-FAM holds a variable market share model that uses demand correction term to adjust demand explicitly. - Fleet Assignment and Aircraft Routing. Barnhart C. et al. [8] develop an integrated model for fleet assignment model and the aircraft routing problem by using strings of flights. Their model contains one core aircraft routing model for each aircraft type under the constraint that each flight leg is assigned with only one aircraft type. Their integrated model achieves a near-optimal fleeting and routing solution. - Aircraft Routing and Crew Scheduling. Klabjan D. [9] proposes to solve the crew pairing problem before the aircraft routing problem. To combine both problems, he adds the so called plane count constraint to the crew pairing problem. These constraint guarantees that forced turns (all pairings that imply a plane turn) can be extended into a feasible rotation if and only if the number of planes on the ground does not exceed the plane count imposed by the fleet assignment model solution Pricing problem in Airline Schedule Design Our model casts the interaction between the consumer choice of itineraries and the optimization of the airline s profit. To date, there is no model of airline schedule design that evaluates the passenger preference with conjoint analysis. But other methods have been used to describe how an airline charges its consumer. Teodorovic D., Kremar-Nozic E. [3] use, for instance, the relationship between market share and flight frequency to define the total expected number of passengers on a route 8
13 as a function of the market share. The decision support system TALLOC determine the passenger behaviour as a pricetime behavioural desirability function, which is calculated for each flight service, as described by Grosche T., Heinzl A. [10]. Soumis, Perland and Rousseau [19] consider the problem of selecting passengers that will fly on their desired itinerary with the objective of minimizing spill costs. No recaptures are considered. Flight schedules are optimized by adding and deleting flights. When flights are added or dropped, their heuristic recalculates demand only in markets with significant amount of traffic. Then the passenger selection problem is solved. Their heuristic go through all possible combinations of additions and deletions. By comparison, our model recalculates demands at each deletion or additions of optional flights in every market. Dobson G., Lederer P. [2] propose a model for the competitive choice of flight schedules and route prices in a hub-and-spoke system in order to maximize airline profit. Passengers have preferences that might vary between itineraries. The demand forecasting model is a linear function of the most desired departure time, the duration of the flight and the price. They consider only one class of service, one size of aircraft, and through traffic via hubs. Demand is therefore a weighted logit function. The utility function is supposed to be constant during each slot (the day is divided into 1-hour-slots). The more the real travel time deviates from the ideal one, the more the utility decreases. They develop a two-stage heuristic: First, all candidate flights are assigned to two-hours intervals in the schedule, then non-profitable ones are eliminated. The contributions are measured as the difference between the schedule with all candidate flights and the one without the considered one. In the second stage, schedule feasibility is verified by solving the fleet assignment problem. Instead of a continuous utility function, we have chosen a discrete path-worth utility where each itinerary will be described by a set of attributes. Methods of conjoint analysis are used to get such preference measurements Solution methodologies Airline schedule models are often enormous in terms of number of variables and usually exhibit binary and/or integer variables. They require solution methodologies that decompose and reduce the size of the problem. We give an overview of the most common techniques for large scale problems. Large scale linear problems are often solved by a delayed column generation. In this algorithm, only a subset of columns of the constraint matrix, called the restricted master problem, is solved. Then the column generation subproblem is iteratively solved until we cannot find a column with negative reduced cost, that means an optimal dual function to the original function was found. Erdmann A., Nolte A., Noltemeier A., Schrader R. [6] solve the path-based mixed integer programming formulation with column generation. They cast the aircraft rotation subproblem as the problem of finding shortest paths in 9
14 a constraint network. The purpose is to find the path that generates the cheapest cost. The constrained shortest path algorithm use the same framework as the shortest path algorithm. Lohatepanont M., Barnhart C. [4] construct first a restricted master problem (RMP) of their integrated model and then solve the LP relaxation of the RMP using row and column generation. Branch-and-Cut and Branch-and-Price algorithms use LP relaxations with variable and constraint generation at the subproblems. Constraint generation strengthens the LP relaxation at the subproblems, while variable generation extends their feasible domains. Subproblems are parallely processed. Lagragian relaxation is a common technique for solving large-scale integer problem. Difficult constraints are moved to the objective function with linear penalty. The new problem is then solved by a Lagragian subgradient algorithm. By Benders decomposition, the algorithm solves a mixed integer program with a single continuous variable at every iteration. Branch-and-bound algorithms are developed for problems, in which the decision variables take discrete values from a specified set. A Branch-and-Bound algorithm covers the solution space by dividing the solution space into subregions (branching). For each subregion (node), we calculate an upper bound and a lower bound. The approach bases on the assumption that (for a minimization problem) if the lower bound for a subregion A is greater than the upper bound for another subregion B, then A may be safely discarded from the search. The algorithm is detailed in the section 5.2. The branch-and-bound approach is not a heuristic, but it is an exact procedure. 3 Product Line Design When firms want to introduce products or line of products into a new market with many customer segments, they face the known marketing problem of product line design and pricing. Product line design models take the measurement of customer preference as input. From a sample of consumer data, a global market can thereby be modelled. Product line design models help marketing managers to predict the profitability of a new product in a market. Models adjust prices to maximize either the total consumer welfare or the company profit. Due to the complexity of the problem, most of researchers have focused on the case of single product. Our model integrates a product line design model with multiple products, where products are itineraries. The purpose is to evaluate itinerary prices regarding passenger preferences. Utility measurement is done via conjoint analysis before the schedule generation stage. In the next section, we introduce the stages of a conjoint measurement. 3.1 Conjoint analysis We introduce the idea of conjoint analysis with a basic example, where products are itineraries. We consider three itineraries with prices and durations of the trip as attributes, ranked in table 1. This table does not bring information about the importance of price compared to the duration. The idea of the conjoint analysis is to evaluate both 10
15 Rank Price (euros) Duration (minutes) Table 1: Three itineraries with two attributes Price/Duration Table 2: Conjoint analysis with two attributes and six level sets features conjointly. The ranking of the nine possible combinations of levels for a respondent is displayed in table 2. We can observe that the respondent tends to trade-off duration for price. From this data, we can deduce the preference for each level set. In conjoint analysis, products are described as a set of attributes or features, of which level sets can vary. Respondents rank in terms of preference each combination of attribute level sets, called product profiles. The conjoint analysis allows to determine the relative importance of each product feature by measuring the consumer preference for each product profile. Running a conjoint analysis involves the following steps: - Choose a preference model for measuring the preference function. - Determine attributes for example price, number of stopovers, duration or delay of the trip. - Choose level sets for each attribute. - Define products as a combination of attribute levels. - Choose the form in which the combinations will be presented to the respondents. - Select the technique to be used to analyse the collected data. - Select the measurement scale. - Choose an estimation method. In our model, each itinerary is described by a set of attributes. An itinerary is a trip characterized by an origin-destination pair (a departure airport and an arrival airport). It can contain stopovers and can be flown by different aircrafts. The discrete criteria can be product-oriented as well as schedule-oriented as shown in table 3: 11
16 Product-oriented criteria Price of the flight Reservation/Flight class Sales conditions Quality of Service Schedule-oriented criteria Departure/Arrival airport Duration or delay of the trip Number of stopovers Frequency of the flight Table 3: Examples of itinerary attributes Stage Preference Model Measurement Scale Estimation Procedure Choice Rules Variants of Conjoint Analysis Models Vector Model; Mixed Model; Ideal Point Model; Rating Scale; Paired Comparison; Rank order; Choice-based; Metric and Non-Metric Regression; MONANOVA; PREFMAP;LINMAP; Multiple Regression; LOGIT; PROBIT; Hybrid; Maximum Utility (First Choice); Average Choice; LOGIT; PROBIT; Adaptive CA; bridging CA; Limit CA; Table 4: State-of-the-art of conjoint analysis. 3.2 State-of-the-art of conjoint analysis The table 4 gives the list of common models involved in each step of conjoint analysis. In the next section, we present the three preference models and choice rules for multipleproduct. 3.3 Preference model The first step of conjoint analysis is to define a mathematical model for the preference function. We define N the set of attributes, x jn the j-th level of the n-th attribute, w n the weight for the n-th attribute and u j the preference for the j-th level. The most common models are listed below: - The Ideal Point model establishes an inverse relationship between preferences and the weighted squared distance between the level of the attribute and the ideal point I n for this attribute. The preference is given by: u 2 j = n N w n (x jn I n ) 2 (6) - The Path-Worth model applies a piecewise linear curve f n to each level of the n-th attribute. The preference is given by: u j = n N f n (x jn ) (7) 12
17 - The Vector model is represented by the weighted sum of all levels, where each level of attribute is associated with an individual weight. The preference is given by: u j = n N w n x jn (8) 3.4 Choice rules Choice rules allow to estimate the probability of choice from utility data. The three common models are described below: - First Choice Rule Consumers select the product that maximizes their utility. The probability takes only the value 1 or 0, as shown in equation (9). Dobson G., Kalish S.[12] use the first choice rule in their pricing subproblem to ensure that customers select only the product with the highest utility. { } 1 when uid = max p id = i I(u i d) (9) 0 otherwise where p id : The probability that a customer d chooses the product i. u id : The utility of the d-th customer for the product i. I : The set of all the products, indexed with i. - Bradley-Terry-Luce (BTL) or share of utility rule The probability to select a product corresponds to the relative utility of the product, as shown in equation (10). p id = u id (10) where i I i I u i d > 0, d D. All preference values must be positive. Gaul W., Aust E., Baier D. [13] propose a new approach of the model with a probabilistic consumer behaviour model based on the BTL model, called PROLIN. They extend the formulation of the BTL model by adding a market parameter α that allows a calibration of the model to the market, as shown in equation (11). u i d where p id = i I uα id u α i d (11) α : The market parameter. 13
18 - Multinomial Logit (MNL) Rule The LOGIT model uses an assigned choice probability that is proportional to an increasing monotonic function of the alternative s utility. The probability that a consumer chooses a product is given by dividing the contribution of one product by the contribution of all other products in the same way as the BTL model, as described in equation (12). Negative utilities are possible. p id = exp(u id) (12) exp(u i d) i I Our integrated model will include a Multinomial Logit model as choice rule. For the First-Choice model, market share is the number of trials with highest utility divided by all the trials. For the BTL and MNL model, market share is the arithmetical mean of individual probabilities. There are, among others, two contributions in the conjoint-based product line design literature: Green, Krieger [14] and Kohli, Sukumar [19]. We base our approach on both approaches. The fundamental difference between both formulations is that decisions are made at different level. Green, Krieger decisions are made at the attribute level and Kohli, Sukumar decisions at the product level. By analogy, we will differentiate two formulations of our model as well: one at the itinerary level (product level) and the other at the attribute level. We discuss the formulation of the passenger preference at the itinerary attribute level in section and the one at the attribute level in section Integrated model for airline schedule generation and product line design In this section, we introduce the framework of our work before we formulate our model. We detail the interaction between airline passengers demands and airline supply. Finally we gave three formulations of our model. Notations are given at the end of the thesis. 4.1 Assumptions An airline company seeks to integrate a set of markets, composed by a set of airports. Each OD-pair (couple of source airport and destination airport) defines a market. For example, Paris-Berlin is a market and Berlin-Paris is another market, and both are called opposite markets. Each OD-pair can be flown by a set of itineraries. An itinerary is a sequence of flight legs, that are characterized by an airport-source, an airportdestination, a departure time and an arrival time. Itineraries are products that the airline company wants to offer in a market. For the purpose of conjoint analysis, each product is described by a set of attributes whose level set will be decided by the managers of the marketing s department. Each flight can be direct (without stops) or with one or more stopovers. Flights with stopovers are called via flights. 14
19 Figure 2: Incremental approach with base and master flight list Mandatory and Optional flight legs Planners want to construct a schedule, which is basically a list of itineraries. In the incremental approach, they build it from a base schedule. The base schedule is modified until the best schedule is found. At each iteration, the model takes as input a master flight list, that is composed by mandatory flight legs and optional flight legs. Mandatory flights have to be included in the final schedule while optional flights do not necessary have to. The modifications are the deletion or addition of flight legs. The output is a list of flight legs that maximizes the airline profit. An iteration of the schedule generation process is modelled in figure 2. The final list of flight legs does not have to be a list of rotations (itineraries that start and end at the same airport). We do not restrict our approach to a daily schedule or a schedule that will be repeated. Our model is designed for an airline company, that desires to optimize a subset of their actual schedule by introducing new flights or deleting non-profitable flights. In this case, itineraries are not rotations Airline Passenger Demand Demand for air travel is indeed a derived demand. It is derived from other needs of passengers. People rarely fly from cities to cities for the mere sake of travelling on a plane. Airline passenger demand follows the standard assumptions of a product line design problem, namely, 15
20 (1) Each market is composed of different customer segments of various size. In our thesis, we similarly talk about passenger segment or passenger d. Each segment d of the demand represents a subset of passengers that follows the same consumer behaviour. An example of segment could be students between 20 and 24 years old. In each customer segment, the unconstrained demand is the maximal number of passengers that the airline can capture. (2) Airline passengers choose the flight, that provides the maximum utility. They can not buy two tickets of one flight. Each passenger preference will be determined during the conjoint analysis stage. When the capacity of the aircraft is too small with regard to demand, passenger requests are rejected and the company loses the opportunity to increase its profit. This phenomenon is referred to as spill. But the company can cope with the spill by offering alternative flights to the original offer, a flight with a stopover instead of a direct flight for example. Our model takes the spill-recapture phenomenon into account by controlling demand/passenger choice among available alternatives indirectly through pricing and fare product selection Airline Supply Airlines commonly use a network structure to develop their supply strategy. As exposed in section 2.1.3, the structure underlying our model is a time line or time-space network. The figure 3 displays an example of a time line network for an aircraft type with three airports and four time points. Nodes represent activities of aircraft type, in an airport and at a time t. Arcs represent the movement of aircraft either in the air or on the ground. The network defines the airline company s market. It describes all crucial information to ensure the feasibility of a schedule: input/output flights at each node, ground arcs, number of flights by OD-pairs and number of aircrafts in the air Fleet Assignment The firm owns a finite fleet of different aircrafts or aircraft types. Each aircraft type has special characteristics, such as the number of seats or the minimum ground time. We assume that all aircrafts are available. The airline company can not assign more aircraft capacity to flight legs than the available. Every mandatory flight has to be assigned an aircraft, while some optional flights not. To fulfill operational constraints mentioned in section 2.1.3, the fleet assignment stage takes the time line network as input. Figure 4 displays an unfeasible schedule based on the simple time line network, shown in figure 3. Each colour represents an aircraft. In figure 4, the flow conservation constraint is not fulfilled at the node Paris 15 : 30. The red aircraft disappears after the node Paris 15 : 30. The aircraft has to go either to the node Paris 15 : 55 or to Boston 15 : 55. The aircraft either has to 16
21 Figure 3: Time Line Network for an aircraft type. Figure 4: Unfeasible schedule based on the Time Line Network figure 3. 17
22 Figure 5: Feasible schedule based on the Time Line Network figure 3. stay in the same airport (ground arc) or fly to another airport (normal arc). Figure 5 shows the feasible solution, where the aircraft stays at Paris airport between 15 : 30 and 15 : 55. The assignment cost vary depending on the flight legs flown and the aircraft type used. It represents the main cost in our model Competitive flights A consumer can also be attracted by a competitive flight. Our model takes the competition into account. Customers generally choose the best flight among all possible options: flights offered by the same airline company to another booking class non the same flight or to a low cost flights from other airlines. That is the reason why we model choice behaviour that accounts for competitive flight legs. 4.2 Interaction between passenger demand and airline supply As mentioned in the introduction, we base our approach of airline schedule design on the integrated model of Lohatepannont M. and Barnhart C. [4], where the flow of airline passengers is determined by the passenger mix model. Our model adjusts the price of itinerary considering the consumer preference. In the next subsection, we introduce the passenger mix model and compare it to our model. 18
23 4.2.1 Passenger Mix Model Given a fleeted schedule and the unconstrained itinerary demands, the Passenger Mix Model finds the flow of passengers that maximizes the airlines profit. The formulation is given by: Max fare m x mm (13) m M where variables are: m M m M m M m M δ mf x mm CAP f f Ω (14) x mm b mm D m m M (15) x mm 0 m,m M (16) x mm : the number of passengers who fly on itinerary m that desire to travel on itinerary m. fare m : the average fare of itinerary m. CAP f : the capacity of flight f. b mm : the recovery rate of passengers desiring itinerary m who are offered itinerary m. δ mf : equals 1 if flight f covers itinerary m and 0 otherwise. D m : unconstrained demand on itinerary m. Constraints (14) are the capacity constraints that ensure that the number of passengers on a flight does not exceed the number of seats available. Constraints (15) are the demand constraints ensuring that the total number of passengers that is accommodated or spilled does not exceed the corresponding unconstrained demand. Our approach is to express x mm with consumer preferences and to consider a pricing problem. The number of passengers who fly on one itinerary is now the result of the product between the probability that passengers select this itinerary and the unconstrained demand for the corresponding itinerary. Hence, the demand constraints are not needed anymore because the fraction of passengers on a flight is now always inferior to the unconstrained demand. The probability that passengers choose an itinerary is a function influenced by the price. The price is modelled as a continuous decision variable. With our notations and the assumption of a demand segmentation, we formulate the model as the adjustment of prices that maximizes the profit: Max fare m p dm ω d (17) m M d dem m δ fm p dm ω d CAP f f Ω (18) m M d dem m 0 p dm 1 (19) 19
24 fare m 0 (20) The probability p dm that a passenger decides to fly the itinerary m as a function of price and other fare product attributes will be the subject of sections and We have modelled the preference measurement with the methods of conjoint analysis. We observed two approaches, by comparison to the formulations of Green, Krieger and the one of Kohli, Sukumar [14]: (1) Conjoint analysis with decisions at the itinerary attribute level. (2) Conjoint analysis with decisions at itinerary level. We discuss advantages and disadvantages of each approach in the next two sections Conjoint analysis at the itinerary attribute level Each itinerary is described by a finite set of attributes. Prior to the schedule generation stage, the marketing s department conducts the analysis that gives the utility of the passenger d for the assignment of j-th level to the n-th attribute. The probability that a passenger selects an itinerary for a BTL model is given by equation (21) and for a MNL model by equation (22): p dm = N 1 M + M c m 1 =1 J n n=1 j=1 N 1 ( n=1 j=1 x jnm u djn J n x jnm1 u djn ) (21) where: p dm = M + M c N 1 exp( J n m=1 j=1 N 1 (exp( m 1 =1 n=1 j=1 x jnm u djn ) J n x jnm1 u djn )) (22) N 1 : Set of attributes of an itinerary, indexed by n. J n : Set of level sets for the attribute n, indexed by j. x jnm : = 1, when the n-th attribute is assigned to the j-th level in the itinerary m, = 0 otherwise. These are binary constants for m M c (competitive itineraries) and binary decision variables for m M. u djn : Utility of the passenger d for the assignment of j-th level set to the n-th attribute. Utilities can be negative in a MNL model. The choice of a consumer for an itinerary is considered only if the itinerary is included in the master flight list. Hence, the probability p dm should be equal to zero when the 20
25 itinerary is not served (q m = 0). In equations (21) and (22), we should differentiate the price from the other attributes, because decisions on prices yield revenue. In our model, we consider price as first attribute, indexed with 0 (n = 0). Marketers select the price of an itinerary among a set of possible prices. The choice of charging a passenger with a price level for an itinerary influences the passenger preference for this itinerary. The assignment of the j-th price level to an itinerary has an utility u dj0, given by conjoint analysis. The choice of itinerary prices directly intervenes in the objective function. The price of an itinerary m is shown in equation (23). J 0 x j0m fare jm m M (23) where j=1 J 0 : Set of possible prices, indexed by l. x j0m : =1, when a passenger is charged with the j-th possible price for itinerary m. fare jm : j-th level of the price for the itinerary m. With the contribution of the price, the probability that a consumer selects an itinerary becomes (24) for the BTL model and (25) for the MNL model. p dm = M N J n m 1 =1 n=0 j=1 N J n n=0 j=1 x jnm1 u djn q m1 + x jnm u djn q m M c N J n m 1 = M +1 n=0 j=1 x jnm 1 u djn (24) where p dm = M m 1 =1 N exp( J n n=0 j=1 N exp( J n n=0 j=1 x jnm1 u djn )q m1 + x jnm u djn )q m M c m 1 = M +1 N exp( J n n=0 j=1 x jnm 1 u djn ) (25) N : x jnm1 x jnm 1 q m : Set of attributes of an itinerary, with the price as first attribute and the other attributes are service-oriented. are decision variables. are binary constant. =1 when itinerary m is included in the schedule, = 0 otherwise. In product line design, decision makers must assign exactly one level to each attribute if the product is offered. Furthermore, each product should have all attributes assigned, in order to be introduced in a market. As itineraries are products in our model, every 21
26 itinerary included in the schedule has to fulfill both constraints. Condition (26) ensures that each attribute of an itinerary/fare product is assigned at most one attribute level once. J n j=1 x jnm q m n N, m M (26) To be included in the master flight schedule, each itinerary should have all attributes assigned. Equation (27) guarantees this requirement. J n j=1 x jnm = J n+1 j=1 We cast both requirements in equation (28). J n j=1 x j(n+1)m n N, m M (27) x jnm = q m n N, m M (28) This approach considers the assignment of a level to an attribute (x jnm ) as decision variables, with price as first attribute and other schedule-oriented attributes. The first disadvantage of this approach is the large number of decision variables. The measurement of the utility for each attribute and the determination of decision variables could be computationally challenging. If there are 10 passenger segments, 10 attributes with 10 levels, then there are utilities to measure and M decision variables per itinerary are to be determined. Furthermore the relationship between the choice of itinerary prices and the passenger behaviour is not accurate because of the restriction of the prices to a finite set of possible values. That is why we propose an approach at a higher level where prices are continuous decision variables Conjoint analysis at the itinerary level At the itinerary level, utilities are associated with itineraries, instead of itinerary attributes. Utility as monetary value represents the price that a customer is willing to pay for an itinerary. We assume here that these values are not influenced by the price but are indeed schedule-oriented or related to the quality of service. We suppose that utilities have been determined by conjoint analysis before schedule s operation. Decision makers choose price and select which itineraries as combination of non-price attribute levels to offer. Itineraries as combinations of non-price attributes are defined exogenously prior to the decision making process considered here and can be regarded as input to the optimization model. Prices are continuous variables in this approach. The expression of the probability that a customer chooses an itinerary is given by (29) for a BTL model and (30) for a MNL model: p dm = M m =1 max(u dm fare m,0)q m max(u dm fare m,0)q m + U d0 (29) 22
27 where p dm = M m =1 e (U dm fare m) q m e (U dm fare m ) q m + U d0 (30) U d0 : Given utility of passenger segment d for competitive itineraries. fare m : Price of the itinerary m. Passengers preferences are driven by the fare of itineraries. Since prices are continuous variables, the expression U dm fare m can take negative values when the price charged by the airline company exceeds the price expected by the consumer. But a BTL model is defined for positive utilities only. That is why the probability that a customer selects an itinerary is equal to zero, when the price is bigger than the utility (fare m U dm ) in the BTL model (max(u dm fare m,0) in equation 29). As far as the MNL model is concerned, the passenger preference is close to zero, when the price is bigger than the utility. The influence of the price on the customer s behaviour is more accurate at itinerary level than at itinerary attribute level. We choose to integrate the MNL model as choice rule. We suggested that this method considers the passenger choice model from a higher level. The relationship between the utility at itinerary attribute level and at itinerary level is given by: N J n U dm = x jnm u djn (31) U d0 = M c n=0 j=1 N J n m 1 = M +1 n=0 j=1 x jnm 1 u djn (32) Thus (24) can be deduced from (29). We decided to implement the product line design model at the itinerary level, because prices are represented as continuous variables and passenger behaviours are more sensitive to prices in this approach. 4.3 Objective Function Our problem maximizes the airline profit considering assignment costs and passenger costs. The objective function is composed by the following components: - The profit gained from the price of tickets. The total profit R is given by (33) for discrete prices and (34) for continuous prices: R = J 0 x j0m fare jm p dm ω d m M d dem m j=1 (33) R = fare m p dm ω d m M d dem m (34) 23
28 - The total cost for assigning fleets to flight legs: C 1 = c fk θ fk (35) f Ω k K - The total cost for carrying passengers: C 2 = c m p dm ω d (36) m M d dem m - Maximizing the profit and minimizing the costs the objective function becomes: 4.4 Formulations Max(R C 1 C 2 ) (37) We give in this section three formulations of our integrated model. The first two formulations differentiate the two approaches of the consumer preference. The third formulation is the special case where we do not consider the demand segmentation. This last simplification was decided for implementation s purpose Formulation with utility at itinerary attribute level subject to p dm = max( m M M m 1 =1 f I(k,a,t) J 0 ( d dem m m M N exp( j=1 x j0m fare jm c m )p dm ω d f Ω c fk θ fk ) (38) k K δ fm p dm ω d cap k θ fk f Ω (39) d dem m J n n=0 j=1 θ fk + z k,a,t N exp( J n n=0 j=1 x jnm1 u djn )q m1 + f O(k,a,t) z k,a,t + a A k K x jnm u djn )q m M c m 1 = M +1 N exp( J n n=0 j=1 x jnm 1 u djn ) (40) θ fk z k,a,t + = 0 {k,a,t} P (41) f Ω k θ fk N k k K (42) q m k K θ fk 0 f Ω m, m M (43) 24
29 q m f Ω m k K J n j=1 θ fk 1 N m m M O (44) θ fk 1 f Ω O (45) k K θ fk = 1 f Ω M (46) k K x jnm = q m n N, m M (47) z k,a,t 0 {k,a,t} P (48) θ fk binary f Ω, k K (49) x jnm binary j J n, n N, m M (50) q m binary m M (51) Constraints (39) ensure that the available capacity of the aircraft limits the constraining demand. Constraints (40) are related to the preference measurement calculated in (24) with a MNL model. Constraints (41) and (42) are fleet assignment constraints. The flow conservation constraint for aircraft routings is given by (41). The optimal solution fulfills the classical plane count constraint given by (42). The sum of aircrafts of one type in the air and on the ground are limited by the fleet size of this aircraft type at each time. Constraints (43) and (44) are itinerary status constraints. Constraints (43) ensure that aircraft capacity is assigned to all flights included in the schedule. Constraint (44) ensures that an itinerary m is included if all of its flight legs are flown. Constraints (45) and (46) are cover constraints. They ensure that at most one aircraft is assigned to a optional/mandatory flight. Constraints (47) are related to product line design problem and pricing. They guarantee that if an itinerary is included in the schedule, all attributes of this itinerary are assigned to a level Formulation with utility at the itinerary level subject to max( (fare m c m )p dm ω d c fk θ fk ) (52) m M d dem m m M k K f Ω k K δ fm p dm ω d cap k θ fk f Ω (53) d dem m p dm = M m =1 e (U dm fare m) q m e (U dm fare m ) q m + U d0 d dem m, m M (54) 25
30 f I(k,a,t) θ fk + z k,a,t f O(k,a,t) z k,a,t + a A θ fk z k,a,t + = 0 {k,a,t} P (55) f Ω k θ fk N k k K (56) q m k K θ fk 0 f Ω m, m M (57) q m f Ω m k K θ fk 1 N m m M O (58) fare m fare f m M (59) f Ω m θ fk = 1 f Ω M (60) k K θ fk 1 f Ω O (61) k K z k,a,t N {k,a,t} P (62) fare m 0 m M (63) θ fk binary f Ω, k K (64) q m binary m M (65) Schedule generation and fleet assignment constraints are the same as the first formulation. The preference in (54) is modelled at the itinerary level with a MNL model. Constraints (59) guarantee that a via flight is not more expensive than the sum of its flight legs. We do not use separate variables for the price of an itinerary (fare m ) and the price of a flight leg (fare f ) considering that flight legs are fleeted itineraries reduced to a flight arc in the network Formulation with utility at the itinerary level without demand segmentation subject to max( (fare m c m )p m ω m m M f Ω c fk θ fk ) (66) k K δ fm p m ω m cap k θ fk f Ω (67) k K m M p m = M m =1 e (Um farem) q m e (U m fare m ) q m + U 0 m M (68) 26
31 f I(k,a,t) θ fk + z k,a,t f O(k,a,t) z k,a,t + a A θ fk z k,a,t + = 0 {k,a,t} P (69) f Ω k θ fk N k k K (70) q m k K θ fk 0 f Ω m, m M (71) q m f Ω m k K θ fk 1 N m m M O (72) fare m fare f m M (73) f Ω m θ fk = 1 f Ω M (74) k K θ fk 1 f Ω O (75) k K z k,a,t N {k,a,t} P (76) fare m 0 m M (77) θ fk binary f Ω, k K (78) q m binary m M (79) The variables U dm, p dm and ω d have become independent of the demand segment d. All constraints stay the same. 5 Solution Approaches As for the solution approaches, we consider the formulation with utility at the itinerary level, exposed in Problem class The first observation is that our model is not linear because of the choice model leading to nonlinear objective function (54) and nonlinear capacity constraint (55). Our model has continuous decision variables (fare m ) and integer decision variables (z k,a,t, θ fk and q m ). Our model belongs then to the Mixed Integer nonlinear Programming class. Classical methods decompose the problem by separating the nonlinear part from the integer part. A Branch-and-Bound algorithm performs a tree-search and solves a nonlinear problem (NLP) at each node. We have chosen this implementation because optimization software packages (Numerical Algorithms Group Library) are available to solve the nonlinear part with Sequential Quadratic Programming (SQP) methods. We integrate 27
32 this SQP methods into our own implementation of the Branch-and-Bound algorithm. We acknowledge that a better way could have been an integrated algorithm as realized by Leyffer [20]. Leyffer proposes an algorithm where the tree search and the iterative solution of the nonlinear problem are interlaced. Thus, the nonlinear part is solved whilst searching the tree. The underlying idea is to branch before an iteration of the Sequential Quadratic Programming (SQP) solver. The section 5.2 introduces the two methods Branch-and-Bound and Sequential Quadratic Programming. 5.2 Branch-and-Bound The solution space of an integer programming problem can be assumed finite. The simplest way to solve the integer problem is to go through all integer points, discarding infeasible ones and always keeping track of the feasible solution with the best objective value. The Branch and Bound considers a continuous problem defined by relaxing the integer restrictions on the variables (θ fk and q m in our model). Therefore, the solution space of the integer problem is only a subset of the continuous problem. If the optimal continuous solution is all integer, then it is also optimal for the integer problem. The Branching operation partitions the continuous solution space into subspaces, which are also continuous. The purpose of the partitioning is to eliminate points that are not feasible for the integer problem. The Bounding operation helps locating the optimum solution by comparing the objective function value of the current node to the objective function value of the current best feasible solution (this upper bound is set to infinite until a feasible solution is found). The optimum integer solution is available when the subproblem having the greatest upper bound (considering a maximization problem) among all subproblems yields an integer solution. The tree to explore could have a very large number of branches and nodes. Branch-And-Bound algorithms may require large computer storage since each node has an associated subproblem whose solution and objective function must be stored. The Branch-and-Bound method proceeds as followed: First, the integer problem is replaced by a continuous space by relaxing the integer conditions. Then branching is used to eliminate parts of the continuous one that are not feasible by reactivating some of the integer restrictions. The process operates branching and bounding until all integer points have been tried. Branch-and-Bound algorithms grow exponentially with the problem size but are exact solution methods. 5.3 Sequential Quadratic Programming methods Sequential Quadratic Programming (SQP) methods solve an nonlinear problem via a sequence of quadratic programming (QP) approximations obtained by replacing the nonlinear constraints by a linear first order Taylor series approximation and the nonlinear objective by second order Taylor series approximation augmented by a second order information from the constraints. They can converge quadratically near a solution. But they can fail to converge if they start far from a local solution. To ensure convergence, 28
33 each iteration of the SQP must decrease a penalty function, which is a linear combination of the objective function and some measures of the constraint violation. 5.4 Incremental airline schedule model The solution approach with Branch-and-Bound and SQP methods can not ensure to find the optimum solution. The convergence of the SQP function relies on the choice of the feasible starting point. That is the reason why an incremental approach fits our problem. As shown in the flow chart of figure 6, we start with a base schedule that we incrementally improve. If the stopping criteria is not met (for example, insufficient improvement of the objective function), non-profitable itineraries can be identified, a better starting point can be chosen and the heuristic can be started again. This method allows to improve the starting point, until the objective function can not be improved further. But the determination of non-profitable itineraries is uneasy. Therefore is this stage manually operated. Branch-and-Bound combined with SQP is not the only way to solve the problem. Other heuristics are possible such as Greedy algorithm, Nearest Neighbour algorithm or genetic algorithm. 6 Implementation 6.1 Framework We have implemented an Branch-and-Bound algorithm with a sequential QP method at each node to solve the third formulation of our problem. We discuss in this section the key point of the implementation. The algorithms are implemented in the C language. We used a function of the Numerical Algorithms Group s Library to realize the SQP methods, briefly described in section 6.2. And we have implemented our own Branchand-Bound with different search strategies. 6.2 Numerical Algorithms Group library (eu04cc) The function nag opt nlp of the package eu04cc allows to solve a problem with non-linear constraints using a sequential quadratic programming (SQP) method. It takes as input: the number of decision variables n, the number of linear constraints nclin, the number of nonlinear constraints ncnlin upper and lower bound for each variable bl and bu, matrix of coefficients of linear constraints a, functions that calculate the first derivative of the objective function objf un and nonlinear constraints conf un, the current objective function objf and the associated first derivatives objgrd and a feasible starting point x. The declaration of the function is displayed below. e04ucc(n, nclin, ncnlin,&a[0][0], tda, bl, bu, objfun,confun,x,&objf,objgrd, E04 DEFAULT,NAGCOMM NULL,NAGERR DEFAULT); 29
34 Figure 6: Flow Chart for incremental solution. 30
35 We also have to calculate the partial derivative of the non-linear constraints and the objective function with respect to all the variables as input. The derivatives allow to calculate the first and second order Taylor series approximation for nonlinear constraints and the objective function. They are written in the functions conf un and objf un respectively, declared as: staticvoidn AG CALLobjf un(integern, doublex[], double objf, doubleobjgrd[], N ag Comm comm) staticvoidn AG CALLconf un(integern, Integerncnlin, Integerneedc[], doublex[], doubleconf[], doubleconjac[], Nag Comm comm) The Nag function solves only a minimization problem, while our problem is a maximization problem. Thus, we have to transform our problem into a minimization problem: min( c fk θ fk (fare m c m )p m ω m ) (80) f Ω k K m M subject to m M δ fm p m ω m k K cap k θ fk f Ω (81) f I(k,a,t) p m = M m =1 θ fk + z k,a,t e (Um farem) q m e (U m fare m ) q m + U 0 m M (82) f O(k,a,t) z k,a,t + a A θ fk z k,a,t + = 0 {k,a,t} P (83) f Ω k θ fk N k k K (84) q m k K θ fk 0 f Ω m, m M (85) q m f Ω m k K θ fk 1 N m m M O (86) fare m fare f m M (87) f Ω m θ fk = 1 f Ω M (88) k K 31
36 θ fk 1 f Ω O (89) k K z k,a,t N {k,a,t} P (90) fare m 0 m M (91) θ fk,q m [0,1] f Ω, k K, m M (92) The partial derivative of the objective function (f) and the nonlinear constraints (c 1 ) are given in the appendix, at the end of the thesis. In our solution, we differentiate two calls of the SQP functions, depending on the number of decision variables. At the very beginning, we employ the SQP methods to find the root of the Branch-and-Bound algorithm. All the variables are relaxed, q m and θ fk changed into continuous decision variables between 0 and 1, instead of binary variables, as shown in the constraints 92. The Branch-and-Bound algorithm will branch on the values of q m and θ fk, that are not set 0 or 1. The algorithm goes through all the possible combinations of q m and θ fk. At each node of the search tree, we operate another call of the SQP function, where q m and θ fk are not variables anymore. The starting point of the SQP methods is randomly chosen. In practice, we have manually tried different points until we find a point that converges to an optimum. Once we have found a relative good starting point, we start the Branch-and-Bound algorithm. At each node, we solve the same problem but the two binary variables q m and θ fk are now fixed by the branching strategy. The problem is given by: min( c fk θ fk (fare m c m )p m ω m ) (93) f Ω k K m M δ fm p m ω m cap k θ fk f Ω (94) k K f I(k,a,t) m M p m = M m =1 θ fk + z k,a,t + e (Um farem) q m e (U m fare m ) q m + U 0 m M (95) f O(k,a,t) z k,a,t + a A θ fk z k,a,t = 0 {k,a,t} P (96) f Ω k θ fk N k k K (97) fare m f Ω m fare f m M (98) z k,a,t N {k,a,t} P (99) fare m 0 m M (100) In this case, the formulas of the first derivative are the same as before. But the only decision variables are now fare m and z k,a,t and all the others are parameters. 32
37 CreateQueue(Q) /*Q queue with priority: each element is a couple (Node,Estimation) */ A = a feasible solution for the first SQP iteration Root=SQP1(A) /* first call of the SQP function */ Z=Root Push(F,(Z,f(Root))) ubound=infinite While Not is Empty(F) Pop(F,Z) x = Last Node of Z If x is not a feasible solution y 1,...,y k successors of x that don t belong to Z For i = 1 to k A =Z + y i /*Branching*/ T=SQP2(A ) /* Second call of SQP function*/ Push(F,(T,f(y i ))) End For Else if estimation value ubound ubound = estimation value End If fathom End If End While Figure 7: Formal description of the basic Branch-And-Bound algorithm 6.3 Branch-and-Bound algorithm Formal description Branch-and-Bound algorithms allow to reduce the solution space. Each node is evaluated regarding to an estimation function f, which is the value of the objective function after applying the SQP method. An upper bound, that represents the objective function value of the best feasible solution, is chosen beforehand to decide whether a node will be fathomed or not. It is fixed to infinite at the beginning. The tree search goes on until all integer points have been tried. The basic formal Branch-and-Bound algorithm applied to our problem is given in figure Improving Branch-and-Bound through search strategy A way to improve the efficiency of the Branch-and-Bound method is to find a feasible solution as fast as possible and then allow to reduce the solution space by fathoming with a small upper bound. To do so, we combine two different tree-search strategies: 33
38 Figure 8: Branch-and-Bound with Best first search. Best First strategy and depth first search strategy. Our Branch-and-Bound algorithm performs first a Depth First search until it finds a feasible solution then it switches to the Best First strategy allowing a faster reduction of the space solution. In figure 9, our combined algorithm is applied, while a Best First strategy is applied figure 8. The Depth First strategy found a relative bad feasible solution (objective function value = 970) compared to the Best First strategy (objective function value = 992). But the upper bound was found faster than the Best First strategy, 2 iterations against 3 iterations. This difference in iterations is already important, given that the example has only 4 leaves. The difference between the two search strategies depends on how the queue is prioritized. The queue is realized as an ordered list by decreasing estimation values for the best first strategy and ordered by depth in the search tree for the depth first strategy. We name the functions, that add a new element to the stack, for each search strategy bpush and dpush and the function, that takes the best element according to the objective function (for the best first strategy) or the depth (for the depth first strategy) off the stack, POP. The POP function stays the same in both cases, since the best solution is always on top of the stack. The Branch-and-Bound algorithm with combined search strategies is shown in figure 10. The Branch-and-Bound algorithms are exact solution methods but they can still explore a large set of nodes. In practice, we implement a truncated Branch-and-Bound for large scale problems. In section 7.6, we discuss a stopping criteria that determines when a reasonable feasible solution is found. 34
39 Figure 9: Combination of Best first and Depth first tree search. 7 Computational Results In this section, we present the performance analysis that we have conducted to test our implementation. The intention is to provide some insights about the solvability of our approach. Since it is difficult if not impossible to prove whether the algorithm reaches the optimum or not for a large nonlinear problem, we use small time line networks to reduce the complexity of the problem. We start with a schedule with only one flight leg. We study the influence of the passenger preference to the optimum schedule. At the end, we present and discuss the results of our algorithm for a problem with 5 OD Pairs. The time line networks are based on data from European airline websites. The utility values, assignment costs, passenger costs and aircraft capacities are randomly fixed. 7.1 Problem with 1 OD-Pair First, we consider the problem reduced to one OD-pair, one flight leg and the parameters shown in table 5. We consider that the airline only owns two aircrafts. The optimum is the maximum of the following objective function subject to operational constraints (67)-(79). e (U fare) qω max((fare c) e (U fare) (c 00 θ 00 + c 01 θ 01 )) (101) q + U 0 We note that is already difficult to find the optimum of the problem. In this particular case, the SQP function converges 98% of the cases to the same convergence point with a profit of 131, Even though all variables are relaxed, all binary decision variables are 0 or 1. The convergence is sensitive to the choice of the starting point. The table 6 35
40 CreateQueue(Q) A = feasiblesolutionfor the first SQP iteration Root=SQP1(A) /* first call of the SQP function */ Z=Root dpush(f,(z,f(root))) Found=False Depth = 0 ubound=infinite While Not isempty(f) Pop(F,Z) x = Last Node of Z Depth=Depth+1 If x is not a feasible solution y 1,...,y k successors of x that don t belong to Z For i = 1 to k A =Z + y i /*Branching*/ T=SQP2(A ) /* Second call of SQP function*/ if Found bpush(f,(t,f(y i ))) else lpush(f,(t,f(y i )),k) End If End For Else if estimation value ubound ubound = estimation value End If if Found = False order Q by estimation value Found = True End If fathom End If End While Figure 10: Formal description of the Branch-and-Bound algorithm with combined search strategies. 36
41 UTILITY Value U 0 20 U 1 23 DEMAND FACTOR ω 0 20 ASSIGNMENT COST costa costa PASSENGER COST costm 0 10 CAPACITY OF AIRCRAFT cap 0 50 cap 1 40 Table 5: Numerical values of the parameters for the first example. shows the initial point and the optimum. 7.2 Influence of the consumer preference on the optimum schedule Our model gives an important part to the consumer preference. We are about to test how consumer preference influences price. We choose a network with two OD-Pairs and one flight leg per OD pair, as shown in figure 11. Both flights are optional. Parameters are given in table 7. We set up a flight leg with a low utility (U 1 = 23) and another one with high utility (U 2 = 40). The most preferred flight has a bigger cost per passenger than the other. With a starting schedule that includes only one flight leg, the SQP method always ends up including the most preferred flight leg and excluding the other. In this case, some calls of SQP converge to the same point with objective function and the flight f 1 included in the final schedule, detailed in table 8. We try to build manually schedules including only the flight f 1 and with a price close to the optimum price (between 30 and 40). Since the solution that we try to improve is a local maximum, we did not find better objective function value than We also try schedules that only include the first flight leg (f 0 ). The objective function does not exceed 40 and the solver often stops, because the first-order-kuhn-tucker constraints have failed. This point is the best convergence point but we have found other convergence points with objective function value , that include both flight legs in the optimum schedule. One of this local convergence point is displayed in table 10. If we increase the price of the first flight leg, the convergence point stays the same with the new price instead. The contribution of the first flight does not yield profit to the airline, when it is included. The probability that a passenger chooses the first flight is close to zero, because of the contribution of the second flight (the most preferred flight). The expo- 37
42 initial z k,a,t initial θ fk initial fare m initial q m initial objfun z 000 = 0 θ 00 = 0 fare 0 = 22 q 0 = 1 8, z 001 = 0 θ 01 = 1 z 010 = 0 z 011 = 0 z 100 = 1 z 101 = 0 z 110 = 0 z 111 = 1 final z k,a,t final θ fk final fare m final q m final objfun z 000 = 1 θ 00 = 1 fare 0 = q 0 = 1 131, z 001 = 0 θ 01 = 0 z 010 = 0 z 011 = 1 z 100 = 0 z 101 = 0 z 110 = 0 z 111 = 0 Table 6: Initial and final point for the first example Figure 11: Example with 2 OD-Pairs. 38
43 UTILITY Value U 0 20 U 1 23 U 2 40 DEMAND FACTOR ω 0 20 ω 1 18 ASSIGNMENT COST costa costa costa costa PASSENGER COST costm 0 10 costm 1 20 CAPACITY OF AIRCRAFT cap 0 50 cap 1 40 Table 7: Parameters for an airline network with 2 OD-Pairs nentials in the preference intensify the difference between utilities. If the utility of the most preferred flight (f 1 ) decreases of 10%, the optimum schedule will still include it and the optimum price will be reduced of 29%. The probability that a passenger chooses f 1 will only diminish of 2%. A small difference between utilities can imply great changes in the optimum schedule. With the numerical parameters that we choose in this example with 2 OD-Pairs, it is always more profitable to include only one flight leg in the schedule. Even if we start the solver when flights have exactly the same assignment costs, same fare and same utility, the SQP function will end up including only one flight with the maximum fare. Including the other flight leg introduce more costs than it yields revenue. In practice, if we keep the maximum fare for the second flight and try to add the first flight to the schedule, it converges to another convergence point. If the starting point is too far from the optimum, the SQP function will not converge. After trying several starting points, we observe three outputs with the frequencies displayed in table 12. The execution time is always less than 1 second. The SQP function did not converge in only 5% of times. But these percentages do not accurately represent the reality, because the starting points of our test have not been generated by a random function and we did not try all possible starting points. These percentages are correlated with the probability to 39
44 initial z k,a,t initial θ fk initial fare m initial q m initial objfun z 000 = 1 θ 00 = 0 fare 0 = 22 q 0 = z 001 = 0 θ 01 = 1 fare 1 = 20 q 1 = 0 z 010 = 0 θ 10 = 0 z 011 = 1 θ 11 = 0 z 020 = 0 z 021 = 0 z 100 = 0 z 101 = 0 z 110 = 0 z 111 = 0 z 120 = 1 z 121 = 1 final z k,a,t final θ fk final fare m final q m final objfun z 000 = 0 θ 00 = 0 fare 0 = 0 q 0 = z 001 = 0 θ 01 = 0 fare 1 = q 1 = 1 z 010 = 0 θ 10 = 1 z 011 = 1 θ 11 = 0 z 020 = 1 z 021 = 0 z 100 = 0 z 101 = 0 z 110 = 0 z 111 = 0 z 120 = 0 z 121 = 0 Table 8: Initial and final point for the second example Utility (optimum) Price Probability (f 1 ) , , Table 9: Influence of the utility to the flight f 1 40
45 initial z k,a,t initial θ fk initial fare m initial q m initial objfun z 000 = 1 θ 00 = 0 fare 0 = 37 q 0 = z 001 = 0 θ 01 = 1 fare 1 = q 1 = 1 z 010 = 0 θ 10 = 1 z 011 = 1 θ 11 = 0 z 020 = 0 z 021 = 0 z 100 = 0 z 101 = 0 z 110 = 0 z 111 = 0 z 120 = 1 z 121 = 1 Table 10: Initial point with both flight legs included generate a schedule with two flight legs (respectively with one flight leg). This second test underlines two aspects of our approach: (1) In our model prices and the probability of choosing a flight leg are sensitive to utilities. Even a small difference in utility values can completely change the optimum schedule. (2) The convergence of the SQP function depends on the distance between the starting point and the optimum point. The incremental approach allows to improve the starting point at each iteration. So far, the computational results have given contribution to the convergence of the SQP function and to the interaction between high passenger demand and airline supply. In the next section, we evaluate the performance of the complete algorithm (Branchand-Bound and SQP function) for a larger problem. 7.3 Performance of the first call of the SQP function We consider a set of five OD-pairs with only one flight per OD-pair, as shown in figure 12, with the time line network in figure 13 and the parameters in table 14. There are only two aircrafts, in order to keep the problem size small (80 variables and 95 constraints). Table 13 presents the size of the constraint matrix. Like the example with two flight legs, we run the SQP function with all variables relaxed to find a good starting point for the Branch-And-Bound algorithm. We try schedules, that include exactly one flight leg, as input of the SQP function and analyse the outcome. The SQP function has converged in 75% of the cases. If it 41
46 initial z k,a,t initial θ fk initial fare m initial q m initial objfun z 000 = 1 θ 00 = 0 fare 0 = 33 q 0 = z 001 = 0 θ 01 = 1 fare 1 = 33.6 q 1 = 1 z 010 = 0 θ 10 = 1 z 011 = 1 θ 11 = 0 z 020 = 0 z 021 = 0 z 100 = 0 z 101 = 0 z 110 = 0 z 111 = 0 z 120 = 1 z 121 = 1 final z k,a,t final θ fk final fare m final q m final objfun z 000 = 1 θ 00 = 0 fare 0 = q 0 = z 001 = 0 θ 01 = 1 fare 1 = q 1 = z 010 = 0 θ 10 = 1 z 011 = 1 θ 11 = 0 z 020 = 1 z 021 = 0 z 100 = 0 z 101 = 0 z 110 = 0 z 111 = 0 z 120 = 1 z 121 = 1 Table 11: Other convergence point. OUTCOME PERCENTAGE OF CALLS Current point can not be improved upon. 5% First-Order-Kuhn-Tucker constraints are not satisfied Convergence to the optimum convergence point 80% Convergence to the second convergence point 15% Table 12: Three outcomes of the SQP function for feasible starting points 42
47 Variables z k,a,t 60 fare m 5 θ fk 10 q m 5 Total number of variables 80 Constraints Linear 90 Nonlinear 5 Total number of constraints 95 Table 13: Size of the constraint matrix Figure 12: Example with 5 OD-Pairs. 43
48 Figure 13: Time line Network for the example with 5 OD-pairs. 44
49 UTILITY Value U 0 20 U 1 23 U 2 21 U 3 24 U 4 29 U 5 49 DEMAND FACTOR ω 0 20 ω 1 23 ω 2 18 ω 3 20 ω 4 35 ASSIGNMENT COST costa costa costa costa costa costa costa costa costa costa PASSENGER COST costm 0 10 costm 1 15 costm 2 17 costm 3 16 costm 4 23 CAPACITY OF AIRCRAFT cap 0 50 cap 1 40 Table 14: Parameters for an example with 5 OD Pairs 45
50 OUTCOME PERCENTAGE OF CALLS Current point can not be improved upon. 5% First-Order-Kuhn-Tucker constraints are not satisfied Convergence to the optimum convergence point 80% Large error in the derivatives 5% Convergence to other convergence points 10% Table 15: Approximative evaluation of the performance to find the starting point of the Branch-And-Bound. θ fk fare m q m objfun θ 00 = 0 fare 0 = 38 q 0 = θ 01 = 0 fare 1 = 20 q 1 = 0 θ 10 = 0 fare 2 = 39 q 2 = 0 θ 11 = 0 fare 3 = 39 q 3 = 0 θ 20 = 0 fare 4 = q 4 = θ 21 = 0 θ 30 = 0 θ 31 = 0 θ 40 = θ 41 = 0 Table 16: Starting point for the Branch-And-Bound algorithm. does not converge, either the starting point implies a large error in the nonlinear constraints or the final point can not be improved upon and does not satisfy the first order of Kuhn-Tucker condition. But if it converges, the final point is always the same, shown in table 16. Afterwards we try base schedules that include couples of flight legs, as input of the SQP function. When the SQP function does not converge, we modify each price of flight legs or assignment variables to improve the final schedule. When it converge, we have found 2 distinct optimum, one with an objective function value of and another with The table 15 shows an approximative evaluation of the performance of the first call of the SQP function. The SQP function converges in 90% of the cases. The best objective function value was We choose this final solution to be the root of the Branch-and-Bound algorithm. 7.4 Performance of the Branch-And-Bound algorithm Given the previous starting point, we analyse the performance of the Branch-and-Bound algorithm. In this example, the search tree of the Branch-and-Bound algorithm has 2 15 leaves in the worst case, if no fathoming is operated. We consider that the number of 46
51 θ fk fare m q m objfun θ 00 = 0 fare 0 = 38 q 0 = θ 01 = 0 fare 1 = 20 q 1 = 0 θ 10 = 0 fare 2 = q 2 = 0 θ 11 = 0 fare 3 = q 3 = 0 θ 20 = 0 fare 4 = q 4 = 1 θ 21 = 0 θ 30 = 0 θ 31 = 0 θ 40 = 1 θ 41 = 0 Table 17: Output of the Branch-And-Bound algorithm. covered nodes represents the number of iterations of the algorithm. The number of available aircrafts can limit the number of covered nodes. For example, we suppose q 1 = 0,5, q 2 = 0,5 and q 3 = 0,5. Since there are only 2 aircrafts only 2 q-values can be set to 1. Or else the schedule will not be feasible (flight leg included in the schedule but not assigned or a flight leg non-included but assigned). That allows to drop the leaf q 1 = 1,q 2 = 1,q 3 = 1 in the tree. In our heuristic, the SQP function will find the subproblem unfeasible. If we reduce the size of the search tree before operation, we can save unnecessary calls of the SQP function. This pre-processing makes the algorithm more complex in terms of memory storage and branching strategy. Constraints for feasible nodes have to be stored before operation and the current node has to fulfill those stored requirements at each iteration. The SQP function has now converged in less than 20% of the calls, because most of them are no good starting points for the SQP function. As far as the performance of the Branch-And-Bound algorithm is concerned, the depth first strategy allows to find a feasible solution after two iterations. When we mention iterations, we do not mean branching. After another iteration, the best first strategy leads to the optimum, displayed in table 18. With the current upper bound the branch with θ 40 = 0 is fathomed. After 4 iterations, the Branch-And-Bound algorithm stops. As expected, the best solution is the one with the variables θ 40 and q 4 set to 1. Compared to the root of the Branch-and-Bound, the objective function has decreased but the price of the flight 4 has been increased. But if we compare with the schedule before the first call of the SQP function, the objective function has increased of 9% ( to ). Two flights (f 2 and f 4 ) are now mandatory flights. The first call of the SQP converges in 75% of times to distinct points. We will start the Branch-And-Bound algorithm with a feasible bad solution shown in table 18 regarding to the objective function value. The SQP function converges in less than 8% of the cases. The Branch-and-Bound algo- 47
52 θ fk fare m q m objfun θ 00 = 1 fare 0 = q 0 = θ 01 = 0 fare 1 = q 1 = 0 θ 10 = fare 2 = q 2 = θ 11 = 0 fare 3 = q 3 = 0 θ 20 = 1 fare 4 = q 4 = θ 21 = 0 θ 30 = 0 θ 31 = θ 40 = 0 θ 41 = 1 Table 18: Bad starting point for the Branch-And-Bound algorithm. θ fk fare m q m objfun θ 00 = 1 fare 0 = q 0 = θ 01 = 0 fare 1 = q 1 = 0 θ 10 = 1 fare 2 = q 2 = 1 θ 11 = 0 fare 3 = q 3 = 0 θ 20 = 1 fare 4 = q 4 = 1 θ 21 = 0 θ 30 = 0 θ 31 = 0 θ 40 = 0 θ 41 = 1 Table 19: Output of the Branch-And-Bound algorithm with a bad starting point. rithm founds an optimum, displayed in table 18, after 13 iterations. If we set q 1 = 0.5, the algorithm iterates 18 times and the SQP function converges in less than 12% of the cases. The final point is the same as the former one. If we set q 1 = 0.5 and q 0 = 0.5, the fare 4 has been lightly improved to after 26 iterations. If we stop the algorithm before 38 iterations, the final point is not optimum and can be far from the optimum. But if we choose a starting point with values close to 0 or 1, the Branch-And-Bound will converge faster to the optimum. In this example, we can reduce the number of iterations of the Branch-and-Bound algorithm to Truncated Branch-And-Bound algorithm For larger problems, we will not be able to run the Branch-and-Bound until it finds the optimum, because the number of nodes grows exponentially. We apply a truncated 48
53 UNKNOWN VARIABLES NB MAX ITERATIONS CONVERGENCE OF SQP % 30% 5 19 less than 12% 6 26 less than 8% 9 40 less than 6% Table 20: Performance of the complete algorithm with five OD-Pairs. Branch-and-Bound instead. We stop the algorithm when a feasible good solution is found. That is why our implementation is a heuristic. The difficulty is to find the criteria that determines when a solution close to the optimum is met. A limited number of iterations that depends on the size of the problem is a wrong approach. We can not suppose that after the Branch-and-Bound algorithm covers 60% of the search tree, then a good suboptimum has been met. This upper bound does not fit to the nonlinear aspect of our model. An alternative could be to set a time limit for the Branch-And-Bound algorithm. It relies on the running time of the SQP function. With the percentage of convergence, the size of the tree and the running time of each outcome, we can estimate the maximum running time of the Branch-and-Bound. In our example, the SQP function converges less than 8% and does not fulfill Kuhn-Tucker constraint around 70% of times (that takes one second). The rest of the time, the function loops through a maximum number of 516 iterations and than stops (that takes 3 seconds). Given this data, we can determine a time limit for the algorithm, before a suboptimum is found. Another alternative is to operate in two phases. First the problem is solved with a greedy algorithm, in order to obtain an objective function value of a good feasible solution that we store for the second phase. Then we run our Branch-and-Bound algorithm, where we compare the objective function of the current feasible solution to the stored value. We consider that we have found a good solution, when both values are close enough. We fix a maximal difference between the upper bound and the expected feasible solution prior to the operation of the Branch-and-Bound. This maximal difference defines the stopping criteria. This last approach is the most suitable but costs more than the other alternatives in terms of processing time because two algorithms are operated. To reduce this costs, we can start the Branch-and-Bound before the greedy algorithm. Or as upper bound for the truncated Branch-and-Bound, we can consider the root of the Branch-and-Bound algorithm, because the Branch-and-Bound algorithm will not improve the objective function of the root. The root is an optimum of the optimization problem, where θ fk and q m are relaxed. In practice, a good feasible solution is found, when the difference in objective function values is less than 20% of the objective function value of the root. In this last section, we have made the following observations to the performance of 49
54 the complete algorithm: (1) The performance of the Branch-And-Bound, in terms of numbers of iterations until the optimum is found, based on the choice of the starting point. (2) We can save calls of the SQP function by eliminating unfeasible leaves before operation. But this requires memory storage. (3) A good criteria to find a feasible solution close to the optimum, is difficult because of the exponential growth of the problem size. A good solution is to solve the problem in two stages: the first time to find an upper bound, that will be compared to the current solution of the Branch-and-Bound in a second time. 8 Conclusion 8.1 Summary of contributions The objective of this diploma thesis was to build a model integrating Airline Schedule Design and Product Line Design. Our model solves an incremental integrated airline schedule generation and fleet assignment problem along with the pricing problem considering customer preference. A base schedule, composed by mandatory and optional flight legs, is given as input. Our model maximizes the profit of the airline, while adding and deleting optional flight legs. The airline schedule design model integrates model of Lohatepannont M. and Barnhart C. [4] for the airline schedule design with choice-based product line design at product and attribute level. The formulated problem is a Mixed Integer Nonlinear problem with large number of decision variables and sets of constraints. Due to the size and complexity of the problem, we aim to implement a heuristic to find a solution close to the optimum. Our solution approach was to decompose the model into nonlinear part and integer part. We implement a Branch-And-Bound algorithm, for the integer part, that solves at each branch the nonlinear part with integer variables fixed, with a sequential quadratic programming function. We use the library of the Numerical Algorithms Group to implement the sequential quadratic programming method. We implement by ourselves a Branch-And- Bound with a depth first combined with a best first tree search strategy. In the example with two flight legs, we have shown that the convergence of the SQP function is sensitive to the choice of the initial point. We have also shown the influence of the consumer preference on the optimal solution. Our model captures always the flow of passenger that optimizes the profit. In the example with 5 OD-pairs, the more integer variables are to determine, the less is the percentage of convergence for the SQP function. For larger problems, we have tried to find a stopping criteria for a truncated Branch-and-Bound. The stopping criteria depends on the difference between the objective function value of the root (of the Branch-and-Bound) and the one of the current feasible solution. A difference in objective function values of less than 20% of the profit corresponding to the root implies that a feasible good solution is met. 50
55 8.2 Future Research Directions This thesis represents a contribution in the area of market-oriented airline schedule design. There are many research questions left unexplored. In the short term, case studies to measure the sensitivity of MNL and BTL model at itinerary and itinerary attributes level must be performed. The results will allow us to validate our approach with the conjoint analysis. Otherwise, we should express the consumer preference by an other alternative than conjoint analysis, such as a linear or semi-linear utility. In the medium term, supposing that our model has been validated, we should enable our incremental model to perform re-schedule with time-windows in addition to additions/deletions. This will fine-tune the optimization of the base schedule. In the long term, we can concentrate on improving our implementation with the following research directions: - Apply the an integrated algorithm realized by Leyffer [20] to our model. This requires the self-implementation of the SQP function. This will enable the Branch-And-Bound to branch before an iteration of the SQP solver. This can significantly speed up our implementation. - Implement a solution with genetic algorithm. This requires to find an adapted mutation and recombination functions for the itineraries. 51
56 Notations PARAMETERS General: A: Set of airports, indexed by a. K: Set of aircrafts, indexed by k. N k : Number of aircrafts in fleet-type k. N m : Number of flight legs in itinerary m. N: Set of attributes of an itinerary, with the price as first attribute and the other attributes are service-oriented. N 1 : Set of attributes of an itinerary, indexed by n. J n : Set of level sets for the attribute n, indexed by j. J 0 is the set of possible prices. P: Set of nodes of the underlying network. A node is composed by a time, an airport and an aircraft, indexed by {k,a,t} T: Sorted set of all event. Itineraries: M: Set of itineraries including null itinerary, indexed by m. M O : Set of itineraries containing optional flight, indexed by mit m. M C : Set of competitive itineraries. Flight legs: Ω m : Set of flight legs in itinerary m, indexed by f. Ω: Set of flight legs in the flight schedule, indexed by f. Ω M : Set of mandatory flight legs in the flight schedule, indexed by f. Ω O : Set of optional flight legs in the flight schedule, indexed by f. Ω k : Set of flight legs that pass the count time when flown by fleet-type k. I(k,a,t): Set of inbound flight legs to node {k,a,t}. O(k,a,t): Set of outbound flight legs to node {k,a,t}. c fk : Cost for the assignment of the aircraft k to the flight leg f. c m : Cost pro passenger. cap k : Number of seats in the aircraft k. dem m : Demand for the itinerary m. These represents all the passengers that want to travel from origin-airport to destination-airport regardless of the operational constraints. That is called the unconstraint demand. δ fm : = 1, when the itinerary m includes the flight leg f, = 0 otherwise. Preference measurement: U dm : Service related utility of the passenger d for the itinerary m. This utility is independent of the price. U d0 : Given utility of passenger segment d for competitive itineraries. p dm : Product demands or market shares described by the probability that the passenger 52
57 d choose the itinerary m. ω d : Size of the segment d. DECISION VARIABLES Schedule generation and fleet assignment: q m : = 1, if itinerary m is included in the flight schedule, =0, otherwise. θ fk : = 1, when the flight leg f is flown with the aircraft k, = 0 otherwise. z k,a,t +: The number of aircraft k on the ground at the airport a immediately after time t. z k,a,t : The number of aircraft k on the ground at the airport a immediately before time t. If t 1 and t 2 are the times associated with adjacent events then z k,a,t + 1 = z k,a,t. 2 Pricing model: fare m : Price charged to every passenger on the itinerary m. We make a slight abuse of notation by modelling the price of a flight leg with the same variable but indexed with f. x jnm : = 1, when the n-th attribute is assigned to the j-th level in the itinerary m, = 0 otherwise. These are binary constants for m M c (competitive itineraries) and binary decision variables for m M. x j0m : =1, when a passenger is charged with the j-th possible price for itinerary m. fare jm : j-th level of the price for the itinerary m. 53
58 Annexe - Derivatives with respect to fare m for a given m f = e (Um farem) q m ω m M e (Um farem) q m e (U dm 1 fare m1 ) q m1 U 0 1 m + (fare m c m ) 1 =1 M M e (Um 1 farem 1 ) q m1 + U 0 ( e (Um 1 farem 1 ) q m1 + U 0 ) 2 m 1 =1 M + m 2 m m 1 =1 q m e (Um farem)(farem c )e(um 2 m2 2 farem 2 ) q ω m2 m M ( e (Um 1 farem 1 ) q m1 + U 0 ) 2 m 1 =1 M e(udm farem) q m e (Um 1 farem 1 ) q m1 U 0 c 1 = δ fm e (Um farem) m 1 =1 M ( e (Um 1 farem 1 ) q m1 + U 0 ) 2 M + m 2 m e (Um farem) ( m 1 =1 e (Um 2 farem 2 ) q m2 δ fm2 ω m M e (Um 1 farem 1 ) q m1 + U 0 ) 2 m 1 =1 - Derivatives with respect to z k,a,t for a given {k,a,t} f = 0 K c 1 = cap k k=1 - Derivatives with respect to θ fk for given f and k f = c fk c 1 = 0 54
59 - Derivatives with respect to q m for given m f = (fare m c m ω m e (Um farem) M m 2 m c1 = δ fm ω m e (Um farem) M M m 1 =1 e (Um 1 farem 1 ) q m1 + U 0 q m e (Um farem) M ( e (Um 1 farem 1 ) q m1 + U 0 ) 2 m 1 =1 e (Um farem)(farem c )e(um 2 m2 2 farem 2 ) q ω m2 m2 M ( e (Um 1 farem 1 ) q m1 + U 0 ) 2 m 2 m M m 1 =1 e (Um farem) m 1 =1 e (Um 1 farem 1 ) q m1 + U d0 q m e (U dm fare m) M ( e (Um 1 farem 1 ) q m1 + U 0 ) 2 ( m 1 =1 e (Um 2 farem 2 ) δ fm2 q m2 ω m M e (Um 1 farem 1 ) q m1 + U 0 ) 2 m 1 =1 55
60 References AIRLINE SCHEDULE DESIGN Overview of airline schedule planning problem: [1] Barnhart C., Cohn A. (2004), Airline Schedule Planning: Accomplishments and Oppertunities, MANUFACTURING SERVICE OPERATIONS MANAGEMENT, Vol. 6, No. 1, Winter 2004, Airline schedule models with passenger behaviour model: [2] Dobson G., Lederer P. (1993), Airline Scheduling and Routing in a Hub-and- Spoke System, Transportation Science, Vol. 27, [3] Teodorovic D., Kremar-Nozic E.(1989), Multicriteria models to determine flight frequencies on an airline network under competitive conditions, Transportation Science 23 (1), Integrated airline schedule models: [4] Lohatepanont M., Barnhart C. (2004), Airline Schedule Planning: Integrated Models and Algorithms for Schedule Design and Fleet Assignment, Transportation Science, Vol. 38, [5] Brueckner J., Zhang Y. (2001), A Model of Scheduling in Airline Networks, Journal of Transport Economics and Policy, Vol. 35, Part 2, May 2001, [6] Erdmann A., Nolte A., Noltemeier A., Schrader R. (1999), Modelling and Solving the Airline Schedule Generation Problem, Working Paper, ZAIK University of Cologne. [7] Soumis P., Ferland J.A., Rousseau M. (1980), A Model for Large Scale Aircraft Routing and Scheduling Problems, Transportation Research, No. 14B, [8] Barnhart C., Lu F., Shenoi R. (1998), Integrated airline schedule planning, Operations Research in the Airline Industry, 9, [9] Klabdjan D. (2003), Large-scale models in the airline industry, Column Generation, Kluwer Academic Publishers. Available at Implementation of airline schedule planning problem: [10] Grosche T., Heinzl A. (2003), Simultane Erstellung von Flugänen mit Genetischen Algorithmen, Working Papers in Information Systems, Working Paper 8 / March 2003, University of Mannheim [11] Mathaisel D. (1997), Decision Support for Airline Schedule Planning, Journal of Combinational Optimization 1,
61 PRODUCT LINE DESIGN [12] Dobson G., Kalish S. (1998), Positionning and Pricing a Product Line, Marketing Science 2 (2), [13] Gaul W., Aust E., Baier D. (1995), Gewinnorientierte Produktliniengestaltung unter Berücksichtigung des Kundennutzens, Zeitschrift für Betriebswirtschaft 65 (8), [14] Green P.E., Krieger A.M.(1985), Models and Heuristics for Product Line Selection, Marketing Science 4 (1), 1-19 [15] Kohli R., Krishnamurti R.(1989), Optimal product design using conjoint analysis: Computational complexity and algorithms, European Journal of Operational Research 40, [16] Natter M., Feurstein M.(2001), Real World Performance of Choice-Based Conjoint Models, Report Series, Report No. 58, June 2001, Vienna University of Economics and Business Administration [17] Oppewal H., Louviere J. J., Timmermans H.(1994), Modeling Hierarchical Conjoint Processes with Integrated Choice Experiments, Journal of Marketing Research, Vol. 31, 1994, [18] Green P.E., Krieger A. M., Agarwal M. K.(1991), Adaptive Conjoint Analysis: Some Caveats and Suggestions, Journal of Marketing Research, Vol. 28, 1991, [19] Kohli R., Sukumar R.(1990), Heuristics for Product Line Design Using Conjoint Analysis, Managemenent Science, Vol. 36(12), December, [20] Leyffer S.(1998), Integrating QP and branch-and-bound for Mixed Integer Nonlinear Programming, 1998, 1-13 [21] Eliashberg J., Lilien G.L.(1998), Marketing, Handbooks in Operations Research and Management Science, Volume 15,
Airline Schedule Development
Airline Schedule Development 16.75J/1.234J Airline Management Dr. Peter Belobaba February 22, 2006 Airline Schedule Development 1. Schedule Development Process Airline supply terminology Sequential approach
An optimization model for aircraft maintenance scheduling and re-assignment
Transportation Research Part A 37 (2003) 29 48 www.elsevier.com/locate/tra An optimization model for aircraft maintenance scheduling and re-assignment Chellappan Sriram 1, Ali Haghani * Department of Civil
A MODEL TO SOLVE EN ROUTE AIR TRAFFIC FLOW MANAGEMENT PROBLEM:
A MODEL TO SOLVE EN ROUTE AIR TRAFFIC FLOW MANAGEMENT PROBLEM: A TEMPORAL AND SPATIAL CASE V. Tosic, O. Babic, M. Cangalovic and Dj. Hohlacov Faculty of Transport and Traffic Engineering, University of
5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1
5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 General Integer Linear Program: (ILP) min c T x Ax b x 0 integer Assumption: A, b integer The integrality condition
Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows
TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents
INTEGER PROGRAMMING. Integer Programming. Prototype example. BIP model. BIP models
Integer Programming INTEGER PROGRAMMING In many problems the decision variables must have integer values. Example: assign people, machines, and vehicles to activities in integer quantities. If this is
Robust Airline Schedule Planning: Minimizing Propagated Delay in an Integrated Routing and Crewing Framework
Robust Airline Schedule Planning: Minimizing Propagated Delay in an Integrated Routing and Crewing Framework Michelle Dunbar, Gary Froyland School of Mathematics and Statistics, University of New South
A Constraint Programming based Column Generation Approach to Nurse Rostering Problems
Abstract A Constraint Programming based Column Generation Approach to Nurse Rostering Problems Fang He and Rong Qu The Automated Scheduling, Optimisation and Planning (ASAP) Group School of Computer Science,
A Branch and Bound Algorithm for Solving the Binary Bi-level Linear Programming Problem
A Branch and Bound Algorithm for Solving the Binary Bi-level Linear Programming Problem John Karlof and Peter Hocking Mathematics and Statistics Department University of North Carolina Wilmington Wilmington,
Lecture 10 Scheduling 1
Lecture 10 Scheduling 1 Transportation Models -1- large variety of models due to the many modes of transportation roads railroad shipping airlines as a consequence different type of equipment and resources
Models in Transportation. Tim Nieberg
Models in Transportation Tim Nieberg Transportation Models large variety of models due to the many modes of transportation roads railroad shipping airlines as a consequence different type of equipment
LECTURE - 3 RESOURCE AND WORKFORCE SCHEDULING IN SERVICES
LECTURE - 3 RESOURCE AND WORKFORCE SCHEDULING IN SERVICES Learning objective To explain various work shift scheduling methods for service sector. 8.9 Workforce Management Workforce management deals in
Revenue Management for Transportation Problems
Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende
Minimizing costs for transport buyers using integer programming and column generation. Eser Esirgen
MASTER STHESIS Minimizing costs for transport buyers using integer programming and column generation Eser Esirgen DepartmentofMathematicalSciences CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG
Discussion Paper 01: Aviation Demand Forecasting
Airports Commission Discussion Paper 01: Aviation Demand Forecasting Response from Kent County Council and Medway Council Q1: To what extent do you consider that the DfT forecasts support or challenge
Integer Programming. subject to: (i = 1, 2,..., m),
Integer Programming 9 The linear-programming models that have been discussed thus far all have been continuous, in the sense that decision variables are allowed to be fractional. Often this is a realistic
24. The Branch and Bound Method
24. The Branch and Bound Method It has serious practical consequences if it is known that a combinatorial problem is NP-complete. Then one can conclude according to the present state of science that no
Integrated Airline Operations: Schedule Design, Fleet Assignment, Aircraft Routing, and Crew Scheduling
Integrated Airline Operations: Schedule Design, Fleet Assignment, Aircraft Routing, and Crew Scheduling Ki-Hwan Bae Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and State
Optimization in Airline Scheduling: Challenges and Successes
Optimization in Airline Scheduling: Challenges and Successes Ellis L. Johnson First TLI-AP NTNU Workshop on Multi-Modal Modal Logistics National University of Singapore 11 March 2002 2 TLI-AP NTNU NUS
A Decision Support System for Crew Planning in Passenger Transportation using a Flexible Branch-and-Price Algorithm
A Decision Support System for Crew Planning in Passenger Transportation using a Flexible Branch-and-Price Algorithm RICHARD FRELING 1, 2*, RAMON M. LENTINK 1, 2 AND ALBERT P.M. WAGELMANS 1 1 Erasmus Center
Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams
Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams André Ciré University of Toronto John Hooker Carnegie Mellon University INFORMS 2014 Home Health Care Home health care delivery
Two objective functions for a real life Split Delivery Vehicle Routing Problem
International Conference on Industrial Engineering and Systems Management IESM 2011 May 25 - May 27 METZ - FRANCE Two objective functions for a real life Split Delivery Vehicle Routing Problem Marc Uldry
DESIGNING SERVICE FOR HUB-AND-SPOKE NETWORK
DESIGNING SERVICE FOR HUB-AND-SPOKE NETWORK Readings: J. Braklow, W. Graham, S. Hassler, K. Peck and W. Powell. Interactive Optimization Improves Service and Performance for Yellow Freight System. Interfaces
MIT ICAT. Airline Revenue Management: Flight Leg and Network Optimization. 1.201 Transportation Systems Analysis: Demand & Economics
M I T I n t e r n a t i o n a l C e n t e r f o r A i r T r a n s p o r t a t i o n Airline Revenue Management: Flight Leg and Network Optimization 1.201 Transportation Systems Analysis: Demand & Economics
Integrating Benders decomposition within Constraint Programming
Integrating Benders decomposition within Constraint Programming Hadrien Cambazard, Narendra Jussien email: {hcambaza,jussien}@emn.fr École des Mines de Nantes, LINA CNRS FRE 2729 4 rue Alfred Kastler BP
Cost Models for Vehicle Routing Problems. 8850 Stanford Boulevard, Suite 260 R. H. Smith School of Business
0-7695-1435-9/02 $17.00 (c) 2002 IEEE 1 Cost Models for Vehicle Routing Problems John Sniezek Lawerence Bodin RouteSmart Technologies Decision and Information Technologies 8850 Stanford Boulevard, Suite
A Column Generation Model for Truck Routing in the Chilean Forest Industry
A Column Generation Model for Truck Routing in the Chilean Forest Industry Pablo A. Rey Escuela de Ingeniería Industrial, Facultad de Ingeniería, Universidad Diego Portales, Santiago, Chile, e-mail: [email protected]
Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing
Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing Pietro Belotti, Antonio Capone, Giuliana Carello, Federico Malucelli Tepper School of Business, Carnegie Mellon University, Pittsburgh
SIMULATING CANCELLATIONS AND OVERBOOKING IN YIELD MANAGEMENT
CHAPTER 8 SIMULATING CANCELLATIONS AND OVERBOOKING IN YIELD MANAGEMENT In YM, one of the major problems in maximizing revenue is the number of cancellations. In industries implementing YM this is very
Routing in Line Planning for Public Transport
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany MARC E. PFETSCH RALF BORNDÖRFER Routing in Line Planning for Public Transport Supported by the DFG Research
MODELS AND ALGORITHMS FOR WORKFORCE ALLOCATION AND UTILIZATION
MODELS AND ALGORITHMS FOR WORKFORCE ALLOCATION AND UTILIZATION by Ada Yetunde Barlatt A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Industrial
Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay
Information Theory and Coding Prof. S. N. Merchant Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 17 Shannon-Fano-Elias Coding and Introduction to Arithmetic Coding
This paper presents an overview of several important areas of operations research applications
Applications of Operations Research in the Air Transport Industry Cynthia Barnhart Peter Belobaba Amedeo R. Odoni Massachusetts Institute of Technology, Cambridge, Massachusetts 02139 [email protected]
OR Applications in the Airline Industry
Connecting people with the world s greatest travel possibilities. OR Applications in the Airline Industry Anand Srinivasan Who is Sabre Holdings? A world leader in travel commerce, retailing travel products,
Re-optimization of Rolling Stock Rotations
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany RALF BORNDÖRFER 1, JULIKA MEHRGARDT 1, MARKUS REUTHER 1, THOMAS SCHLECHTE 1, KERSTIN WAAS 2 Re-optimization
Discrete Optimization
Discrete Optimization [Chen, Batson, Dang: Applied integer Programming] Chapter 3 and 4.1-4.3 by Johan Högdahl and Victoria Svedberg Seminar 2, 2015-03-31 Todays presentation Chapter 3 Transforms using
A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY CAPACITY PLANNING
A MULTI-PERIOD INVESTMENT SELECTION MODEL FOR STRATEGIC RAILWAY Yung-Cheng (Rex) Lai, Assistant Professor, Department of Civil Engineering, National Taiwan University, Rm 313, Civil Engineering Building,
Airlines Industry Yield Management. Ken Homa
Airlines Industry Yield Management Ken Homa Airlines Industry Challenging Environment Complex, interconnected network Thousands of dynamic prices 90% discount prices 20% pay less than half of average 2/3
Fairness in Routing and Load Balancing
Fairness in Routing and Load Balancing Jon Kleinberg Yuval Rabani Éva Tardos Abstract We consider the issue of network routing subject to explicit fairness conditions. The optimization of fairness criteria
Airport Planning and Design. Excel Solver
Airport Planning and Design Excel Solver Dr. Antonio A. Trani Professor of Civil and Environmental Engineering Virginia Polytechnic Institute and State University Blacksburg, Virginia Spring 2012 1 of
An Implementation of a Constraint Branching Algorithm for Optimally Solving Airline Crew Pairing Problems
MASTER S THESIS An Implementation of a Constraint Branching Algorithm for Optimally Solving Airline Crew Pairing Problems Douglas Potter Department of Mathematical Sciences CHALMERS UNIVERSITY OF TECHNOLOGY
A Quantitative Decision Support Framework for Optimal Railway Capacity Planning
A Quantitative Decision Support Framework for Optimal Railway Capacity Planning Y.C. Lai, C.P.L. Barkan University of Illinois at Urbana-Champaign, Urbana, USA Abstract Railways around the world are facing
Nonlinear Optimization: Algorithms 3: Interior-point methods
Nonlinear Optimization: Algorithms 3: Interior-point methods INSEAD, Spring 2006 Jean-Philippe Vert Ecole des Mines de Paris [email protected] Nonlinear optimization c 2006 Jean-Philippe Vert,
Project Scheduling: PERT/CPM
Project Scheduling: PERT/CPM CHAPTER 8 LEARNING OBJECTIVES After completing this chapter, you should be able to: 1. Describe the role and application of PERT/CPM for project scheduling. 2. Define a project
Chapter 13: Binary and Mixed-Integer Programming
Chapter 3: Binary and Mixed-Integer Programming The general branch and bound approach described in the previous chapter can be customized for special situations. This chapter addresses two special situations:
2.3 Convex Constrained Optimization Problems
42 CHAPTER 2. FUNDAMENTAL CONCEPTS IN CONVEX OPTIMIZATION Theorem 15 Let f : R n R and h : R R. Consider g(x) = h(f(x)) for all x R n. The function g is convex if either of the following two conditions
Load Balancing and Switch Scheduling
EE384Y Project Final Report Load Balancing and Switch Scheduling Xiangheng Liu Department of Electrical Engineering Stanford University, Stanford CA 94305 Email: [email protected] Abstract Load
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION
PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical
Fleet Assignment Using Collective Intelligence
Fleet Assignment Using Collective Intelligence Nicolas E Antoine, Stefan R Bieniawski, and Ilan M Kroo Stanford University, Stanford, CA 94305 David H Wolpert NASA Ames Research Center, Moffett Field,
Offline sorting buffers on Line
Offline sorting buffers on Line Rohit Khandekar 1 and Vinayaka Pandit 2 1 University of Waterloo, ON, Canada. email: [email protected] 2 IBM India Research Lab, New Delhi. email: [email protected]
A Randomized Linear Programming Method for Network Revenue Management with Product-Specific No-Shows
A Randomized Linear Programming Method for Network Revenue Management with Product-Specific No-Shows Sumit Kunnumkal Indian School of Business, Gachibowli, Hyderabad, 500032, India sumit [email protected]
Airline fleet assignment concepts, models, and algorithms
European Journal of Operational Research 172 (2006) 1 30 Invited Tutorial Airline fleet assignment concepts, models, and algorithms Hanif D. Sherali *, Ebru K. Bish, iaomei Zhu Grado Department of Industrial
An Improved Dynamic Programming Decomposition Approach for Network Revenue Management
An Improved Dynamic Programming Decomposition Approach for Network Revenue Management Dan Zhang Leeds School of Business University of Colorado at Boulder May 21, 2012 Outline Background Network revenue
Revenue Management with Customer Choice Modeling and Dependent Demand Forecasting
Revenue Management with Customer Choice Modeling and Dependent Demand Forecasting Anne Mercier Senior Scientist IATA Commercial Strategy Symposium Istanbul, Turkey December 9, 2010 Revenue Management with
Principles of demand management Airline yield management Determining the booking limits. » A simple problem» Stochastic gradients for general problems
Demand Management Principles of demand management Airline yield management Determining the booking limits» A simple problem» Stochastic gradients for general problems Principles of demand management Issues:»
Recovery of primal solutions from dual subgradient methods for mixed binary linear programming; a branch-and-bound approach
MASTER S THESIS Recovery of primal solutions from dual subgradient methods for mixed binary linear programming; a branch-and-bound approach PAULINE ALDENVIK MIRJAM SCHIERSCHER Department of Mathematical
Load Planning for Less-than-truckload Carriers. Martin Savelsbergh
Load Planning for Less-than-truckload Carriers Martin Savelsbergh Centre for Optimal Planning and Operations School of Mathematical and Physical Sciences University of Newcastle Optimisation in Industry,
Role of Stochastic Optimization in Revenue Management. Huseyin Topaloglu School of Operations Research and Information Engineering Cornell University
Role of Stochastic Optimization in Revenue Management Huseyin Topaloglu School of Operations Research and Information Engineering Cornell University Revenue Management Revenue management involves making
ATM Network Performance Evaluation And Optimization Using Complex Network Theory
ATM Network Performance Evaluation And Optimization Using Complex Network Theory Yalin LI 1, Bruno F. Santos 2 and Richard Curran 3 Air Transport and Operations Faculty of Aerospace Engineering The Technical
ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE
ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE YUAN TIAN This synopsis is designed merely for keep a record of the materials covered in lectures. Please refer to your own lecture notes for all proofs.
The Rolling Stock Recovery Problem. Literature review. Julie Jespersen Groth *α, Jesper Larsen β and Jens Clausen *γ
The Rolling Stock Recovery Problem Julie Jespersen Groth *α, Jesper Larsen β and Jens Clausen *γ DTU Management Engineering, The Technical University of Denmark, Produktionstorvet, DTU Building 424, 2800
A Look At Cargo Revenue Management
White Paper A Look At Cargo Revenue Management A discussion of revenue management for air cargo businesses passenger sales. With the success of In the early 1980s, revenue management disciplines were first
SchedulAir. Airline planning & airline scheduling with Unified Optimization. decisal. Copyright 2014 Decisal Ltd. All rights reserved.
Copyright 2014 Decisal Ltd. All rights reserved. Airline planning & airline scheduling with Unified Optimization SchedulAir Overview Unified Optimization Benders decomposition Airline planning & scheduling
Fare Planning for Public Transport
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany MARIKA NEUMANN Fare Planning for Public Transport Supported by the DFG Research Center Matheon Mathematics
Optimising Patient Transportation in Hospitals
Optimising Patient Transportation in Hospitals Thomas Hanne 1 Fraunhofer Institute for Industrial Mathematics (ITWM), Fraunhofer-Platz 1, 67663 Kaiserslautern, Germany, [email protected] 1 Introduction
Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras
Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 36 Location Problems In this lecture, we continue the discussion
Deploying Regional Jets to Add New Spokes to a Hub. Ian Savage* and Burgess Scott Northwestern University
Deploying Regional Jets to Add New Spokes to a Hub by Ian Savage* and Burgess Scott Northwestern University Correspondence Address Professor Ian Savage Department of Economics Northwestern University 2001
The Problem of Scheduling Technicians and Interventions in a Telecommunications Company
The Problem of Scheduling Technicians and Interventions in a Telecommunications Company Sérgio Garcia Panzo Dongala November 2008 Abstract In 2007 the challenge organized by the French Society of Operational
Optimal Vehicle Routing and Scheduling with Precedence Constraints and Location Choice
Optimal Vehicle Routing and Scheduling with Precedence Constraints and Location Choice G. Ayorkor Korsah, Anthony Stentz, M. Bernardine Dias, and Imran Fanaswala Abstract To realize the vision of intelligent
The Trip Scheduling Problem
The Trip Scheduling Problem Claudia Archetti Department of Quantitative Methods, University of Brescia Contrada Santa Chiara 50, 25122 Brescia, Italy Martin Savelsbergh School of Industrial and Systems
Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method
Lecture 3 3B1B Optimization Michaelmas 2015 A. Zisserman Linear Programming Extreme solutions Simplex method Interior point method Integer programming and relaxation The Optimization Tree Linear Programming
COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN ABSTRACT
Technical Report #98T-010, Department of Industrial & Mfg. Systems Egnieering, Lehigh Univerisity (1998) COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN Kadir Ertogral, S. David
Approximation Algorithms
Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms
(Identifying the $3 CPM Trip)
(Identifying the $3 Trip) Whitepaper Series A Primer on the Business Aviation Industry Understanding Business Aviation s Costs The True Cost of Commercial Air Travel Analyzing Your Air Travel Budget For
Charles Fleurent Director - Optimization algorithms
Software Tools for Transit Scheduling and Routing at GIRO Charles Fleurent Director - Optimization algorithms Objectives Provide an overview of software tools and optimization algorithms offered by GIRO
Strategic planning in LTL logistics increasing the capacity utilization of trucks
Strategic planning in LTL logistics increasing the capacity utilization of trucks J. Fabian Meier 1,2 Institute of Transport Logistics TU Dortmund, Germany Uwe Clausen 3 Fraunhofer Institute for Material
Airline Revenue Management: An Overview of OR Techniques 1982-2001
Airline Revenue Management: An Overview of OR Techniques 1982-2001 Kevin Pak * Nanda Piersma January, 2002 Econometric Institute Report EI 2002-03 Abstract With the increasing interest in decision support
Chapter 10: Network Flow Programming
Chapter 10: Network Flow Programming Linear programming, that amazingly useful technique, is about to resurface: many network problems are actually just special forms of linear programs! This includes,
the only system with Unified Management & Optimization of: crew SchedulAir decisal
the only system with Unified Management & Optimization of: flights aircraft crew SchedulAir u n i f i e d m an ag e m e n t & o p t i m i z at i o n decisal m a k i n g d e c i s i o n s o p t i m a l
INTEGRATED OPTIMIZATION OF SAFETY STOCK
INTEGRATED OPTIMIZATION OF SAFETY STOCK AND TRANSPORTATION CAPACITY Horst Tempelmeier Department of Production Management University of Cologne Albertus-Magnus-Platz D-50932 Koeln, Germany http://www.spw.uni-koeln.de/
A Service Design Problem for a Railway Network
A Service Design Problem for a Railway Network Alberto Caprara Enrico Malaguti Paolo Toth Dipartimento di Elettronica, Informatica e Sistemistica, University of Bologna Viale Risorgimento, 2-40136 - Bologna
Persuasion by Cheap Talk - Online Appendix
Persuasion by Cheap Talk - Online Appendix By ARCHISHMAN CHAKRABORTY AND RICK HARBAUGH Online appendix to Persuasion by Cheap Talk, American Economic Review Our results in the main text concern the case
Re-Solving Stochastic Programming Models for Airline Revenue Management
Re-Solving Stochastic Programming Models for Airline Revenue Management Lijian Chen Department of Industrial, Welding and Systems Engineering The Ohio State University Columbus, OH 43210 [email protected]
Chapter 2 Airline Planning and Schedule Development
Chapter 2 Airline Planning and Schedule Development Timothy L. Jacobs, Laurie A. Garrow, Manoj Lohatepanont, Frank S. Koppelman, Gregory M. Coldren, and Hadi Purnomo 2.1 Introduction and Scope Airlines
Appendix: Simple Methods for Shift Scheduling in Multi-Skill Call Centers
MSOM.1070.0172 Appendix: Simple Methods for Shift Scheduling in Multi-Skill Call Centers In Bhulai et al. (2006) we presented a method for computing optimal schedules, separately, after the optimal staffing
Group D: FAA Landing Slots. Elaine Ou Jeff Shneidman Allan Sumiyama
Group D: FAA Landing Slots Elaine Ou Jeff Shneidman Allan Sumiyama Airplane World Different (easier?) than FCC: Transparency. Every 10 th ticket known. Costs known. Load factors known. Different (harder?)
A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions
A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions Marc Goerigk, Bob Grün, and Philipp Heßler Fachbereich Mathematik, Technische Universität
Mining Airline Data for CRM Strategies
Proceedings of the 7th WSEAS International Conference on Simulation, Modelling and Optimization, Beijing, China, September 15-17, 2007 345 Mining Airline Data for CRM Strategies LENA MAALOUF, NASHAT MANSOUR
STRATEGIC CAPACITY PLANNING USING STOCK CONTROL MODEL
Session 6. Applications of Mathematical Methods to Logistics and Business Proceedings of the 9th International Conference Reliability and Statistics in Transportation and Communication (RelStat 09), 21
Abstract Title: Planned Preemption for Flexible Resource Constrained Project Scheduling
Abstract number: 015-0551 Abstract Title: Planned Preemption for Flexible Resource Constrained Project Scheduling Karuna Jain and Kanchan Joshi Shailesh J. Mehta School of Management, Indian Institute
The Goldberg Rao Algorithm for the Maximum Flow Problem
The Goldberg Rao Algorithm for the Maximum Flow Problem COS 528 class notes October 18, 2006 Scribe: Dávid Papp Main idea: use of the blocking flow paradigm to achieve essentially O(min{m 2/3, n 1/2 }
A Case Study of Joint Online Truck Scheduling and Inventory Management for Multiple Warehouses
Technische Universität Chemnitz Fakultät für Mathematik D-09107 Chemnitz, Germany A Case Study of Joint Online Truck Scheduling and Inventory Management for Multiple Warehouses C. Helmberg, S. Röhl Preprint
Models for Train Scheduling. Krishna C. Jha Vice President - Research & Development [email protected]
Models for Train Scheduling Krishna C. Jha Vice President - Research & Development [email protected] Innovative Scheduling Overview Optimization and simulation solutions for transportation,
