705 research outputs found

    A dynamic programming approach for the aircraft landing problem with aircraft classes

    Full text link
    The capacity of a runway system represents a bottleneck at many international airports. The current practice at airports is to land approaching aircraft on a first-come, first-served basis. An active rescheduling of aircraft landing times increases runway capacity or reduces delays. The problem of finding an optimal schedule for aircraft landings is referred to as the “aircraft landing problem”. The objective is to minimize the total delay of aircraft landings or the respective cost. The necessary separation time between two operations must be met. Due to the complexity of this scheduling problem, recent research has been focused on developing heuristic solution approaches. This article presents a new algorithm that is able to create optimal landing schedules on multiple independent runways. Our numerical experiments show that problems with up to 100 aircraft can be optimally solved within seconds instead of hours that are needed to solve these problems with standard optimization tools

    Evaluating the Robustness and Feasibility of Integer Programming and Dynamic Programming in Aircraft Sequencing Optimization

    Get PDF
    This project uses Mixed Integer Linear Programming and Dynamic Programming to optimize the takeoff sequence of aircraft at Dallas/Fort Worth (DFW) by minimizing departure delay while also obeying separation requirements and position shifting constraints. We modeled taxi time uncertainties based on real data from DFW and analyzed the robustness of the optimization solution and the feasibility of using these methods in real-life. The runtimes of these methods proved to be feasible in real-time, however the solutions failed to be robust, creating a future need for a stochastic optimization

    Evaluating the Robustness and Feasibility of Integer Programming and Dynamic Programming in Aircraft Sequencing Optimization

    Get PDF
    This project uses Mixed Integer Linear Programming and Dynamic Programming to optimize the takeoff sequence of aircraft at Dallas/Fort Worth (DFW) by minimizing departure delay while also obeying separation requirements and position shifting constraints. We modeled taxi time uncertainties based on real data from DFW and analyzed the robustness of the optimization solution and the feasibility of using these methods in real-life. The runtimes of these methods proved to be feasible in real-time, however the solutions failed to be robust, creating a future need for a stochastic optimization

    Time scheduling of a mix of 4D equipped and unequipped aircraft

    Get PDF
    In planning for a future automated air traffic system, it is necessary to confront the transition situation in which some percentage of the traffic must be handled by conventional means. A safe, efficient transition system is needed since initially not all aircraft will be able to respond to a more automated system. The specific problem addressed was that of time scheduling a mix of 4D-equipped aircraft (aircraft that can accurately meet a controller specified time schedule at selected way points in the terminal area) when operating in conjunction with unequipped aircraft (aircraft that require air traffic handling by means of standard vectoring techniques). First, a relationship between time separation and system capacity was developed. The time separations were incorporated into a set of scheduling algorithms which contain the required elements of flexibility needed for terminal-area operation, such as delaying aircraft and changing time separations. The problem of reducing the size of time separations allotted for vectored aircraft by means of computer assists to the controller was also addressed

    An efficient ant colony system based on receding horizon control for the aircraft arrival sequencing and scheduling problem

    Get PDF
    The aircraft arrival sequencing and scheduling (ASS) problem is a salient problem in air traffic control (ATC), which proves to be nondeterministic polynomial (NP) hard. This paper formulates the ASS problem in the form of a permutation problem and proposes a new solution framework that makes the first attempt at using an ant colony system (ACS) algorithm based on the receding horizon control (RHC) to solve it. The resultant RHC-improved ACS algorithm for the ASS problem (termed the RHC-ACS-ASS algorithm) is robust, effective, and efficient, not only due to that the ACS algorithm has a strong global search ability and has been proven to be suitable for these kinds of NP-hard problems but also due to that the RHC technique can divide the problem with receding time windows to reduce the computational burden and enhance the solution's quality. The RHC-ACS-ASS algorithm is extensively tested on the cases from the literatures and the cases randomly generated. Comprehensive investigations are also made for the evaluation of the influences of ACS and RHC parameters on the performance of the algorithm. Moreover, the proposed algorithm is further enhanced by using a two-opt exchange heuristic local search. Experimental results verify that the proposed RHC-ACS-ASS algorithm generally outperforms ordinary ACS without using the RHC technique and genetic algorithms (GAs) in solving the ASS problems and offers high robustness, effectiveness, and efficienc

    A comparative study for merging and sequencing flows in TMA

    Get PDF
    Se ha previsto diversos escenarios para explorar el futuro Sistema de Transporte Aéreo. De acuerdo con EUROCONTROL, el escenario más probable de los movimientos de vuelo IFR en Europa hasta 2035, prevé 14,4 millones de vuelos, lo cual es 50% más que en 2012. [10] El aumento en el tráfico aéreo se está traduciendo en diversos problemas tanto en el lado aire como en tierra. En el lado aire, se hace más evidente en el espacio aéreo circundante a los aeropuertos, donde las llegadas y salidas sirven a un gran número de aviones que están sometidos a diversos problemas logísticos que continuamente hay que resolver para asegurarse de que cada vuelo y pasajero viaje con seguridad y eficiencia hasta su destino final. La presente investigación propone una metodología basada en algoritmos evolutivos para resolver el problema de fusión y secuenciación de un conjunto de aeronaves. Para dicho fin, se realiza un análisis del diseño de la topología de las rutas de aterrizaje. Este enfoque propone para cada aeronave una nueva ruta y perfil de velocidad con el fin de evitar posibles conflictos en los puntos de fusión, mientras que se mantienen las normas de separación de la OACI. La función objetivo se basa en adquirir la desviación mínima de cada aeronave con respecto a su plan de vuelo original. El algoritmo se ha aplicado con éxito en el aeropuerto de Gran Canaria en España con muestras de la demanda de tráfico reales para lo que se ha encontrado una configuración óptima para la alimentación óptima pista.The imminent growing in the Air transport System has forecast diverse scenarios to explore the future of the aviation. According to EUROCONTROL forecast of IFR flight movements in Europe up to 2035, the most likely scenario predicts 14.4 million flights, which is 50% more than in 2012. [10] This increase in the air traffic is translating into diverse problems in the airside and landside. In the airside, it becomes more evident in the airspace surrounding airports, where the arrivals and departures serve a large number of aircraft which are subjected to many logistical problems that must continuously be solved to make sure each flight and passenger travels safely and efficiently. The present research proposes a methodology based on evolutionary algorithms to tackle the merging and sequencing problem of a set of aircraft by analyzing the topology design of the landing routes. It is proposed to merge the arrivals from different routes by changing the topology design of the STARs (Standard Terminal Arrival Route). The approach proposes to each aircraft a new route and speed profile in order to avoid potential conflicts at merging points while maintaining ICAO separation standards. The objective function is based on achieving the minimum deviation of each aircraft from it original flight plan. This algorithm has been successfully applied to Gran Canaria airport in Spain with real traffic demand samples for which conflict free flow merging is produced smoothly with optimal runway feeding.Grupo de Transporte Aéreo - Grupo de Ingeniería Aplicada a la Industri

    An Optimistic Planning Approach for the Aircraft Landing Problem

    Get PDF
    International audienceThe Aircraft Landing Problem consists in sequencing aircraft on the available runways and scheduling their landing times taking into consideration several operational constraints, in order to increase the runway capacity and/or to reduce delays.In this work we propose a new Mixed Integer Programming (MIP) model for sequencing and scheduling aircraft landings on a single or multiple independent runways incorporating safety constraints by means of separation between aircraft at runways threshold. Due to the NP-hardness of the problem, solving directly the MIP model for large realistic instances yields redhibitory computation times. Therefore, we introduce a novel heuristic search methodology based on Optimistic Planning that significantly improve the FCFS (First-Come First-Served) solution, and provides good-quality solutions inreasonable computational time. The solution approach is then tested on medium and large realistic instances generated from real-world traffic on Paris-Orly airport to show the benefit of our approach

    Runway Scheduling for Charlotte Douglas International Airport

    Get PDF
    This paper describes the runway scheduler that was used in the 2014 SARDA human-in-the-loop simulations for CLT. The algorithm considers multiple runways and computes optimal runway times for departures and arrivals. In this paper, we plan to run additional simulation on the standalone MRS algorithm and compare the performance of the algorithm against a FCFS heuristic where aircraft avail of runway slots based on a priority given by their positions in the FCFS sequence. Several traffic scenarios corresponding to current day traffic level and demand profile will be generated. We also plan to examine the effect of increase in traffic level (1.2x and 1.5x) and observe trends in algorithm performance

    Exact and Heuristic Algorithms for Runway Scheduling

    Get PDF
    This paper explores the Single Runway Scheduling (SRS) problem with arrivals, departures, and crossing aircraft on the airport surface. Constraints for wake vortex separations, departure area navigation separations and departure time window restrictions are explicitly considered. The main objective of this research is to develop exact and heuristic based algorithms that can be used in real-time decision support tools for Air Traffic Control Tower (ATCT) controllers. The paper provides a multi-objective dynamic programming (DP) based algorithm that finds the exact solution to the SRS problem, but may prove unusable for application in real-time environment due to large computation times for moderate sized problems. We next propose a second algorithm that uses heuristics to restrict the search space for the DP based algorithm. A third algorithm based on a combination of insertion and local search (ILS) heuristics is then presented. Simulation conducted for the east side of Dallas/Fort Worth International Airport allows comparison of the three proposed algorithms and indicates that the ILS algorithm performs favorably in its ability to find efficient solutions and its computation times

    Lessons from building an automated pre-departure sequencer for airports

    Get PDF
    Commercial airports are under increasing pressure to comply with the Eurocontrol collaborative decision making (CDM) initiative, to ensure that information is passed between stakeholders, integrate automated decision support or make predictions. These systems can also aid effective operations beyond the airport by communicating scheduling decisions to other relevant parties, such as Eurocontrol, for passing on to downstream airports and enabling overall airspace improvements. One of the major CDM components is aimed at producing the target take-off times and target startup-approval times, i.e. scheduling when the aircraft should push back from the gates and start their engines and when they will take off. For medium-sized airports, a common choice for this is a “pre-departure sequencer” (PDS). In this paper, we describe the design and requirements challenges which arose during our development of a PDS system for medium sized international airports. Firstly, the scheduling problem is highly dynamic and event driven. Secondly, it is important to end-users that the system be predictable and, as far as possible, transparent in its operation, with decisions that can be explained. Thirdly, users can override decisions, and this information has to be taken into account. Finally, it is important that the system is as fair as possible for all users of the airport, and the interpretation of this is considered here. Together, these factors have influenced the design of the PDS system which has been built to work within an existing large system which is being used at many airport
    corecore