The encyclopedia · Engineering & Operations · Operational decision · 2012–2016
AnadoluJet cut planes from 14 to 11 with optimized flight scheduling.
Bilkent researchers built a math model and heuristic that schedule AnadoluJet's 100 flights with 11 planes instead of 14, with far better transfer connections.
AnadoluJet (Turkish Airlines)
The solution
AnadoluJet, a Turkish domestic low-cost carrier, runs a hub-and-spoke network centered on Ankara with 24 flight points and rebuilds its schedule every winter and summer. Fleet utilization and transfer-passenger waiting times pull in opposite directions; a survey found about 25% of passengers said transfer service and waiting times at Ankara needed improvement.
Bilkent University researchers modeled the problem as a mixed-integer program and then built a two-phase heuristic in Java with an Excel front end—OpScheduler—that generates weekly schedules while obeying airport, aircraft, and operational constraints.
On AnadoluJet's summer 2012 data, the mathematical model scheduled 100 flights over 24 cities with 11 aircraft versus 14 in the current schedule, raising average plane usage from 8.91 to 11.7 hours per day. City pairs offering transfers within one hour rose 23.4% with the model and 50.2% with the heuristic.
AnadoluJet adopted OpScheduler for its flight-scheduling process; fewer aircraft imply a fixed-cost reduction of about $4.8 million per aircraft per year, and freed planes can open new destinations.
Why it worked
- Optimizing the whole network instead of waves of flights unlocks utilization the wave structure left idle.
- The what-if tool lets planners see the fleet-vs-waiting trade-off before committing.
- Measurable results—fewer planes and more one-hour connections—made adoption easy.
What can be applied
When two goals fight—plane utilization vs passenger connections—model both in one system instead of hand-trading them, and let planners explore trade-offs with what-if tools.
Aftermath
AnadoluJet continued to use the decision support system in its flight-scheduling process, and the models and results were published in Interfaces in 2016.
Sources
- Flight-Scheduling Optimization and Automation for AnadoluJet
- Flight-Scheduling Optimization and Automation for AnadoluJet
spotted an error? The archive wants to know.