Aircraft Landing Planning: Past, Present and Future

Size: px
Start display at page:

Download "Aircraft Landing Planning: Past, Present and Future"

Transcription

1 Aircraft Landing Planning: Past, Present and Future Marie-Sklaerder Vié 1, Nicolas Zufferey 1, Roel Leus 2 1 Geneva School of Economics and Management, GSEM - University of Geneva, Switzerland {marie-sklaerder.vie,n.zufferey}@unige.ch 2 Faculty of Economics and Business, KU Leuven, Belgium, roel.leus@kuleuven.be Key-words : Aircraft Landing Planning, Uncertainty, Scheduling, Optimization Abstract : Aircraft Landing Planning is a key issue for airports, as the runway capacity is their main limitation. In this paper, solution methods proposed in the literature are discussed, as well as current arrival traffic flow management practices. Based on this, the main missing features are identified and allow us designing the most promising directions for future research. 1 Introduction From take-off to landing, planes are subjects to many uncertainties (e.g., wind, traffic). Moreover, the runway capacity of an airport is the bottleneck capacity of the landing process. Therefore, the landing time of each plane arriving at an airport has to be adjusted (e.g., delay) all along its flight trajectory to use the runway capacity at best despite uncertainty. One way to delay an airplane is to make it perform holding stack patterns or vectoring in the vicinity of the airport (approach area) before its landing, but this creates bigger fuel consumption and noise pollution. Another way is to decrease (sometimes increase) the speed of the plane during its cruise (or make it do a detour using path stretching), but due to larger uncertainties at longer distance from destination, this may create unnecessary additional delays. Also, the fewer number of modifications there are on a landing time, the better it is for the air traffic controllers (ATC) workload, as they have other priorities (mainly ensuring safety and avoiding collisions). The goal of Aircraft Landing Planning (ALP) is to optimize the landing times of the planes arriving at an airport runway. For this purpose, the planes to delay have to be selected, as well as how and when to delay them. Safety constraints imposing threshold distances between planes have to be satisfied, obviously. ALP is considered here without the Aircraft Take-off Problem. Indeed, the current time-horizon of ALP is about one hour prior to landing, hence most flights are already airborne, except the so-called pop-up flights (which represents a minor part of the flights). In addition, as shown in [47], pre-planning (if the accuracy of departure time is of approximately five minutes, which is a very small uncertainty in practice) that takes into account pop-up flights gives an overall performance that is worse than if those flights are only considered once airborne. The reader is referred to [14, 30] for a literature survey and general considerations on scheduling under uncertainty. This study is partially financed by EUROCONTROL the European Organization for the Safety of Air Navigation through the SESAR2020 programme. In the view of constructing a unified European sky, a decision-making framework developed for EUROCONTROL is presented in [24, 25]. It considers multiple objectives (i.e., capacity, safety, cost-effectiveness, flexibility, environment), and potential disagreements among stakeholder regarding the impact of the proposed system enhancements. Current typical tactical arrival management procedures are explained in Section 2. A review on the solution methods proposed for ALP is presented in Section 3 up to year 2011, relying on an existing literature review proposed in [12]. The contributions of this work are the following. First, at the end of Section 3, we highlight the

2 weaknesses of the works up to year 2011 according to the following criteria: instance size, computing time, integration of random events. Based on that, in Section 4, we bridge the gap of the literature review from 2011 up to now, but with a focus on the studies that are able to account for dynamic features. Finally, with respect to relevance and impact in practice, and in contrast with most of the existing publications, promising problems and future directions are identified in Section 5. A conclusion ends the paper. 2 Current typical arrival management practices ALP can be divided into different stages. First, an initial schedule is created prior to departure, then it is modified during the cruise, and finally it is frozen (landing phase). The initial schedule is usually based on a First-Come First-Serve (FCFS) sequence [21]: planes are sorted by increasing estimated landing times and scheduled accordingly. This sequence involves all the planes that are in the planner s range (about minutes before landing), and it is updated each time a new plane enters this range. However, it is showed in [16] that FCFS usually does not lead to optimal sequences with respect to throughput or average delay. Each flight can be divided into two phases within the Arrival Management (AMAN) horizon: (1) cruise (from the beginning of the AMAN planning horizon to minutes before landing); (2) approach toward the airport (the last minutes in non-congested conditions). Two typical approaches are used to manage the arrival flows: the buffer approach (used for instance in London) allows the largest modifications mainly during phase (2), the updating approach (employed for example in Paris) allows modifications during both phases. Modifications during phase (1) consists in performing speed adjustments and/or implementing detours on the planned trajectory. These changes are made en-route by an air traffic controller (ATC), following advisories provided by an AMAN tool. Regarding the possible modifications during phase (2), each flight arrives as expected in the approach area of the airport, and then can be delayed, as required to keep safe distances and a good runway throughput by using different means like holding patterns ( stacks ), vectoring ( detour ), point-merge or a combination of these means. In this paper, the updating approach is mainly investigated as it better captures the focus of extended AMAN operations, solution being validated in the SESAR 2020 program. Any modification must keep the landing time of an aircraft between its earliest and latest possible landing times, which depend on technical and operational constraints (e.g., possible speed, fuel limitation, connecting flights). Also, ATCs may limit the shifting of a plane, within the FCFS sequence, to a maximum number of positions (CPS: Constrained Position Shifting [18, 46]), or to a maximum time (CTS: Constrained Time Shifting [35]), for not deviating too much from the initial schedule. 3 Summary and analysis of the literature review up to 2011 A comprehensive review covering the period up to 2011 can be found in [12], and it is discussed in this section. The main objective functions can be divided into four categories, all wellrepresented in the literature. (F 1 ) Safety and efficiency objectives. Maximize: runway throughput, fairness among the aircrafts. Minimize: approach time before landing, ATCs workload, aircraft taxi-out time, arrival delays. (F 2 ) Airline s objectives. Maximize: punctuality with respect to landing times in published timetables, adherence to airline priorities within their own flights, connectivity between flights. Minimize: operation costs (mainly fuel costs), total passenger delays. (F 3 ) Airport objectives. Maximize: punctuality according to the operating schedule. Minimize: the need for gate changes due to delays. (F 4 ) Government objectives. Minimize: environmental effects (i.e., noise and air pollution).

3 Below, we first discuss the main exact approaches that were adapted to ALP. Next, we discuss the main proposed solution methods (mostly heuristics and metaheuristics). Finally, we highlight the main weaknesses of these works. Dynamic programming was widely used for minimizing the sum of landing costs of an arriving schedule, which is equivalent to minimizing landing times first, and fuel cost second (i.e., F 1 and F 2 objectives), under various constraints (precedence, time-window) [3, 4, 17, 34]. A dynamic programming algorithm for maximizing the smallest spacing between planes upon landing (a F 1 -objective) is proposed in [6]. Branch-and-bound is a common algorithm to solve ALP. In [1], it minimizes the speed adjustments of the aircraft (a F 1 -objective). In [8, 20], it minimizes deviations from target landing times (F 2 and F 3 objectives). A branch-and-cut algorithm maximizing the smallest time between two consecutive landings (a F 1 -objective) is given in [2], with a time-window constraint for each landing. With the same objective function, a branch-and-price exact algorithm with the use of column generation is developed in [48]. Some heuristics were designed for ALP, such as descent local search: in [19] with a permutation neighborhood (the position of two consecutive planes in the landing sequence are permuted) within a CPS-constrained environment, or in [42] with the well-known neighborhood structures shift and swap. Among metaheuristics, one can cite Multi-objective Neighborhood Search Differential Evolution [43] or ant colony optimization [11]. However, genetic algorithms are the most popular [10, 16, 31, 32, 38, 49]. Finally, ALP can be modeled as a queuing system with the incoming aircraft being the customer [5], and approximation algorithms for minimizing the sum of all landing times and the last landing time were also proposed [7]. On the one hand, exact methods consider the static case, involving n planes about to land within their time-windows, but without any planning horizon. They can be used for instances with up to 50 aircrafts, often allowing shifting the position of an aircraft by at most three ranks (with respect to the initially planned sequence). The computing times for these instances usually range from 10 to 60 minutes, which is too long considering that an airport can have a plane landing/taking-off per minute. The only exact methods that run in reasonable time are those with CPS between 1 and 3 positions, which is very low in a dynamic case when a plane can often encounter some minutes of delay. On the other hand, the vast majority of (meta)heuristics also tackle the static case, and some of them can consider up to 500 planes. However, most of these methods only solve the problem up to 50 planes (within seconds). (Meta)heuristics have unreasonable computing times (i.e., more than 10 minutes) above 50 planes, except if a 4-CPS constraint [31, 32] is imposed. Unfortunately, such a limitation is too strong in practice. Although some metaheuristics have reasonable computing times for small instances, the robustness of the provided solutions is never analyzed. This is a major drawback in a dynamic context, as a random event might lead to an updated solution (using the metaheuristic on hand) that has a totally different structure. This is obviously not acceptable from a practical standpoint. The review of [12] leads to different observations. First, that many theoretical studies show a great potential improvement of the runway utilization but may not be feasible in practice, due to ignored operational constraints (e.g., minimum time before landing, precedence constraints) or unreasonable computing times. Indeed, ATCs will always prefer fast (i.e., able to generate a solution within seconds) and satisfying (with respect to the considered objective) solution methods rather than optimal but time-consuming ones. Second, the definition of the objective functions and constraints vary a lot among the articles. Indeed, the involved parties (e.g., airport, companies, customers) have conflicting interests. Therefore, selecting an appropriate and realistic objective function is a critical issue. Third, and most importantly, uncertainty occurs at different levels (e.g., weather, precision of the equipment, departure time, accuracy of information). However, very few studies take this aspect into account and actually use simulation, as [9, 36]. Indeed, most of the literature considers the static case rather than a dynamic (but realistic) environment. Interestingly, it is showed in [15] that: deterministic

4 algorithms are sub-optimal in a dynamic environment; a FCFS method is robust (i.e., not too sensitive to variations in problem characteristics or data quality) and it has many advantages over many existing algorithms (e.g., generated sequence understandable by ATCs, stable and easy-to-estimate delays, already in place in many airports). 4 Recent works ( now) integrating dynamic features In recent years, some work on static ALP has still been published [23, 44]. But as highlighted above, from a practical standpoint, only the approaches that are able to take into account random events are relevant. For this reason, this section focuses on the scarce literature that integrates this important feature. The three main axes are queuing theory, robust optimization, and on-line optimization. The approaches including uncertainty use Monte-Carlo simulation, and some dynamic solution methods (but without uncertainty, except the appearance of new flights) employ a rolling-horizon approach. Queuing systems for ALP consist in a stochastic model of the waiting line of planes about to land [27]. It uses the concept of Controlled Time of Arrivals relying on a traffic window (ranging from the expected arrival time t to t plus a tolerance value, which is zero if congestion) assigned to each aircraft along its trajectory (even if it sometimes misses it). Each traffic window is computed prior to departure and updated during the flight, in order to maximize the runway utilization. With queuing theory, the propagated delay triggered by a late plane can be quantified [26, 37]. This leads to the observation that when queuing delays are absorbed in high altitudes, fuel burn is minimized for individual flights. But due to trajectory prediction errors, there is a risk that lost landing slots propagate back to the remaining aircrafts, which increases the total delay, and hence the total fuel burnt. This means that queuing delays have to be distributed between high and low altitudes in order to find a fuel minimizing trade-off strategy. A different approach consists in making static but robust algorithms. For example, a specific optimization method for the pre-tactical planning phase (i.e., between 30 minutes and several hours from departure) that reduces complexity by omitting unnecessary information is developed in [29]. More precisely, instead of determining arrival/departure times to the minute in this phase, several aircraft are assigned to the same time window of a given size. Mathematically, this corresponds to a generalized assignment problem on a bipartite graph. Next, the impact of uncertainties on these deterministic solutions is investigated, which leads to deciding to include these uncertainties or not (in the model). It is done in [28] by incorporating a predefined uncertainty set of variables into the model. This additional set leads to adding side constraints to the problem, in order to protect the model against data uncertainty, and hence it guarantees some robustness. The goal of robust plans is to reduce rescheduling when changes appear due to uncertainty in the planning, but in counterpart, it usually results in an efficiency reduction. Generally speaking, stochastic optimization aims to provide good solutions on average, whereas robust optimization immunizes against worst-case scenarios (often not the single worst-case scenario among all the options, but the worst scenario having at least a certain probability to occur). Therefore, robust solutions may give worse solutions, on average, than stochastic optimization. But, as it appears, the makespan (i.e., the arrival time of the last plane) of the robust solution is equal or slightly better, when compared to the solution of the nominal case (i.e., the model without the side constraints involving the uncertainty set of variables). This is due to the fact that the robust solution reduces the number of planning changes (e.g., detours) significantly, as it reacts better to uncertainty. Another way to switch from the static to the dynamic case is to add on-line optimization to a static method. For instance, a multi-objective formulation of the problem is proposed in [13], taking into account runway throughput, earliness and tardiness, and fuel cost arising for maneuvers and additional flight time. In addition to the classical FCFS heuristic, the static method is solved with dynamic programming, iterated descent and simulated annealing.

5 A rolling horizon approach is used, where the dynamic problem is tackled by periodically updating the previous schedule with an iterated descent or a dynamic programming approach. Improvements (versus FCFS) are encountered when updating the schedule every five minutes. However, uncertainties are not taken into account in this method, except the new approaching planes. 5 Promising problems and future directions of the field In the light of the weaknesses of the existing literature, various promising research directions are proposed below. (1) Consideration of uncertainty. First and obviously, as most variables in ALP are stochastic, a quick, accurate and dedicated simulation tool is mandatory to evaluate the true quality of a solution. The Monte-Carlo simulation that is usually proposed for ALP is probably not the best tool according to these criteria. Generally, the existing literature does not take uncertainty into account. A scarce literature proposes either robust solution within a static approach, or a dynamic solution method but without any robustness guarantee. An interesting approach could integrate robustness in the on-line process (to avoid a prohibitive number of rescheduling actions) [33]. This can be done on the one hand by providing a robust initial solution with static optimization, and on the other hand by performing robust changes in the on-line optimization. As in the inventory management literature [41], a relevant way to do that could be the design and use of a robust estimator, which could approximate, analytically, the quality of a solution (i.e., without any simulation, which is the most time-consuming feature), while taking uncertainty into account. (2) Appropriate solution methods. The existing metaheuristics (generally genetic and ant colony algorithms) do not seem the most appropriate for ALP. Indeed, they need a long learning phase, and even though they can provide feasible solutions at any time in the computation, there is little chance that the quality of the solutions is good after only a few seconds of computation. Surprisingly, tabu search was not proposed. However, it presents good characteristics for ALP as it allows incremental computation (i.e., only the variation of the objective function is computed), restricted neighborhoods (i.e., not all the neighbor solutions have to be evaluated in each iteration), and an efficient but simple mechanism to escape from local optima. In addition, it was showed in [50] that it has a good tradeoff between quality, speed and robustness, for various problem structures. (3) Lexicographic optimization. All the solution methods listed above are limited to either a single objective which does not cover the richness of ALP, or a multi-objective approach which opens the door to conflicting discussions on the importance of some objectives versus others (and this discussion usually occurs after the optimization phase). In line with the production-scheduling literature [45] or with some supply-chain-management studies [39], a relevant approach would be the use of lexicographic optimization, for which the sensitive discussions on the priority of objectives happen before triggering the optimization phase. For instance, the following ranking of objectives (to be minimized) can cover various dimensions of ALP: (1) delays; (2) number of rescheduling actions; (3) fuel cost; (4) noise pollution. Indeed, in such a case, all dimensions F 1 to F 4 are fully covered. An important advantage of this lexicographic approach is that if is there is not enough computing time to deal with all three objectives, at least the first has a chance to be efficiently tackled. (4) Instance calibration. An instance has to be designed in a realistic way. In most of the literature, instances with hundreds of flights are tackled (with metaheuristics), as well as instances with around 50 flights (with exact methods or metaheuristics). However, everyday and for many important European airports, the demand follows patterns with marked peaks (e.g., hub periods of three hours) and then lower traffic levels [22]. For these reasons, a relevant instance can be defined by a time horizon of three hours (i.e., covering a peak) and a single

6 landing runway. Knowing that the time between two consecutive aircraft belongs to interval [90, 120] seconds, the most relevant instance size ranges from 90 to 120 flights. Surprisingly, this range is usually not considered in the literature. (5) Planning horizon. In a dynamic case, an important optimization would be the size of the considered rolling horizon H, as it can have a crucial impact on the quality of the obtained solution [40]. A tradeoff has to be found between (1) waiting as much as possible before delaying a flight (it minimizes the uncertainties, but increases the noise pollution and fuel costs), and (2) anticipating and delaying a flight as early as possible (more risky approach if too many uncertainties, but more efficient otherwise). The challenge is that the larger H is, the more flexibility we have in the optimization, but the more uncertainty we have too (mainly because of pop-up flights). 6 Conclusion A lot of work has been done on Aircraft Landing Planning (ALP), from exact methods (mainly branch-and-bounds) to metaheuristics (e.g., numerous genetic algorithms). These methods, however, entail two main weaknesses. First, they are usually static (i.e., assume that all data is well-known), whereas the problem presents many uncertainties (e.g., weather, traffic, interaction with other flights). Some recent articles try to tackle this issue, but there is still a big gap to bridge in order to properly include these uncertainties. Second, the existing approaches generally do not match the quickness of the decision environment in which the decision makers have to work. Moreover, the number of changes resulting from uncertainties should remain low, otherwise the workload of the Air Traffic Controllers will be increased too much. Instead of these static and theoretical solution methods, future work should propose realistic and dynamic solution methods, with a short computing time, and a strong effort on robustness, as uncertainties (which can be quantified) must be taken into account. These future dynamic algorithms should investigate the optimal length of the considered time horizon, with the help of fine-tuned simulation tools, on properly calibrated instances. Last but not least, lexicographic optimization is recommended for covering the needs of the various involved stakeholder (e.g., airlines, airports, governments). Overall, the above-identified research avenues are likely to lead to an augmentation of the airports capacities and to a reduced environmental footprint. It would be even more efficient if ALP is integrated with the Take-Off Problem, or with the Route Scheduling Problem of aircraft between runway and taxiway. Acknowledgements The authors would like to thank Mr. Raphaël Christien, from EUROCONTROL, for his availability and advices. References [1] J. Abela, D. Abramson, M. Krishnamoorthy, A. De Silva, and G. Mills. Computing Optimal Schedules for Landing Aircraft. Proceedings of the 12th National Conference of the Australian Society for Operations Research, Adelaide, pages 71 90, [2] K. Artiouchine, P. Baptiste, and C. Dürr. Runway sequencing with holding patterns. European Journal of Operational Research, 189(3): , [3] H. Balakrishnan and B. Chandran. Scheduling aircraft landings under constrained position shifting. Proccedings of the 2006 AIAA Guidance, Navigation, and Control Conference, Keystone, [4] H. Balakrishnan and B.G. Chandran. Algorithms for Scheduling Runway Operations Under Constrained Position Shifting. Operations Research, 58(6): , 2010.

7 [5] N. Bäuerle, O. Engelhardt-Funke, and M. Kolonko. On the waiting time of arriving aircrafts and the capacity of airports with one or two runways. European Journal of Operational Research, 177(2): , [6] A.M. Bayen, T. Callantine, C.J. Tomlin, Y. Ye, and J. Zhang. Optimal arrival traffic spacing via dynamic programming. Proceedings of the 2004 AIAA Guidance, Navigation, and Control Conference and Exhibit, Providence, pages 1 8, [7] A.M. Bayen, C.J. Tomlin, Y. Ye, and J. Zhang. An Approximation Algorithm for Scheduling Aircraft with Holding Time. Proceedings of the 43rd IEEE Conference on Decision and Control, Atlantis, 3: , [8] J.E. Beasley, M. Krishnamoorthy, Y.M. Sharaiha, and D. Abramson. Scheduling aircraft landings - the static case. Transportation Science, 34(2): , [9] J.E. Beasley, M. Krishnamoorthy, Y.M. Sharaiha, and D. Abramson. Displacement problem and dynamically scheduling aircraft landings. Journal of the Operational Research Society, 55(1):54 64, [10] J.E. Beasley, J. Sonander, and P. Havelock. Scheduling aircraft landings at London Heathrow using a population heuristic. Journal of the Operational Research Society, 52(5): , [11] G. Bencheikh, J. Boukachour, and A. Alaoui. Improved Ant Colony Algorithm to solve the aircraft landing problem. International Journal of Computer Theory and Engineering, 3(2): , [12] J.A. Bennell, M. Mesgarpour, and C.N. Potts. Airport Runway Scheduling. 4OR: A Quarterly Journal of Operations Research, 9(2): , [13] J.A. Bennell, M. Mesgarpour, and C.N. Potts. Dynamic Scheduling of Aircraft Landings. European Journal of Operational Research, 258(1): , [14] J. Bidot, T. Vidal, P. Laborie, and J.C. Beck. A theoretic and practical framework for scheduling in a stochastic environment. Journal of Scheduling, 12(3): , [15] A.R. Brentnall and R.C.H. Cheng. Some effects of aircraft arrival sequence algorithms. Journal of the Operational Research Society, 60(7): , [16] S. Caprì and M. Ignaccolo. Genetic algorithms for solving the aircraft-sequencing problem: The introduction of departures into the dynamic model. Journal of Air Transport Management, 10(5): , [17] B. Chandran and H. Balakrishnan. A Dynamic Programming Algorithm for Robust Runway Scheduling. Proceedings of the 2007 American Control Conference, New York City, pages , [18] R.G. Dear and Y.S. Sherif. The dynamic scheduling of aircraft in high density terminal areas. Microelectronics Reliability, 29(5): , [19] R.G. Dear and Y.S. Sherif. An algorithm for computer assisted sequencing and scheduling of terminal area operations. Transportation Research Part A, 25(2/3): , [20] A.T. Ernst, M. Krishnamoorthy, and R.H. Storer. Heuristic and exact algorithms for scheduling aircraft landings. Networks, 34(3): , [21] H. Erzberger. Design Principles and Algorithms for Automated Air Traffic Management. AGARD Lecture Series No. 200: Knowledge-Based Functions in Aerospace Systems, Madrid, Paris, and San Francisco, 7(2), [22] EUROCONTROL. Performance Review Report Technical report, [23] A. Faye. Solving the aircraft landing problem with time discretization approach. European Journal of Operational Research, 242(3): , [24] Y. Grushka-Cockayne and B. De Reyck. Towards a Single European Sky. Interfaces, 39(5): , [25] Y. Grushka-Cockayne, B.D. Reyck, and Z. Degraeve. An Integrated Decision-Making Approach for Improving European Air Traffic Management. Management Science, 54(8): , [26] C. Gwiggner. Delay Propagation in Re-Scheduled Queueing Systems. Available at [27] C. Gwiggner, M. Fujita, and Y. Fukuda. Trade-offs and Issues in Traffic Synchronization. Proceedings of the 9th USA/Europe Air Traffic Management Research and Development Seminar, Berlin, 2011.

8 [28] A. Heidt, H. Helmke, F. Liers, and A. Martin. Robust Runway Scheduling Using a Time-indexed Model. Proceedings of the 4th SESAR Innovation Days, Madrid, pages 1 8, [29] A. Heidt, M. Kapolke, F. Liers, N. Fürstenau, and H. Helmke. Pre-Tactical Time Window Assignment: Runway Utilization and the Impact of Uncertainties. Proceedings of the 4th SESAR Innovation Days, Madrid, [30] W. Herroelen and R. Leus. Project scheduling under uncertainty: Survey and research potentials. European journal of operational research, 165(2): , [31] X.B. Hu and W.H. Chen. Genetic algorithm based on receding horizon control for arrival sequencing and scheduling. Engineering Applications of Artificial Intelligence, 18(5): , [32] X.B. Hu and E. Di Paolo. An efficient genetic algorithm with uniform crossover for air traffic control. Computers and Operations Research, 36(1): , [33] S. Krishnan, G.W. Barton, and J.D. Perkins. Robust Parameter Estimation in on-line optimization - part I. Methodology and Simulated Case Study. Computers and Chemical Engineering, 16(6): , [34] H. Lee and H. Balakrishnan. Fuel cost, delay and throughput tradeoffs in runway scheduling. Proceedings of the 2008 American Control Conference, Seattle, pages , [35] M. Mesgarpour, C.N. Potts, and J.A. Bennell. Models for aircraft landing optimization. Proceedings of the 4th international conference on research in air transportation, Budapest, [36] I. Moser and T. Hendtlass. Solving dynamic single-runway aircraft landing problems with extremal optimisation. Proceedings of the 2007 IEEE Symposium on Computational Intelligence in Scheduling, Honolulu, pages , [37] T. Nikoleris and M. Hansen. Queueing Models for Trajectory-Based Aircraft Operations. Transportation Science, 46(4): , [38] H. Pinol and J.E. Beasley. Scatter Search and Bionomic Algorithms for the aircraft landing problem. European Journal of Operational Research, 171(2): , [39] J. Respen, N. Zufferey, and Ph. Wieser. Three-level inventory deployment for a luxury watch company facing various perturbations. Journal of the Operational Research Society, 68(10): , [40] R.A. Russell and T.L. Urban. Horizon extension for rolling production schedules: Length and accuracy requirements. International Journal of Production Economics, 29(1): , [41] E.A. Silver and N. Zufferey. Inventory control of an item with a probabilistic replenishment lead time and a known supplier shutdown period. International Journal of Production Research, 49(4): , [42] M.J. Soomer and G.J. Franx. Scheduling aircraft landings using airlines preferences. European Journal of Operational Research, 190(1): , [43] K. Tang, Z. Wang, X. Cao, and J. Zhang. A multi-objective evolutionary approach to aircraft landing scheduling problems. Proceedings of the 2008 IEEE Congress on Evolutionary Computation (IEEE World Congress on Computational Intelligence), pages , [44] R. Tavakkoli-Moghaddam, M. Yaghoubi-Panah, and F. Radmehr. Scheduling the sequence of aircraft landings for a single runway using a fuzzy programming approach. Journal of Air Transport Management, 25:15 18, [45] S. Thevenin, N. Zufferey, and M. Widmer. Metaheuristics for a scheduling problem with rejection and tardiness penalties. Journal of Scheduling, 18(1):89 105, [46] D.A. Trivizas. Optimal Scheduling with Maximum Position Shift (MPS) Constraints: A Runway Scheduling Application. Journal of Navigation, 51(2): , [47] A. Vanwelsenaere, J. Ellerbroek, and J.M. Hoekstra. Analysis on the Impact of Pop-Up Flight Occurrence when Extending the Arrival Management Horizon. Proceedings of the 12th USA/Europe Air Traffic Management Rechearch and Development Seminar, Seattle, [48] M. Wen, J. Larsen, and J. Clausen. An exact algorithm for Aircraft Landing Problem. Technical report, Informatics and Mathematical Modelling, Technical University of Denmark, [49] S.P. Yu, X.B. Cao, and J. Zhang. A real-time schedule method for Aircraft Landing Scheduling problem based on Cellular Automation. Applied Soft Computing, 11(4): , [50] N. Zufferey. Metaheuristics: some principles for an efficient design. Computer Technology and Application, 3(6): , 2012.

Potential Benefits of Operations

Potential Benefits of Operations Destination Green ICAO Symposium on Aviation and Climate Change, Destination Green, 14 16 May 2013 Potential Benefits of Operations John-Paul B. Clarke Associate Professor Daniel Guggenheim School of Aerospace

More information

Airport Cooperative Research Program. University Design Competition for Addressing Airport Needs ( Academic Year) Title of Design:

Airport Cooperative Research Program. University Design Competition for Addressing Airport Needs ( Academic Year) Title of Design: Airport Cooperative Research Program University Design Competition for Addressing Airport Needs (2015-2016 Academic Year) Title of Design: Multi-Objective Simulation-based Optimization of Runway Operations

More information

Outbound Punctuality Sequencing by Collaborative Departure Planning

Outbound Punctuality Sequencing by Collaborative Departure Planning Outbound Punctuality Sequencing by Collaborative Departure Planning MSc. Ing. Eugène Tuinstra R&D Engineer Validation & Concepts ATM & Airports Department 6 th USA / Europe ATM 2005 R&D Seminar Eurocontrol

More information

ISE480 Sequencing and Scheduling

ISE480 Sequencing and Scheduling ISE480 Sequencing and Scheduling INTRODUCTION ISE480 Sequencing and Scheduling 2012 2013 Spring term What is Scheduling About? Planning (deciding what to do) and scheduling (setting an order and time for

More information

Separation Assurance in the Future Air Traffic System

Separation Assurance in the Future Air Traffic System ENRI International Workshop on ATM/CNS. Tokyo, Japan. (EIWAC 2009). Separation Assurance in the Future Air Traffic System H. Erzberger Adjunct Professor of Electrical Engineering University of California,

More information

A Mixed Integer Linear Program for Airport Departure Scheduling

A Mixed Integer Linear Program for Airport Departure Scheduling 9th AIAA Aviation Technology, Integration, and Operations Conference (ATIO) andair 21-23 September 2009, Hilton Head, South Carolina AIAA 2009-6933 A Mixed Integer Linear Program for Airport Departure

More information

SESAR The European ATM Improvement Programme. Regional ANC 2012 Preparatory Symposium Michael STANDAR Moscow March 2012

SESAR The European ATM Improvement Programme. Regional ANC 2012 Preparatory Symposium Michael STANDAR Moscow March 2012 SESAR The European ATM Improvement Programme Regional ANC 2012 Preparatory Symposium Michael STANDAR Moscow 20-21 March 2012 SES II: builds on five pillars Performance Safety (EASA) Technology (SESAR)

More information

A Tabu Search Optimization Module for Scheduling

A Tabu Search Optimization Module for Scheduling A Tabu Search Optimization Module for Scheduling Design and Integration in the Open Source Tool LibrePlan for Project Management A. González-Sieira, A. Bugarín, M. Mucientes Centro de Investigación en

More information

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

Enter a world of optimized resource planning

Enter a world of optimized resource planning Enter a world of optimized resource planning Where airport services maximize safety, quality and passenger comfort AIRPORT RESOURCE PLANNING The aviation industry is very dynamic and competitive. Customer

More information

Airspace System Efficiencies Enabled by PNT

Airspace System Efficiencies Enabled by PNT Airspace System Efficiencies Enabled by PNT John-Paul Clarke Associate Professor, Aerospace Engineering and Industrial and Systems Engineering Director, Air Transporta;on Laboratory Georgia Ins;tute of

More information

Airport CDM: The Contribution of the XMAN Approach Dietmar Böhme

Airport CDM: The Contribution of the XMAN Approach Dietmar Böhme Airport CDM: The Contribution of the XMAN Approach Dietmar Böhme Airport Bottleneck or Booster for Future ATM 11. 13. Oct. 2005 DLR-Institute of Flight Guidance, Braunschweig, Germany Slide1 > Airport

More information

Strategic Planning in Air Traffic Control as a Multi-Objective Stochastic Optimization Problem

Strategic Planning in Air Traffic Control as a Multi-Objective Stochastic Optimization Problem www.thalesgroup.com Strategic Planning in Air Traffic Control as a Multi-Objective Stochastic Optimization Problem Tenth USA/Europe Seminar on ATM R&D Chicago, IL, USA Gaétan Marceau Caron Marc Schoenauer

More information

Extended Aircraft Arrival Management under Uncertainty: A Computational Study

Extended Aircraft Arrival Management under Uncertainty: A Computational Study Extended Aircraft Arrival Management under Uncertainty: A Computational Study Ahmed Khassiba Fabian Bastin Bernard Gendron Sonia Cafieri Marcel Mongeau December 2018 CIRRELT-2018-52 Extended Aircraft Arrival

More information

Time-Based Arrival Management for Dual Threshold Operation and Continuous Descent Approaches

Time-Based Arrival Management for Dual Threshold Operation and Continuous Descent Approaches Time-Based Arrival Management for Dual Threshold Operation and Continuous Descent Approaches Hartmut Helmke, Ronny Hann, Maria Uebbing-Rumke: German Aerospace Center (DLR) Institute of Flight Guidance

More information

Meteorology in Collaborative Decision Making at Paris Charles de Gaulle Airport

Meteorology in Collaborative Decision Making at Paris Charles de Gaulle Airport Meteorology in Collaborative Decision Making at Paris Charles de Gaulle Airport July 23 rd, 2018 WMO COMMISSION FOR AERONAUTICAL METEOROLOGY 16 th SESSION TECHNICAL CONFERENCE Exeter, UK Emmanuel LEFEVRE

More information

CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS

CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS 1 th International Conference on Production Research P.Baptiste, M.Y.Maknoon Département de mathématiques et génie industriel, Ecole polytechnique

More information

How the geometry of arrival routes can influence sequencing

How the geometry of arrival routes can influence sequencing How the geometry of arrival routes can influence sequencing Bruno Favennec, Pascal Marx, Aymeric Trzmiel, Karim Zeghal EUROCONTROL Experimental Centre, Brétigny-sur-Orge, France Patrick Berthault, Gaël

More information

Potential Operational Benefits of Multi-layer Point Merge System on Dense TMA Operation

Potential Operational Benefits of Multi-layer Point Merge System on Dense TMA Operation Potential Operational Benefits of Multi-layer Point Merge System on Dense TMA Operation Hybrid Arrival Trajectory Optimization Applied to Beijing Capital International Airport Man LIANG, Daniel DELAHAYE

More information

Support of Traffic Management Coordinators in an Airport Air Traffic Control Tower Using the Surface Management System

Support of Traffic Management Coordinators in an Airport Air Traffic Control Tower Using the Surface Management System From: HCI-02 Proceedings. Copyright 2002, AAAI (www.aaai.org). All rights reserved. Support of Traffic Management Coordinators in an Airport Air Traffic Control Tower Using the Surface Management System

More information

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm

Optimizing Dynamic Flexible Job Shop Scheduling Problem Based on Genetic Algorithm International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Optimizing

More information

Scheduling Aircraft Landings to Closely Spaced Parallel Runways

Scheduling Aircraft Landings to Closely Spaced Parallel Runways Eighth USA/Europe Air Traffic Management Research and Development Seminar (ATM29) Scheduling Aircraft Landings to Closely Spaced Parallel Runways Michael Kupfer University of California, Santa Cruz Moffett

More information

International Civil Aviation Organization. Airport Collaborative Decision Making (A CDM) Saulo Da Silva

International Civil Aviation Organization. Airport Collaborative Decision Making (A CDM) Saulo Da Silva International Civil Aviation Organization ASBU/SIP/Lima/2012-WP/15 Airport Collaborative Decision Making (A CDM) Saulo Da Silva Workshop on preparations for ANConf/12 ASBU methodology (Lima, 16-20 April

More information

Airport Collaborative Decision Making Enhancing Airport Efficiency

Airport Collaborative Decision Making Enhancing Airport Efficiency Airport Collaborative Decision Making Enhancing Airport Efficiency David Gamper Director, Safety & Technical ACI World SWIFT Conference, Banff 18 September 2012 1 Airports are facing challenges Capacity

More information

A Novel Approach to Automated Merge 4D Arrival Trajectories for Multi-parallel Runways

A Novel Approach to Automated Merge 4D Arrival Trajectories for Multi-parallel Runways A Novel Approach to Automated Merge 4D Arrival Trajectories for Multi-parallel Runways Man Liang, Daniel Delahaye, Xiao-Hao Xu To cite this version: Man Liang, Daniel Delahaye, Xiao-Hao Xu. A Novel Approach

More information

The SESAR Joint Undertaking is a EU body created by the EU Council (REG 219/2007)

The SESAR Joint Undertaking is a EU body created by the EU Council (REG 219/2007) EUROPEAN COMMISSION The SESAR family The SESAR Joint Undertaking is a EU body created by the EU Council (REG 219/2007) Its founding members are the European Community and the Eurocontrol Organisation Members

More information

Software Next Release Planning Approach through Exact Optimization

Software Next Release Planning Approach through Exact Optimization Software Next Release Planning Approach through Optimization Fabrício G. Freitas, Daniel P. Coutinho, Jerffeson T. Souza Optimization in Software Engineering Group (GOES) Natural and Intelligent Computation

More information

Analysis and Modelling of Flexible Manufacturing System

Analysis and Modelling of Flexible Manufacturing System Analysis and Modelling of Flexible Manufacturing System Swetapadma Mishra 1, Biswabihari Rath 2, Aravind Tripathy 3 1,2,3Gandhi Institute For Technology,Bhubaneswar, Odisha, India --------------------------------------------------------------------***----------------------------------------------------------------------

More information

Receding horizon control for aircraft arrival sequencing and scheduling.

Receding horizon control for aircraft arrival sequencing and scheduling. Loughborough University Institutional Repository Receding horizon control for aircraft arrival sequencing and scheduling. This item was submitted to Loughborough University's Institutional Repository by

More information

Stochastic Gradient Approach for Energy and Supply Optimisation in Water Systems Management

Stochastic Gradient Approach for Energy and Supply Optimisation in Water Systems Management 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 217 mssanz.org.au/modsim217 Stochastic Gradient Approach for Energy and Supply Optimisation in Water

More information

DYNAMIC STAND ASSIGNMENT TO IMPROVE AIRPORT GATES OCCUPANCY

DYNAMIC STAND ASSIGNMENT TO IMPROVE AIRPORT GATES OCCUPANCY DYNAMIC STAND ASSIGNMENT TO IMPROVE AIRPORT GATES OCCUPANCY Miquel Angel Piera (a), Mercedes Narciso (b), Juan Jose Ramos (c),toni Laserna (d) Autonomous University of Barcelona, Department of Telecommunications

More information

The AIRPORT CDM. Bahrain October 2015

The AIRPORT CDM. Bahrain October 2015 The AIRPORT CDM Bahrain 11-13 October 2015 Airport CDM a definition Airport CDM is a proven concept which aims at improving predictability, reducing delays, optimally utilizing the available capacities

More information

Environmental Issues and application of corresponding Models in the context of Total Airport Management. October, 29 th 2009 CEAS 2009 Manchester, UK

Environmental Issues and application of corresponding Models in the context of Total Airport Management. October, 29 th 2009 CEAS 2009 Manchester, UK Environmental Issues and application of corresponding Models in the context of Total Airport Management Florian Piekert Holger Feldhaus (DLR/AT-One) (DLR/AT-One) October, 29 th 2009 CEAS 2009 Manchester,

More information

ABSTRACT. Timetable, Urban bus network, Stochastic demand, Variable demand, Simulation ISSN:

ABSTRACT. Timetable, Urban bus network, Stochastic demand, Variable demand, Simulation ISSN: International Journal of Industrial Engineering & Production Research (09) pp. 83-91 December 09, Volume, Number 3 International Journal of Industrial Engineering & Production Research ISSN: 08-4889 Journal

More information

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example.

Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example. Metaheuristics for scheduling production in large-scale open-pit mines accounting for metal uncertainty - Tabu search as an example Amina Lamghari COSMO Stochastic Mine Planning Laboratory! Department

More information

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS

LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Advances in Production Engineering & Management 4 (2009) 3, 127-138 ISSN 1854-6250 Scientific paper LOADING AND SEQUENCING JOBS WITH A FASTEST MACHINE AMONG OTHERS Ahmad, I. * & Al-aney, K.I.M. ** *Department

More information

SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES

SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES SCHEDULING AND CONTROLLING PRODUCTION ACTIVITIES Al-Naimi Assistant Professor Industrial Engineering Branch Department of Production Engineering and Metallurgy University of Technology Baghdad - Iraq dr.mahmoudalnaimi@uotechnology.edu.iq

More information

Rolling Horizon Approach for Aircraft Scheduling in the Terminal Control Area of Busy Airports

Rolling Horizon Approach for Aircraft Scheduling in the Terminal Control Area of Busy Airports Available online at www.sciencedirect.com Procedia - Social and Behavioral Scienc es 80 ( 2013 ) 531 552 20th International Symposium on Transportation and Traffic Theory (ISTTT 2013) Rolling Horizon Approach

More information

Simulation Analytics

Simulation Analytics Simulation Analytics Powerful Techniques for Generating Additional Insights Mark Peco, CBIP mark.peco@gmail.com Objectives Basic capabilities of computer simulation Categories of simulation techniques

More information

OPTIMAL ALLOCATION OF WORK IN A TWO-STEP PRODUCTION PROCESS USING CIRCULATING PALLETS. Arne Thesen

OPTIMAL ALLOCATION OF WORK IN A TWO-STEP PRODUCTION PROCESS USING CIRCULATING PALLETS. Arne Thesen Arne Thesen: Optimal allocation of work... /3/98 :5 PM Page OPTIMAL ALLOCATION OF WORK IN A TWO-STEP PRODUCTION PROCESS USING CIRCULATING PALLETS. Arne Thesen Department of Industrial Engineering, University

More information

A Dynamic Programming Algorithm for Robust Runway Scheduling

A Dynamic Programming Algorithm for Robust Runway Scheduling A Dynamic Programming Algorithm for Robust Runway Scheduling Bala Chandran and Hamsa Balakrishnan Abstract An algorithm for generating schedules of airport runway operations that are robust to perturbations

More information

A TABU SEARCH METAHEURISTIC FOR ASSIGNMENT OF FLOATING CRANES

A TABU SEARCH METAHEURISTIC FOR ASSIGNMENT OF FLOATING CRANES 1 st Logistics International Conference Belgrade, Serbia 28 - November 13 A TABU SEARCH METAHEURISTIC FOR ASSIGNMENT OF FLOATING CRANES Dragana M. Drenovac * University of Belgrade, Faculty of Transport

More information

Coordinated Arrival Departure Management

Coordinated Arrival Departure Management Coordinated Arrival Departure Management Dietmar Böhme, Ralph Brucherseifer, Lothar Christoffels German Aerospace Center (DLR) Institute of Flight Guidance Content Motivation & Objectives AMAN-DMAN Coordination:

More information

International Journal of. Railway Research. Train Scheduling Problem - Phase I: A General Simulation Modeling Framework

International Journal of. Railway Research. Train Scheduling Problem - Phase I: A General Simulation Modeling Framework International Journal of Railway Research, (2014), Vol.1, No2, pp 23-30 ISSN: 236153768187 International Journal of Railway Research Train Scheduling Problem - Phase I: A General Simulation Modeling Framework

More information

Dynamic Vehicle Routing and Dispatching

Dynamic Vehicle Routing and Dispatching Dynamic Vehicle Routing and Dispatching Jean-Yves Potvin Département d informatique et recherche opérationnelle and Centre interuniversitaire de recherche sur les réseaux d entreprise, la logistique et

More information

Local and network impact assessment of ACDM

Local and network impact assessment of ACDM Local and network impact assessment of ACDM ATM R&D Seminar Denis HUET EUROCONTROL 27 June 2017 Implementation of A-CDM in Europe 23 full A-CDM airports in Europe. Acceleration since 2013. Represents 38%

More information

Modeling of competition in revenue management Petr Fiala 1

Modeling of competition in revenue management Petr Fiala 1 Modeling of competition in revenue management Petr Fiala 1 Abstract. Revenue management (RM) is the art and science of predicting consumer behavior and optimizing price and product availability to maximize

More information

Mass Customized Large Scale Production System with Learning Curve Consideration

Mass Customized Large Scale Production System with Learning Curve Consideration Mass Customized Large Scale Production System with Learning Curve Consideration KuoWei Chen and Richard Lee Storch Industrial & Systems Engineering, University of Washington, Seattle, U.S.A {kwc206,rlstorch}@uw.edu

More information

Proceedings of the 2010 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds.

Proceedings of the 2010 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds. Proceedings of the 2010 Winter Simulation Conference B. Johansson, S. Jain, J. Montoya-Torres, J. Hugan, and E. Yücesan, eds. SIMULATION-BASED CONTROL FOR GREEN TRANSPORTATION WITH HIGH DELIVERY SERVICE

More information

Collaborative Decision Making in Aviation

Collaborative Decision Making in Aviation the way we do it Collaborative Decision Making in Aviation In an uncertain world there is reasonable certainty in stating that air travel will increase in the future. How airlines and airports will work

More information

Supply Chain Network Design under Uncertainty

Supply Chain Network Design under Uncertainty Proceedings of the 11th Annual Conference of Asia Pacific Decision Sciences Institute Hong Kong, June 14-18, 2006, pp. 526-529. Supply Chain Network Design under Uncertainty Xiaoyu Ji 1 Xiande Zhao 2 1

More information

Concurrent System Engineering in Air Traffic Management: Steering the SESAR Program

Concurrent System Engineering in Air Traffic Management: Steering the SESAR Program Concurrent System Engineering in Air Traffic Management: Steering the SESAR Program Alfredo Gomez 1, Benoit Fonck 1, André Ayoun 2 and Gianni Inzerillo 2 1 SESAR Joint Undertaking alfredo.gomez@sesarju.eu,

More information

Optimisation and Operations Research

Optimisation and Operations Research Optimisation and Operations Research Lecture 17: Genetic Algorithms and Evolutionary Computing Matthew Roughan http://www.maths.adelaide.edu.au/matthew.roughan/ Lecture_notes/OORII/

More information

A System Concept for Facilitating User Preferences in En Route Airspace

A System Concept for Facilitating User Preferences in En Route Airspace NASA Technical Memorandum 4763 A System Concept for Facilitating User Preferences in En Route Airspace R. A. Vivona, M. G. Ballin, S. M. Green, R. E. Bach, and B. D. McNally November 1996 National Aeronautics

More information

Transactions on the Built Environment vol 34, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 34, 1998 WIT Press,  ISSN Improving the Dutch railway services by network-wide timetable simulation Jurjen S. Hooghiemstra", Dick M. Middelkoop", Maurice J.G. Teunisse^ " Railned, Dept. of Innovation, P.O.Box 2025, 3500 HA Utrecht,

More information

NextGen ATM Concept of Operations: ASAS-Reliant

NextGen ATM Concept of Operations: ASAS-Reliant NextGen ATM Concept of Operations: ASAS-Reliant See http://www.jpdo.gov for the latest JPDO info Doug Arbuckle, Rose Ashford NextGen Joint Planning & Development Office 18-Sep-2007 Joint 5th ASAS TN2 Workshop

More information

Modeling and optimization of ATM cash replenishment

Modeling and optimization of ATM cash replenishment Modeling and optimization of ATM cash replenishment PETER KURDEL, JOLANA SEBESTYÉNOVÁ Institute of Informatics Slovak Academy of Sciences Bratislava SLOVAKIA peter.kurdel@savba.sk, sebestyenova@savba.sk

More information

Episode 3 D FTS on 4D trajectory management and complexity reduction - Experimental Plan EPISODE 3

Episode 3 D FTS on 4D trajectory management and complexity reduction - Experimental Plan EPISODE 3 EPISODE 3 Single European Sky Implementation support through Validation Document information Programme Sixth framework programme Priority 1.4 Aeronautics and Space Project title Episode 3 Project N 037106

More information

1. For s, a, initialize Q ( s,

1. For s, a, initialize Q ( s, Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. A REINFORCEMENT LEARNING ALGORITHM TO MINIMIZE THE MEAN TARDINESS

More information

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION

DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION From the SelectedWorks of Liana Napalkova May, 2008 DEVELOPMENT OF MULTI-OBJECTIVE SIMULATION-BASED GENETIC ALGORITHM FOR SUPPLY CHAIN CYCLIC PLANNING AND OPTIMISATION Galina Merkuryeva Liana Napalkova

More information

Co-operative Air Traffic Management Airport Centered Planning

Co-operative Air Traffic Management Airport Centered Planning Co-operative Air Traffic Management Airport Centered Planning Dr. Rainer Kaufhold Prof. Karl Nachtigall (DFS German Air Navigation Services) (Technical University Dresden) 1 Content The Challenge Operations

More information

Keeping the airfield. operational and safe

Keeping the airfield. operational and safe Keeping the airfield operational and safe Airport performance delivered from approach to departure GATE TOWER AIRFIELD SERVICE Are you prepared? Is your airport able to deal with the rapid increase of

More information

SkyMAX is a new-generation flight scheduling optimization system that maximizes an airline s total network profitability by determining the right

SkyMAX is a new-generation flight scheduling optimization system that maximizes an airline s total network profitability by determining the right SkyMAX is a new-generation flight scheduling optimization system that maximizes an airline s total network profitability by determining the right flight at the right place at the right time. MAKE YOUR

More information

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING PROF. SARVADE KISHORI D. Computer Science and Engineering,SVERI S College Of Engineering Pandharpur,Pandharpur,India KALSHETTY Y.R. Assistant Professor

More information

4D TRAJECTORY MANAGEMENT IN THE EXTENDED TMA: COUPLING AMAN AND 4D FMS FOR OPTI- MIZED APPROACH TRAJECTORIES

4D TRAJECTORY MANAGEMENT IN THE EXTENDED TMA: COUPLING AMAN AND 4D FMS FOR OPTI- MIZED APPROACH TRAJECTORIES 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES 4D TRAJECTORY MANAGEMENT IN THE EXTENDED TMA: COUPLING AMAN AND 4D FMS FOR OPTI- MIZED APPROACH TRAJECTORIES Bernd Korn*, Hartmut Helmke*, and

More information

FAA Office of. Environment and Energy Operations Research Projects. Federal Aviation Administration

FAA Office of. Environment and Energy Operations Research Projects. Federal Aviation Administration FAA Office of Environment and Energy Operations Research Projects Presented to: By: JPDO Environmental Working Group Operations Standing Committee 2009 Annual Workshop Lasantha Wedande Office of Environment

More information

High-performance local search for solving real-life inventory routing problems

High-performance local search for solving real-life inventory routing problems High-performance local search for solving real-life inventory routing problems Thierry Benoist 1, Bertrand Estellon 2, Frédéric Gardi 1, Antoine Jeanjean 1 1 Bouygues e-lab, Paris, France 2 Laboratoire

More information

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS

TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Advanced OR and AI Methods in Transportation TRENDS IN MODELLING SUPPLY CHAIN AND LOGISTIC NETWORKS Maurizio BIELLI, Mariagrazia MECOLI Abstract. According to the new tendencies in marketplace, such as

More information

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN Farshad Farshchi Department of Industrial Engineering, Parand Branch, Islamic Azad University, Parand, Iran Davood Jafari Department of Industrial

More information

Agent-Based Modelling and Simulation of Trajectory Based Operations under Very High Traffic Demand

Agent-Based Modelling and Simulation of Trajectory Based Operations under Very High Traffic Demand Agent-Based Modelling and Simulation of Trajectory Based Operations under Very High Traffic Demand Henk Blom Bert Bakker SESAR Innovation Days 2016, Delft, November 8-10, 2016 Agent-Based Modelling and

More information

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6

Contents PREFACE 1 INTRODUCTION The Role of Scheduling The Scheduling Function in an Enterprise Outline of the Book 6 Integre Technical Publishing Co., Inc. Pinedo July 9, 2001 4:31 p.m. front page v PREFACE xi 1 INTRODUCTION 1 1.1 The Role of Scheduling 1 1.2 The Scheduling Function in an Enterprise 4 1.3 Outline of

More information

Chapter 15: Asset Management System

Chapter 15: Asset Management System Chapter 15: Asset Management System In this section, the phrase asset management system refers neither to an organization, a set of procedures, or a logical structure, but to software, that is, a tool

More information

Simulation approaches for optimization in business and service systems

Simulation approaches for optimization in business and service systems Simulation approaches for optimization in business and service systems Imed Kacem kacem@univ-metz.fr Professor - Université Paul Verlaine Metz http://kacem.imed.perso.neuf.fr/site/ FUBUTEC 2, Future Business

More information

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Iterative train scheduling in networks with tree topologies: a case study

More information

Logistic and production Models

Logistic and production Models i) Supply chain optimization Logistic and production Models In a broad sense, a supply chain may be defined as a network of connected and interdependent organizational units that operate in a coordinated

More information

SESAR: a European initiative for an enhanced ATM system

SESAR: a European initiative for an enhanced ATM system domaine Recherche & SESAR: a European initiative for an enhanced ATM system General overview and spotlight on the SESAR operational concept Patrick DUJARDIN R&D Manager DSNA/DTI Toulouse - France Tokyo,

More information

A Heuristic Approach for Vehicle Scheduling Problem with Time and Capacity Constraints

A Heuristic Approach for Vehicle Scheduling Problem with Time and Capacity Constraints 2016 UKSim-AMSS 18th International Conference on Computer Modelling and Simulation A Heuristic Approach for Vehicle Scheduling Problem with Time and Capacity Constraints Mohamed Masoud mmasoud1@cs.gsu.edu

More information

An Analysis Mechanism for Automation in Terminal Area

An Analysis Mechanism for Automation in Terminal Area NASA/CR-2001-211235 ICASE Report No. 2001-32 An Analysis Mechanism for Automation in Terminal Area Stavan M. Parikh University of Virginia, Charlottesville, Virginia ICASE NASA Langley Research Center

More information

Transforming Risk Management

Transforming Risk Management Transforming Risk Management 1 Transforming Risk Management Understanding the Challenges of Safety Risk Measurement 2 Transforming Risk Management The challenge of safety risk measurement is threefold:

More information

Project 016 Airport Surface Movement Optimization

Project 016 Airport Surface Movement Optimization Project 016 Airport Surface Movement Optimization Massachusetts Institute of Technology Massachusetts Institute of Technology Lincoln Laboratory Project Lead Investigator Hamsa Balakrishnan Associate Professor

More information

the festival. Each performance takes 30 minutes allowing 12 performances on a stage. The stages and choirs have certain properties that have their inf

the festival. Each performance takes 30 minutes allowing 12 performances on a stage. The stages and choirs have certain properties that have their inf Planning the Amusing Hengelo Festival Gerhard Post Martin Schoenmaker 1 Introduction The Amusing Hengelo festival [1] is an annual musical event in which around 4000 singers participate. These singers

More information

Automatic Design of Scheduling Policies for Dynamic Multi-objective Job Shop Scheduling via Cooperative Coevolution Genetic Programming

Automatic Design of Scheduling Policies for Dynamic Multi-objective Job Shop Scheduling via Cooperative Coevolution Genetic Programming Automatic Design of Scheduling Policies for Dynamic Multi-objective Job Shop Scheduling via Cooperative Coevolution Genetic Programming Su Nguyen 1, Mengjie Zhang 1, Mark Johnston 2, Kay Chen Tan 3 1 Victoria

More information

Crane Scheduling for ABB: Progress Report

Crane Scheduling for ABB: Progress Report Crane Scheduling for ABB: Progress Report Ionuţ Aron Latife Genç John Hooker March 2006 1 Problem Schedule 2 cranes to transfer material between locations in a copper processing facility. Some 300 jobs,

More information

A Simulation-Evolutionary Approach for the allocation of Check-In Desks in Airport Terminals

A Simulation-Evolutionary Approach for the allocation of Check-In Desks in Airport Terminals A Simulation-Evolutionary Approach for the allocation of Check-In Desks in Airport Terminals Miguel MUJICA Mota a,b c and Catya ZUNIGA a Universitat Autonoma de Barcelona, Campus UAB,08193, Bellaterra,

More information

Cover Page. Author: Zhiwei Yang Title: Meta-heuristics for vehicle routing and inventory routing problems Issue Date:

Cover Page. Author: Zhiwei Yang Title: Meta-heuristics for vehicle routing and inventory routing problems Issue Date: Cover Page The handle http://hdl.handle.net/1887/43073 holds various files of this Leiden University dissertation Author: Zhiwei Yang Title: Meta-heuristics for vehicle routing and inventory routing problems

More information

A New Fuzzy Modeling Approach for Joint Manufacturing Scheduling and Shipping Decisions

A New Fuzzy Modeling Approach for Joint Manufacturing Scheduling and Shipping Decisions A New Fuzzy Modeling Approach for Joint Manufacturing Scheduling and Shipping Decisions Can Celikbilek* (cc340609@ohio.edu), Sadegh Mirshekarian and Gursel A. Suer, PhD Department of Industrial & Systems

More information

Oil Export Tanker Problem- Demurrage and the Flaw of Averages

Oil Export Tanker Problem- Demurrage and the Flaw of Averages ENERGY EXPLORATION & EXPLOITATION Volume 26 Number 3 2008 pp. 143 156 143 Oil Export Tanker Problem- Demurrage and the Flaw of Averages Mansoor Hamood Al-Harthy 1 1 Petroleum and Chemical Engineering Department,

More information

No more conflicts: the development of a generic airport model in a sequence-optimization framework

No more conflicts: the development of a generic airport model in a sequence-optimization framework No more conflicts: the development of a generic airport model in a sequence-optimization framework Paolo Scala, Miguel Antonio Mujica Mota, Daniel Delahaye To cite this version: Paolo Scala, Miguel Antonio

More information

Real-Time Systems. Modeling Real-Time Systems

Real-Time Systems. Modeling Real-Time Systems Real-Time Systems Modeling Real-Time Systems Hermann Härtig WS 2013/14 Models purpose of models describe: certain properties derive: knowledge about (same or other) properties (using tools) neglect: details

More information

Final Project Report. Abstract. Document information

Final Project Report. Abstract. Document information Final Project Report Document information Project Title Improving Vertical Profiles Project Number 05.06.02 Project Manager DSNA Deliverable Name Final Project Report Deliverable ID D000 Edition 00.01.03

More information

AIRCRAFT JOURNEY 00 THROUGHOUT THE JOURNEY NEXTT AIRCRAFT SITUATIONAL AWARENESS

AIRCRAFT JOURNEY 00 THROUGHOUT THE JOURNEY NEXTT AIRCRAFT SITUATIONAL AWARENESS AIRCRAFT NEXTT AIRCRAFT JOURNEY Our vision: fully coordinated aircraft turnaround processes, using the latest in automation, safety and environmentally friendly technologies to increase predictability.

More information

NAS-Wide Performance: Impact of Select Uncertainty Factors and Implications for Experimental Design

NAS-Wide Performance: Impact of Select Uncertainty Factors and Implications for Experimental Design Approved for Public Release: 12-0370. Distribution Unlimited. NAS-Wide Performance: Impact of Select Uncertainty Factors and Implications for Experimental Design Gareth O. Coville, MITRE Corporation Billy

More information

Fast Edge-Orientation Heuristics for Job-Shop Scheduling Problems with Applications to Train Scheduling

Fast Edge-Orientation Heuristics for Job-Shop Scheduling Problems with Applications to Train Scheduling Fast Edge-Orientation Heuristics for Job-Shop Scheduling Problems with Applications to Train Scheduling Omid Gholami 1, Yuri N. Sotskov 2 and Frank Werner 3* 1 Islamic Azad University, Mahmudadad Branch

More information

Generational and steady state genetic algorithms for generator maintenance scheduling problems

Generational and steady state genetic algorithms for generator maintenance scheduling problems Generational and steady state genetic algorithms for generator maintenance scheduling problems Item Type Conference paper Authors Dahal, Keshav P.; McDonald, J.R. Citation Dahal, K. P. and McDonald, J.

More information

A Multi-Objective Generalized Random Adaptive Search Procedure for Resolving Airspace Congestion

A Multi-Objective Generalized Random Adaptive Search Procedure for Resolving Airspace Congestion A Multi-Objective Generalized Random Adaptive Search Procedure for Resolving Airspace Christine Taylor 1 and Craig Wanke 2 The MITRE Corporation, McLean, VA, 2212 This paper extends previous work that

More information

Identification of Spatiotemporal Interdependencies and Complexity Evolution in a Multiple Aircraft Environment

Identification of Spatiotemporal Interdependencies and Complexity Evolution in a Multiple Aircraft Environment Identification of Spatiotemporal Interdependencies and Complexity Evolution in a Multiple Aircraft Environment Marko Radanovic, Miquel Angel Piera, Thimjo Koca UAB Christian Verdonk, Francisco Javier Saez

More information

Collaborative Decision Making Paris Charles de Gaulle Airport

Collaborative Decision Making Paris Charles de Gaulle Airport Collaborative Decision Making Paris Charles de Gaulle Airport November 9th, 2017 WMO AERONAUTICAL METEOROLOGY SCIENTIFIC CONFERENCE AeroMetSci 2017 Toulouse, France Michel LANDELLE Groupe ADP Snr Mgr Winter

More information

Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA

Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA , June 30 - July 2, 2010, London, U.K. Minimizing Makespan for Machine Scheduling and Worker Assignment Problem in Identical Parallel Machine Models Using GA Imran Ali Chaudhry, Sultan Mahmood and Riaz

More information