pith. sign in

arxiv: 2408.01152 · v3 · pith:GCDGOAUDnew · submitted 2024-08-02 · 💻 cs.ET · cs.SY· eess.SY

Vertiport Terminal Scheduling and Throughput Analysis for Multiple Surface Directions

Pith reviewed 2026-05-23 22:40 UTC · model grok-4.3

classification 💻 cs.ET cs.SYeess.SY
keywords vertiportvertiminalMILP schedulingthroughput analysisVTOL operationsurban air mobilitytaxiing optimizationmulti-directional approach
0
0 comments X

The pith

Mixed integer linear programming optimizes vertiport operations with multiple surface directions to achieve theoretical throughput while reducing delays by up to 50 percent.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper develops a mixed integer linear program that schedules taxiing, multi-direction climbing and approach, and gate turnaround for VTOL vehicles at vertiports. It also provides equations for the upper bounds on throughput capacity based on the TLOF pad, taxiway, and gate systems. Results show the MILP reaches throughput levels matching these theoretical maxima in a case study, suggesting it can determine optimal vertiport configurations without needing simulations.

Core claim

The authors formulate a MILP that holistically optimizes vertiminal operations including taxiing, climbing or approach using multiple directions, and turnaround at gates. This formulation reduces delays by up to 50% and achieves throughput consistent with the theoretical maximum derived from equations considering the TLOF pad system, taxiway system, and gate system. Validation through a case study on an established vertiminal topology confirms the approach.

What carries the argument

The mixed integer linear program (MILP) that integrates constraints for taxiing, multi-directional climbing/approach, and gate operations to minimize delays and maximize throughput.

If this is right

  • Vertiport throughput can be computed analytically from pad, taxiway, and gate capacities.
  • Scheduling can be optimized without simulation by solving the MILP.
  • Configurations can be chosen to reach the calculated maximum throughput.
  • Delays in operations can be cut by as much as 50%.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The method might extend to dynamic real-time scheduling as traffic increases.
  • It could inform regulatory standards for vertiport design in urban air mobility.
  • Similar MILP approaches might apply to other multi-directional transport hubs like drone delivery stations.

Load-bearing premise

The MILP is assumed to include all relevant safety, operational, and physical constraints without missing important interactions.

What would settle it

Running the MILP on the case study topology and observing whether the achieved throughput equals the theoretical upper bound from the derived equations.

Figures

Figures reproduced from arXiv: 2408.01152 by Joy Kuri, Manogna Yadav, Ravi Raj Saxena, T.V. Prabhakar.

Figure 1
Figure 1. Figure 1: Comparison of flight paths 4 [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Example of OFV with 2 approach and climb surface directions [ [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: The nodes and link representation for the optimisation problem that are explained in Table [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: TLOF pad system with two surface directions ‘X-N’ and ‘X-E’ [PITH_FULL_IMAGE:figures/full_fig_p013_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Taxiway system connecting TLOF pad and gates [PITH_FULL_IMAGE:figures/full_fig_p015_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Gate system with 4 gates, each having 3 slots [PITH_FULL_IMAGE:figures/full_fig_p016_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Sample topology with 4 gates, 3 parking slots each and 2 surface directions. [PITH_FULL_IMAGE:figures/full_fig_p016_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Results from MILP overlapped with FCFS for multiple surface directions. The results are generated [PITH_FULL_IMAGE:figures/full_fig_p018_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Distribution of delays of 40 flights among gate delay (blue bars), taxing delay (orange bars), OFV [PITH_FULL_IMAGE:figures/full_fig_p019_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Set1: Throughput versus the number of directions for varying flight counts. There is no advantage of multiple surface directions since OFV occupancy time exceeds the separation time, i.e. t T OT i +t R−X i > tsep ij 5.2.2 Gate system Recall the topology shown in [PITH_FULL_IMAGE:figures/full_fig_p020_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Set2: Throughput versus the number of directions for varying flight counts. Since the OFV occupancy time is less than the separation time, i.e., t T OT i + t R−X i < tsep ij , the benefit of multiple surface directions becomes evident as the flight count increases. • As discussed in previous subsection 5.2.1, Arrival rate is bounded by time parameters as can be seen from Figure 12b for single surface dire… view at source ↗
Figure 12
Figure 12. Figure 12: Gate system throughput versus arrival rate. Figure 12a (Set1) depicts conditions where OFV occupancy time is more than separation time and turnaround time (T T AT ) is 90 seconds, while in Figure 12b (Set2), OFV occupancy time is less than separation time and T T AT is 120 seconds. The Slope=1 line confirms that gate throughput remains consistently below arrival throughput. Notably, the gate throughput de… view at source ↗
Figure 13
Figure 13. Figure 13: Gimpo Vertiminal topology given by [22] 6.1 Setup We evaluated four different operational configurations of the vertiminal on the Gimpo topology shown in [PITH_FULL_IMAGE:figures/full_fig_p023_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Gimpo Vertiminal topology with nodes(4 TLOF pads and 20 gates) and directions [PITH_FULL_IMAGE:figures/full_fig_p024_14.png] view at source ↗
read the original abstract

Vertical Take-Off and Landing (VTOL) vehicles are gaining traction in both the delivery drone market and passenger transportation, driving the development of Urban Air Mobility (UAM) systems. UAM seeks to alleviate road congestion in dense urban areas by leveraging urban airspace. To handle UAM traffic, vertiport terminals (vertiminals) play a critical role in supporting VTOL vehicle operations such as take-offs, landings, taxiing, passenger boarding, refueling or charging, and maintenance. Efficient scheduling algorithms are essential to manage these operations and optimize vertiminal throughput while ensuring safety protocols. Unlike fixed-wing aircraft, which rely on runways for take-off and climbing in fixed directions, VTOL vehicles can utilize multiple surface directions for climbing and approach. This flexibility necessitates specialized scheduling methods. We propose a Mixed Integer Linear Program (MILP) formulation to holistically optimize vertiminal operations, including taxiing, climbing (or approach) using multiple directions, and turnaround at gates. The proposed MILP reduces delays by up to 50%. Additionally, we derive equations to compute upper bounds of the throughput capacity of vertiminals, considering its core elements: the TLOF pad system, taxiway system, and gate system. Our results demonstrate that the MILP achieves throughput levels consistent with the theoretical maximum derived from these equations. We also validate our framework through a case study using a well-established vertiminal topology from the literature. Our MILP can be used to find the optimal configuration of vertiminal. This dual approach, MILP and throughput analysis, allows for comprehensive capacity analysis without requiring simulations while enabling efficient scheduling through the MILP formulation.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript proposes a MILP formulation to jointly optimize vertiport (vertiminal) operations for VTOL vehicles—taxiing, multi-direction climb/approach, and gate turnaround—claiming up to 50% delay reduction versus baselines. It also derives closed-form upper bounds on throughput capacity from separate TLOF-pad, taxiway, and gate counts, then reports that the MILP solutions reach throughput levels consistent with these bounds on a literature case-study topology.

Significance. If the MILP is shown to be tight against a bound that properly incorporates direction-specific conflicts and turnaround-taxi coupling, the dual analytical-plus-optimization approach would be useful for UAM capacity planning without Monte-Carlo simulation. The work supplies an explicit scheduling model and capacity formulas rather than black-box results.

major comments (2)
  1. [Throughput analysis section] Throughput analysis section (equations for TLOF, taxiway, and gate bounds): the upper-bound expressions are stated as products of individual subsystem capacities (pad occupancy time, taxiway flow rate, gate turnaround time) with no cross terms for simultaneous multi-direction approach/climb paths or gate-to-taxiway blocking. The claim that MILP solutions are “consistent with the theoretical maximum” therefore rests on whether these independent bounds remain tight once direction conflicts are present; the manuscript does not demonstrate that the reported bound accounts for such interactions.
  2. [Results section] Results section (delay-reduction claim): the reported “up to 50%” delay reduction is presented without an accompanying table or figure that isolates the contribution of the multi-direction variables versus a single-direction baseline, nor is an error bar or sensitivity analysis supplied for the case-study demand profile. This makes it impossible to judge whether the improvement is limited by unmodeled interactions that the MILP itself cannot capture.
minor comments (2)
  1. [Abstract] Abstract and introduction use the neologism “vertiminal” without an explicit definition on first use.
  2. [MILP formulation] Notation table or list of symbols is missing; several MILP variables (e.g., binary direction indicators) are introduced only in the text.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive comments. We address each major point below, indicating the revisions that will be incorporated.

read point-by-point responses
  1. Referee: [Throughput analysis section] Throughput analysis section (equations for TLOF, taxiway, and gate bounds): the upper-bound expressions are stated as products of individual subsystem capacities (pad occupancy time, taxiway flow rate, gate turnaround time) with no cross terms for simultaneous multi-direction approach/climb paths or gate-to-taxiway blocking. The claim that MILP solutions are “consistent with the theoretical maximum” therefore rests on whether these independent bounds remain tight once direction conflicts are present; the manuscript does not demonstrate that the reported bound accounts for such interactions.

    Authors: The upper bounds are formulated as the minimum of the independent subsystem capacities to yield a simple closed-form estimate. The MILP explicitly encodes direction-specific conflicts, taxiway blocking, and gate-taxi couplings. Attainment of the bound by the MILP in the case-study topology shows that, for the demand and geometry examined, these interactions do not reduce throughput below the independent bound. We will revise the throughput section to state this explicitly and to delineate the conditions under which the bounds remain tight. revision: yes

  2. Referee: [Results section] Results section (delay-reduction claim): the reported “up to 50%” delay reduction is presented without an accompanying table or figure that isolates the contribution of the multi-direction variables versus a single-direction baseline, nor is an error bar or sensitivity analysis supplied for the case-study demand profile. This makes it impossible to judge whether the improvement is limited by unmodeled interactions that the MILP itself cannot capture.

    Authors: The 50 % figure is obtained by comparing the full multi-direction MILP against an otherwise identical scheduler restricted to a single surface direction. We will add a table that directly reports delay statistics for both configurations on the same demand instances. We will also include sensitivity plots versus demand intensity and timing parameters, together with error bars for any stochastic demand components. revision: yes

Circularity Check

0 steps flagged

No circularity: throughput bounds derived from independent capacity counts; MILP is a separate optimization compared against them.

full rationale

The paper derives throughput upper bounds directly from counts of TLOF pads, taxiways, and gates (abstract and § on throughput analysis) and presents the MILP as an optimization procedure whose achieved throughput is then compared to those bounds. No step reduces a claimed prediction or result to a fitted parameter, self-citation, or definitional equivalence; the bounds are constructed from subsystem capacities without the MILP outputs as inputs, and the MILP formulation is solved independently. This matches the default expectation of a self-contained derivation with no load-bearing circular steps.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract supplies no explicit free parameters, axioms, or invented entities; the MILP is a standard optimization technique whose constraints are not detailed here.

pith-pipeline@v0.9.0 · 5845 in / 1107 out tokens · 28045 ms · 2026-05-23T22:40:56.299730+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

40 extracted references · 40 canonical work pages

  1. [1]

    Cohen, Susan A

    Adam P. Cohen, Susan A. Shaheen, and Emily M. Farrar. Urban air mobility: History, ecosystem, market potential, and challenges. IEEE Transactions on Intelligent Transportation Systems, 22(9):6074– 6087, 2021

  2. [2]

    Uam vision concept of operations (conops) uam maturity level (uml) 4

    NASA. Uam vision concept of operations (conops) uam maturity level (uml) 4

  3. [3]

    Future air mobility: Major developments in 2022 and significant milestones ahead, 2023

    McKinsey. Future air mobility: Major developments in 2022 and significant milestones ahead, 2023

  4. [4]

    Italy’s first vertiport deployed at fiumicino airport, 2022

    Hayley Everett. Italy’s first vertiport deployed at fiumicino airport, 2022

  5. [5]

    Volocopter concludes european urban air mobility airspace integration flight trials, 2022

    FutureFlight. Volocopter concludes european urban air mobility airspace integration flight trials, 2022

  6. [6]

    Advanced air mobility flight test site to open at german airport, 2023

    FutureFlight. Advanced air mobility flight test site to open at german airport, 2023

  7. [7]

    Urban air mobility: Factors affecting vertiport capacity

    Mihir Rimjha and Antonio Trani. Urban air mobility: Factors affecting vertiport capacity. In 2021 Integrated Communications Navigation and Surveillance Conference (ICNS) , pages 1–14, 2021

  8. [8]

    Prototype Technical Specifications for the Design of VFR Vertiports for Operation with Manned VTOL-Capable Aircraft Certified in the Enhanced Category

    EASA. Prototype Technical Specifications for the Design of VFR Vertiports for Operation with Manned VTOL-Capable Aircraft Certified in the Enhanced Category

  9. [9]

    ENGINEERING BRIEF #105 Vertiport Design

    FAA. ENGINEERING BRIEF #105 Vertiport Design

  10. [10]

    UAE General Civil Aviation Authority, 2022

  11. [11]

    An investigative study into an autonomous uas traffic management system for congested airspace safety

    Lanier Watkins, Nick Sarfaraz, Sebastian Zanlongo, Joshua Silbermann, Tyler Young, and Randall Sleight. An investigative study into an autonomous uas traffic management system for congested airspace safety. In 2021 IEEE International Conference on Communications Workshops (ICC Workshops), pages 1–6, 2021

  12. [12]

    Enabling airspace integration for high-density on-demand mobility operations

    Eric R Mueller, Parmial H Kopardekar, and Kenneth H Goodrich. Enabling airspace integration for high-density on-demand mobility operations. In 17th AIAA Aviation Technology, Integration, and Operations Conference, page 3086, 2017

  13. [13]

    Taxiing route scheduling between taxiway and runway in hub airport

    Yu Jiang, Xinxing Xu, Honghai Zhang, and Yuxiao Luo. Taxiing route scheduling between taxiway and runway in hub airport. Mathematical Problems in Engineering , 2015, 2015

  14. [14]

    A comparison of two optimization approaches for airport taxi- way and runway scheduling

    Hanbong Lee and Hamsa Balakrishnan. A comparison of two optimization approaches for airport taxi- way and runway scheduling. In 2012 IEEE/AIAA 31st Digital Avionics Systems Conference (DASC) , pages 4E1–1. IEEE, 2012

  15. [15]

    A novel gate resource allocation method using improved pso-based qea

    Wu Deng, Junjie Xu, Huimin Zhao, and Yingjie Song. A novel gate resource allocation method using improved pso-based qea. IEEE Transactions on Intelligent Transportation Systems , 2020

  16. [16]

    Vertiport sizing and layout planning through integer programming in the context of urban air mobility, 2021

    Hack V´ azquez et al. Vertiport sizing and layout planning through integer programming in the context of urban air mobility, 2021

  17. [17]

    Operational analysis of vertiport surface topology

    Shannon Zelinski. Operational analysis of vertiport surface topology. In 2020 AIAA/IEEE 39th Digital Avionics Systems Conference (DASC) , pages 1–10. IEEE, 2020

  18. [18]

    Terminal area control rules and evtol adaptive scheduling model for multi-vertiport system in urban air mobility

    Quan Shao, Mengxue Shao, and Yang Lu. Terminal area control rules and evtol adaptive scheduling model for multi-vertiport system in urban air mobility. Transportation Research Part C: Emerging Technologies, 132:103385, 2021

  19. [19]

    Development of optimal scheduling strategy and approach control model of multicopter vtol aircraft for urban air mobility (uam) operation

    Kyowon Song and Hwasoo Yeo. Development of optimal scheduling strategy and approach control model of multicopter vtol aircraft for urban air mobility (uam) operation. Transportation research Part C: emerging technologies, 128:103181, 2021. 26

  20. [20]

    Improved rolling horizon approaches to the aircraft sequencing problem

    Fabio Furini, Martin Philip Kidd, Carlo Alfredo Persiani, and Paolo Toth. Improved rolling horizon approaches to the aircraft sequencing problem. Journal of Scheduling , 18:435–447, 2015

  21. [21]

    Integrated taxiing and tlof pad scheduling using different surface directions with fairness analysis

    Ravi Raj Saxena, Tejas Joshi, DK Yashashav, TV Prabhakar, and Joy Kuri. Integrated taxiing and tlof pad scheduling using different surface directions with fairness analysis. In 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC) , pages 1747–1752. IEEE, 2023

  22. [22]

    Design criteria and accommodating capacity analysis of vertiports for urban air mobility and its application at gimpo airport in korea

    Byeongseon Ahn and Ho-Yon Hwang. Design criteria and accommodating capacity analysis of vertiports for urban air mobility and its application at gimpo airport in korea. Applied Sciences, 12(12):6077, 2022

  23. [23]

    Genetic algorithms applied to airport ground traffic optimization

    J-B Gotteland and Nicolas Durand. Genetic algorithms applied to airport ground traffic optimization. In The 2003 Congress on Evolutionary Computation, 2003. CEC’03. , volume 1, pages 544–551. IEEE, 2003

  24. [24]

    Airport taxi scheduling optimization based on genetic algorithm

    Changyou Liu and Kaifeng Guo. Airport taxi scheduling optimization based on genetic algorithm. In 2010 International Conference on Computational Intelligence and Security , pages 205–208. IEEE, 2010

  25. [25]

    Optimization of taxiway routing and runway scheduling

    Gillian Clare and Arthur G Richards. Optimization of taxiway routing and runway scheduling. IEEE Transactions on Intelligent Transportation Systems , 12(4):1000–1013, 2011

  26. [26]

    Analysis, modelling and control of the airport departure process

    Ioannis Simaiakis. Analysis, modelling and control of the airport departure process . PhD thesis, Mas- sachusetts Institute of Technology, 2013

  27. [27]

    Airport surface trajectory optimization considering runway exit selection

    Peng Cheng, Xiang Zou, and Wenda Liu. Airport surface trajectory optimization considering runway exit selection. In 17th International IEEE Conference on Intelligent Transportation Systems (ITSC) , pages 2656–2662. IEEE, 2014

  28. [28]

    A machine learning model to predict runway exit at vienna airport

    Floris Herrema, Ricky Curran, Sander Hartjes, Mohamed Ellejmi, Steven Bancroft, and Michael Schultz. A machine learning model to predict runway exit at vienna airport. Transportation Research Part E: Logistics and Transportation Review, 131:329–342, 2019

  29. [29]

    Validation of the runway utilisation concept

    Catherine Chalon Morgan, Mohamed Ellejmi, Floris Herrema, and Ricky Curran. Validation of the runway utilisation concept. 9th SESAR Innovation Days , 2019

  30. [30]

    Aircraft gate assignment: using a deterministic approach for integrating freight movement and aircraft taxiing

    John A Behrends and John M Usher. Aircraft gate assignment: using a deterministic approach for integrating freight movement and aircraft taxiing. Computers & Industrial Engineering , 102:44–57, 2016

  31. [31]

    Study on an airport gate assignment method based on improved aco algorithm

    Wu Deng, Meng Sun, Huimin Zhao, Bo Li, and Chunxiao Wang. Study on an airport gate assignment method based on improved aco algorithm. Kybernetes, 47(1):20–43, 2017

  32. [32]

    evtol arrival sequencing and scheduling for on- demand urban air mobility

    Imke C Kleinbekman, Mihaela A Mitici, and Peng Wei. evtol arrival sequencing and scheduling for on- demand urban air mobility. In 2018 IEEE/AIAA 37th Digital Avionics Systems Conference (DASC) , pages 1–7. IEEE, 2018

  33. [33]

    Development of vertiport capacity envelopes and analysis of their sensitivity to topological and operational factors

    Parker D Vascik and R John Hansman. Development of vertiport capacity envelopes and analysis of their sensitivity to topological and operational factors. In AIAA Scitech 2019 Forum , page 0526, 2019

  34. [34]

    A vertiport design heuristic to ensure efficient ground operations for urban air mobility

    Lukas Preis and Mirko Hornung. A vertiport design heuristic to ensure efficient ground operations for urban air mobility. Applied Sciences, 12(14):7260, 2022

  35. [35]

    The traffic flow management rerouting problem in air traffic control: A dynamic network flow approach

    Dimitris Bertsimas and Sarah Stock Patterson. The traffic flow management rerouting problem in air traffic control: A dynamic network flow approach. Transportation Science, 34(3):239–255, 2000

  36. [36]

    Integrated taxiing and take-off scheduling for optimization of airport surface operations

    H-S Jacob Tsao, Wenbin Wei, Agus Pratama, and JR Tsao. Integrated taxiing and take-off scheduling for optimization of airport surface operations. In Proc. 2nd Annual Conference of Indian Subcontinent Decision Science Institute (ISDSI 2009) , pages 3–5, 2009. 27

  37. [37]

    Padmanabhan, and Prabhakar T

    Ravi Raj Saxena, Joydeep Pal, Srinivasan Iyengar, Bhawana Chhaglani, Anurag Ghosh, Venkata N. Padmanabhan, and Prabhakar T. Venkata. Holistic energy awareness and robustness for intelligent drones. ACM Trans. Sen. Netw. , jan 2024. Just Accepted

  38. [38]

    Airport systems planning, design, and management

    Richard De Neufville. Airport systems planning, design, and management. In Air Transport Manage- ment, pages 79–96. Routledge, 2020

  39. [39]

    Multicommodity max-flow min-cut theorems and their use in designing approximation algorithms

    Tom Leighton and Satish Rao. Multicommodity max-flow min-cut theorems and their use in designing approximation algorithms. J. ACM, 46(6):787–832, nov 1999

  40. [40]

    https://github.com/rrsaxena92/Vertiport schedule/

    github. https://github.com/rrsaxena92/Vertiport schedule/. 28