Time-Expanded Network Flow
Construction and use of the time-space (time-expanded) network for airline fleet routing: nodes indexed by (station, time bucket), flight arcs, ground arcs, the overnight wrap-around arc, flow conservation at time-space nodes, and the minimum-fleet cross-section identity.
Tutorial
Time-Space Nodes and Flight Arcs
The time-expanded network (also called the time-space network) is the workhorse data structure for fleet routing. It bakes both location and time into the graph itself, so that standard network-flow algorithms can solve scheduling problems.
For each station in the route system and each 15-minute time bucket in the planning horizon, the network contains a time-space node . Each scheduled flight is encoded as a flight arc
where is the departure bucket at the origin and is the arrival bucket at the destination . The arrival bucket is the departure bucket plus the block time plus the minimum turnaround buffer, all measured in 15-minute buckets:
The flow on a flight arc is the number of aircraft assigned to operate that flight (typically in a single-fleet model).
For example, a flight departing JFK at with block time and a -minute turnaround buffer arrives at MIA. Since corresponds to bucket , block time is buckets, and turn is buckets, the flight arc is