Distributionally Robust Airport Ground Holding Problem under Wasserstein Ambiguity Sets

This paper introduces a distributionally robust framework for the single airport ground holding problem under Wasserstein ambiguity sets, featuring a novel hybrid algorithm that combines Kelly's cutting plane method with the integer L-shaped method to achieve significant computational speedups while enhancing decision-making resilience against capacity distribution shifts.

Haochen Wu, Alexander S. Estes, Max Z. Li

Published 2026-03-06
📖 5 min read🧠 Deep dive

Imagine you are the air traffic controller for a busy airport, like Newark or Chicago. Your job is to decide when planes should land. Usually, you have a schedule: "Plane A lands at 10:00, Plane B at 10:05."

But sometimes, the weather turns bad. Maybe a sudden thunderstorm or heavy fog reduces the number of planes the runway can handle per hour. If you let all the planes fly toward the airport at their scheduled times, they will get stuck in the sky, circling in circles (called "airborne holding"). This is dangerous, burns a lot of fuel, and makes passengers very angry.

To avoid this, controllers use a strategy called Ground Delay Programs (GDP). Instead of letting planes fly and circle, you tell them to wait on the ground at their home airports. It's cheaper and safer to wait on the tarmac than in the sky.

The Problem: The Weather Forecast is a "Crystal Ball"

The tricky part is that you have to make these decisions before the bad weather hits. You rely on a weather forecast.

  • The Old Way (Deterministic): You look at the forecast and say, "Okay, the runway can handle 30 planes an hour." You make your plan based on that single number. If the forecast is wrong and the runway can only handle 20, you are in big trouble.
  • The "Stochastic" Way (The Middle Ground): You realize forecasts aren't perfect. So, you say, "Maybe it's 30, maybe it's 25, maybe it's 20." You create a few "what-if" scenarios and try to make a plan that works well on average.

The Catch: Both of these methods assume the forecast is mostly right. But what if the forecast is completely wrong? What if climate change makes the weather behave in ways we've never seen before? If your "average" plan is based on a forecast that is slightly off, your entire system could collapse when the real weather hits. It's like building a house based on a map of a coastline that has already eroded.

The Solution: The "Worst-Case" Umbrella

This paper introduces a new way to think about the problem, called Distributionally Robust Optimization (DRO).

Think of it like this:
Instead of trusting a single weather forecast or even a few "what-if" scenarios, the authors say: "Let's assume our forecast is a little bit wrong. Let's assume the real weather could be slightly different from what we predicted."

They create a "Wasserstein Ambiguity Set."

  • The Analogy: Imagine your forecast is a dart thrown at a dartboard. The "Ambiguity Set" is a circle drawn around that dart. The size of the circle (the radius) represents how much you think the forecast might be wrong.
  • The Strategy: The computer doesn't just plan for the dart hitting the bullseye. It plans for the dart hitting anywhere inside that circle. It finds a landing schedule that works even if the weather is the absolute worst possible version within that circle of uncertainty.

This makes the plan robust. It might be a little more conservative (holding more planes on the ground just in case), but when the real, chaotic weather hits, the system won't break.

The Secret Sauce: A Super-Fast Calculator

There's a problem with this new method: It's incredibly hard to calculate. It's like trying to solve a maze where the walls move every time you take a step. If you try to solve it the "normal" way, it takes a computer days to figure out the answer for a busy airport.

The authors invented a new algorithm (a set of instructions for the computer) to solve this fast.

  • The Analogy: Imagine you are trying to find the bottom of a dark valley.
    • The Old Way: You walk every single inch of the valley floor, checking the height. It takes forever.
    • The New Way (Kelly's Cutting Plane + L-shaped Method): You drop a ball. It rolls down. You realize, "Okay, the bottom isn't here," and you cut off that whole section of the map. Then you drop the ball again in the remaining area. You keep cutting away the impossible parts until you find the bottom instantly.

Their new method is 10 to 100 times faster than the old way, while still finding the perfect answer.

The Results: Why It Matters

The authors tested their new system using real data from Newark Airport and simulated "climate change" scenarios (where the weather gets worse and more unpredictable).

  1. When the weather is stable: The new system works just as well as the old systems.
  2. When the weather gets weird (Climate Change): The old systems failed. They let too many planes fly, causing massive delays and fuel waste. The new "Robust" system held a few more planes on the ground initially, but when the storm hit, it kept everything running smoothly.
    • The Gain: In severe scenarios, their new method saved over 20% in costs compared to the old methods. It also reduced the risk of catastrophic delays by up to 26%.

The Big Picture

This paper is about resilience. In a world where climate change makes weather unpredictable, we can't just rely on "best guesses." We need systems that are prepared for the possibility that our guesses are wrong.

The authors built a mathematical "safety net" that allows air traffic controllers to make decisions today that will still work tomorrow, even if the weather behaves in a way we didn't expect. And thanks to their new super-fast calculator, this isn't just a theory—it's something that can actually be used in real life to keep our skies safe and our flights on time.