The ARouteSC24.lng Model

The Jet/ FTL/ Taxi Routing Problem

View the model
Download the model

Given a set of desired flights or FTL shipments to be covered,
and the profitability of covering each (they need not all be covered),
decide which flights to cover,
how to route planes/vehicles to cover these flights, including
repositioning/deadheading flights ( at a cost).
A number of scalar parameters can be controlled:
Relative value of covering a loaded flight,
Relative cost of a repositioning flight,
Relative cost of an aircraft,
Limit on number of aircraft;


To take input from the file:
C:\temp\aroutingIn.txt,
and send the output to the two files:
c:\temp\ARoutingLoad.txt, (Set of Loaded flights flown), and
c:\temp\ARoutingRepo.txt (Set of repositioning flights flown);

Keywords:

Routing | FTL Routing | Graph | Chart | Taxi Routing | Calendar Routing | Space-time Diagram | ChartNetNode | ChartSpaceTime |