Aria AI Operations Research Portfolio
Collection
Enterprise OR, optimization, and decomposition demos by Aria AI โข 151 items โข Updated
This repository publishes the solver configuration and benchmark summary for the Integrated Airline Disruption Recovery System. It is a configuration / decision-model artifact, not a trained neural network: the "model" is a multi-stage optimization pipeline combining a time-space network construction heuristic, Large Neighborhood Search, OR-Tools CP-SAT gate assignment, and a priority-weighted passenger reaccommodation flow.
| Stage | Method |
|---|---|
| Aircraft Rotation Recovery | Time-space network + chronological min-cost matching + Large Neighborhood Search |
| Crew Pairing Recovery | Duty/rest legality checker + reserve-pool reassignment |
| Passenger Reaccommodation | Priority-weighted greedy multi-commodity rebooking |
| Gate Assignment | OR-Tools CP-SAT no-overlap interval scheduling |
| Multi-Objective Tradeoff | Pareto frontier sweep: airline cost vs passenger impact |
| Term | Value (USD) |
|---|---|
| Per minute of flight delay | 45.0 |
| Per flight cancellation | 28,000.0 |
| Per unplanned aircraft swap | 900.0 |
| Per crew pairing reassignment | 650.0 |
| Per misconnected passenger | 340.0 |
See config.json for the full manifest and the latest benchmark summary
across all five demo disruption scenarios.
Decision-support and portfolio demonstration for airline operations control center (AOCC) style disruption recovery. Not certified for live operational use; all data is synthetic.