US8700438B1 - Constraint-based schedule generation for transportation resources - Google Patents

Constraint-based schedule generation for transportation resources Download PDF

Info

Publication number
US8700438B1
US8700438B1 US11/117,154 US11715405A US8700438B1 US 8700438 B1 US8700438 B1 US 8700438B1 US 11715405 A US11715405 A US 11715405A US 8700438 B1 US8700438 B1 US 8700438B1
Authority
US
United States
Prior art keywords
constraints
schedule
departure
routings
constraint
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US11/117,154
Inventor
Alex Michael Heinold
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Southwest Airlines Co
Original Assignee
Southwest Airlines Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Southwest Airlines Co filed Critical Southwest Airlines Co
Priority to US11/117,154 priority Critical patent/US8700438B1/en
Assigned to SOUTHWEST AIRLINES CO. reassignment SOUTHWEST AIRLINES CO. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEINOLD, ALEX MICHAEL
Priority to US12/796,578 priority patent/US7860740B1/en
Application granted granted Critical
Publication of US8700438B1 publication Critical patent/US8700438B1/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q50/40

Definitions

  • This description relates to schedule and route planning, and more particularly to developing a schedule for transportation resources using constraint programming.
  • constraint programming techniques can be implemented to help generate new schedules in a more rapid and efficient manner.
  • constraint programming can be used to design a schedule, allocate a fleet, and assign routes essentially simultaneously.
  • a broad, initial set of schedule options is provided.
  • a constraint propagation algorithm is executed to eliminate invalid schedule options based on a first set of constraints in a network of transportation resources. By eliminating invalid schedule options, the constraint propagation algorithm generates a reduced set of schedule options.
  • a backtracking constraint programming algorithm and the reduced set of schedule options are used to generate one or more proposed schedules. The backtracking algorithm is operable to select particular schedule options from the reduced set of schedule options based on a second set of constraints.
  • Implementations can include one or more of the following features.
  • a secondary constraint propagation algorithm is integrated into the backtracking constraint programming algorithm.
  • the secondary constraint propagation algorithm operates to eliminate invalid schedule options to further reduce the reduced set of schedule options.
  • the constraint propagation algorithm is executed iteratively, and a determination is made as to whether one or more predetermined constraints are satisfied after each execution of the constraint propagation algorithm. If the one or more predetermined constraints are not satisfied after an execution of the constraint propagation algorithm. One or more constraints are relaxed, and another iteration of executing the constraint propagation algorithm is performed.
  • the predetermined constraints include a constraint on a maximum number of transportation resources.
  • the schedule options include the invalid schedule options and the reduced set of schedule options
  • the network of transportation resources is a network of aircraft serving multiple stations.
  • the transportation resources include multiple classes of transportation resources. Routings are generated such that, for each class of transportation resources, each station includes the same number of transportation resources at the end of a repeating period.
  • the first set of constraints and the second set of constraints include operational constraints and marketing constraints.
  • the second set of constraints includes at least a subset of the first set of constraints.
  • the first set of constraints includes market spacing constraints, operational station constraints, constraints relating to a number of aircraft to remain overnight at a station, and constraints relating to turnaround times, and the second set of constraints includes routing constraints.
  • the backtracking constraint programming algorithm assigns routings, allocates transportation resources, and performs schedule design.
  • the invalid schedule options include an invalid departure time and/or an invalid hook-up, and the reduced set of schedule options includes departure times and routings associated with the transportation resources.
  • the constraint propagation algorithm is a forward check constraint propagation algorithm.
  • scheduling that is at least partially automated is performed by identifying constraints and identifying a set of possible routings for transportation resources.
  • the constraints are for generating a schedule of the transportation resources in which each transportation resource traverses multiple segments and each segment links two stations.
  • Each routing includes a sequential association of two or more segments.
  • the set of possible routings is identified such that it includes some possible routings that are mutually exclusive. Constraint programming is used to eliminate invalid routings from the set of possible routings based on the constraints.
  • Implementations can include one or more of the following features. Departure ranges for each segment are generated based on the constraints, and constraint programming is used to eliminate invalid departure times from the departure ranges based on the constraints.
  • the constraints include one or more turnaround constraints relating to an allowed amount of time between segments.
  • the set of possible routings are identified by identifying segments having departure ranges that can satisfy one or more applicable turnaround constraints.
  • a hierarchy of the constraints are iteratively applied.
  • Constraint programming is used to select routings from the set of possible routings, as modified by eliminating invalid routings, that satisfy the constraints. Routings are selected from the set of possible routings based on routing constraints and operational and marketing preferences.
  • constraint programming is used to refine a schedule design and allocate the transportation resources.
  • constraints for generating a schedule in a network of transportation resources are identified.
  • Constraint propagation based on the constraints is used to reduce schedule options, and a selection is made from the reduced schedule options using constraint programming to produce one or more proposed schedules.
  • Implementations can include one or more of the following features. Constraints are adjusted and constraint propagation is repeatedly used to reduce schedule options until the reduced schedule options satisfy one or more predetermined constraints. Constraint propagation is used to eliminate possible departure times for segments to be traveled by the transportation resources and to eliminate possible sequential associations between the segments. Selections are made from the reduced schedule options by selecting sequential associations from a remaining set of possible sequential associations and eliminating possible sequential associations that conflict with the selected sequential associations.
  • FIG. 1 is a flow diagram of a process for generating an optimized schedule in a network of transportation resources.
  • FIG. 2 is a flow diagram of a process for generating a proposed schedule in a network of transportation resources using constraint programming.
  • FIG. 3 is a conceptual diagram of a marketing day that is segmented into a number of departure windows.
  • FIG. 4 is a chart of representative potential hook-ups corresponding to the departure windows of FIG. 3 .
  • FIG. 5 is a diagram that illustrates a simplified balancing problem.
  • FIG. 6 is a flow diagram of a more detailed constraint programming process for generating a proposed schedule in an airline network.
  • FIG. 7 is a flow diagram of a forward check subroutine as used in the process illustrated in FIG. 6 .
  • FIG. 8 is a flow diagram of a backtracking and constraint propagation subroutine as used in the process illustrated in FIG. 6 .
  • FIG. 9 is a block diagram of a system for producing a schedule.
  • FIG. 10 is a flow diagram of a mathematical programming process for tuning a schedule.
  • FIG. 11 is a schematic diagram illustrating an expanding departure times for a portion of a route in a seed schedule to produce alternative candidate departure times.
  • FIG. 12 is a block diagram illustrating an example data processing system in which a constraint programming module and/or a mathematical programming module can be implemented.
  • Scheduling a network of transportation resources can involve techniques for simultaneously generating a schedule design, allocating an equipment fleet, and assigning routes. Initially, a proposed schedule is automatically generated based on specified parameters and constraints using constraint programming. The proposed schedule is then improved by iteratively modifying the schedule in accordance with a mathematical function to better match the schedule to existing demand.
  • the techniques can be used to generate an airline flight schedule, to allocate equipment (e.g., individual aircraft or aircraft types), and to assign routes.
  • a flight schedule encompasses departure and arrival times (i.e., instances) and the corresponding flight durations for specific flights between particular airports.
  • Allocation of equipment involves assigning types of aircraft (and/or specific aircraft) to particular flights in the flight schedule.
  • Assigning a route involves determining a sequence of flights to be handled by a single aircraft.
  • transportation resources are not necessarily limited to equipment used for transporting people but can also include, for example, equipment for transporting cargo or any set of objects or devices that travel between multiple locations in some coordinated manner.
  • transportation resources can include a set of containers that are each routed through different sequences of locations.
  • FIG. 1 is a flow diagram of a process 100 for generating an optimized schedule in a network of transportation resources.
  • parameters for the schedule are identified (step 105 ).
  • the parameters include the number of transportation resources (e.g., a number of aircraft), stations or endpoints (e.g., airports) for segments to be traveled by the transportation resources, and basic demand parameters (e.g., a number of flights to be scheduled between each pair of airports).
  • the parameters also include constraints relating to the transportation resources, routing and allocation thereof, and schedule design. In general, the constraints define rules and preferences based on which a schedule is generated.
  • constraints can define the number of transportation resources by type, station data (e.g., gates, curfews, market size), travel times between each station pair, and turnaround times for each station (i.e., allowed lengths of stopovers at each station).
  • station data e.g., gates, curfews, market size
  • travel times between each station pair e.g., travel times between each station pair
  • turnaround times for each station i.e., allowed lengths of stopovers at each station.
  • hook-ups correspond to potential links between a first segment associated with a transportation resource and a second segment associated with the same transportation resource.
  • first segment ends at the same location that the second segment begins.
  • a “hook-up” is a link between a first market pair and a second market pair in which both market pairs are served by the same aircraft and where the first market pair includes an arrival station that is the departure station for the second market pair.
  • a potential hook-up might exist between a “Dallas-Austin” market pair with an arrival window between 8:00 a.m. and 10:00 a.m.
  • a hook-up corresponds to a one-stop routing except that a one-stop routing may imply, for example, that passengers or cargo can continue through the stopover, while a hook-up can include situations where continuations are not allowed (e.g., passengers may not book a flight continuation).
  • hook-ups include both situations where continuations are and are not allowed, while “one-stop routings” and “through-routings” are limited to situations where continuations are allowed.
  • the set of possible hook-ups can include all possible hook-ups or can be limited according to a rule set, a random or arbitrary selection, or a manual operation.
  • Constraint programming involves techniques for solving a problem using constraints that should be satisfied by the solution.
  • Constraints in the context of constraint programming, are logical relationships among multiple variables that restrict the possible values the variables can take and provide partial information about the variables.
  • a problem to be solved using constraint programming generally involves a set of variables, each of which is mapped to a finite domain of possible values, and a set of constraints. Each constraint provides some restriction on the combination of values that the set of variables can take simultaneously.
  • Constraint programming generates one or more solutions to the problem by assigning to each variable one or more values from the corresponding domain of possible values. The values are assigned through a search and are selected such that the constraints are satisfied.
  • the variables include the hook-ups and departure and/or arrival times for each routing segment (typically, it is not necessary to consider departure and arrival times as independent variables because they are interrelated by known or approximate travel times).
  • the constraints place restrictions on which combinations of hook-ups can be used and on the departure and/or arrival times.
  • each of the one or more solutions includes a particular combination of hook-ups and a departure and/or arrival time for each routing segment.
  • more than one potential schedule can be generated if, for example, more than one departure time for a particular routing segment provides an acceptable solution.
  • Other variables include which transportation resources are assigned to which hook-ups and which stations are used as starting and ending points for each overall routing sequence.
  • an overall routing sequence includes multiple segments and corresponds to a period over which a schedule repeats (e.g., a day).
  • Consistency testing includes determining if every possible value of a variable within the corresponding domain satisfies the relevant constraints. If not, each value that is inconsistent with the relevant constraints is eliminated from the domain. Consistency testing also includes determining consistency between related variables. For example, if x and y are variables that are related by operation of one or more constraints, then for each possible value of variable x, there should be a possible value of y that satisfies the relevant constraints. Consistency testing may also involve determining consistencies among more than two variables. Through the use of consistency testing, possible values of variables can be eliminated or “whittled down.” For example, constraint propagation techniques can be used to determine whether and how an elimination of one possible value of a variable propagates through constraints to eliminate possible values of other variables.
  • Constraint propagation techniques can include backtracking, forward checking, and look ahead techniques.
  • Backtracking involves progressively assigning tentative values to variables until an inconsistency is encountered, then backtracking to a variable causing a conflict, and assigning a different value to that variable. In other words, when an assignment of a tentative value results in an inconsistency, the assignments are rolled back until a variable with a different possibly valid value is reached.
  • Forward checking involves assigning a value to a current variable and removing possible values of other variables that conflict with the currently assigned value. Forward checking identifies invalid value assignments earlier than backtracking. Forward checking can also be used to eliminate possible values from a domain (i.e., still leaving multiple possible values), rather than to assign a single specific value to a variable.
  • Look ahead techniques take constraint propagation one step further (in terms of speed of propagation and complexity of processing) and involve identifying conflicts among variables having as yet unassigned values (rather than between a variable with a currently assigned value and possible values of other variables, as in forward checking).
  • different constraint propagation techniques are interchangeable depending on the desired distribution between efficiency and processing complexity. For example, forward checking is less efficient but also less complex than look ahead techniques.
  • Generating a potential schedule using constraint programming can also involve algorithms for determining the order in which variables are to be assigned values (e.g., organizing variables into a hierarchy) and/or for determining the order in which values are assigned to one or more variables (e.g., organizing values into a hierarchy).
  • This ordering can be static (i.e., predefined) or dynamic (i.e., potentially changing depending on the current state of the search for a solution).
  • ordering of variables and values can be used to determine an order in which possible values should be eliminated from domains rather than an order in which single specific values are assigned to variables.
  • Orderings of variables and values can also be used to improve the efficiency of the search (e.g., by ensuring a quicker or more reliable constraint propagation) and/or to influence the results of the search.
  • a randomizing algorithm can also be applied to orderings of variables and values to potentially produce different results if a solution or solutions are generated in series or parallel.
  • a set of constraints may be such that, if strictly applied, no solution exists.
  • One way to help avoid a situation in which a set of constraints preclude finding a solution is to organize constraints in a hierarchy.
  • a constraint hierarchy may define an order of importance for constraints.
  • Some constraints can be mandatory (i.e., rules), while other constraints can be optional (i.e., preferences).
  • a solution can satisfy the overall set of constraints without strictly complying with all of the constraints. Instead, a solution can satisfy the constraints by, for example, complying with the mandatory constraints and complying with some (e.g., as many as possible) but not all of the optional constraints.
  • Optional constraints can be further organized into a hierarchy, in which case constraint programming can be used to favor a solution that satisfies a high priority optional constraint over a solution that satisfies a lower priority optional constraint without satisfying the high priority optional constraint.
  • a partial solution can be generated using an initial set of constraints, and a second, more complete solution can be generated by adding one or more additional constraints (e.g., a high priority constraint, such as total plane count) and relaxing other constraints from the initial set of constraints (e.g., lower priority constraints, such as market spacing constraints).
  • additional constraints e.g., a high priority constraint, such as total plane count
  • relaxing other constraints from the initial set of constraints e.g., lower priority constraints, such as market spacing constraints.
  • an order of importance for constraints can be implicitly defined through an order in which variables are considered.
  • the potential schedule generated using constraint programming is used as a “seed” schedule for a linear or mathematical programming algorithm that produces a refined schedule.
  • linear programming is used to identify a refined schedule that produces a relatively increased value of an objective function.
  • various schedule alternatives are scored or rated using an objective function (step 120 ).
  • the objective function is designed to provide some measure of efficiency, such as efficiency of meeting demand, producing revenue at relatively low cost, reducing costs, and/or resource utilization.
  • the seed schedule can include variables that include multiple values.
  • the constraint programming processing can produce a schedule with numerous alternative hook-ups and numerous alternative departure and/or arrival times.
  • the seed schedule can represent a universe of possibilities from which a final schedule can be produced.
  • the seed schedule can be used to produce multiple possible schedule alternatives (e.g., by expanding departure times and identifying alternative hook-ups using the seed schedule).
  • a schedule that produces a relatively high overall score is identified as the refined schedule (step 125 ).
  • a relatively higher score represents a set of schedule alternatives that tends to increase the presence of features considered to be beneficial by the objective function and/or to decrease the presence of features considered to be unfavorable by the objective function.
  • the refined schedule corresponds to the highest overall score.
  • the refined schedule corresponds to an overall score that is less than the maximum score (e.g., if the schedule with the maximum score violates a mandatory constraint).
  • the schedule generated by the constraint programming processing and/or the refined schedule can be manually adjusted to produce a seed schedule or final schedule, respectively.
  • FIG. 2 is a flow diagram of a process 200 for generating a proposed schedule in a network of transportation resources using constraint programming.
  • the process 200 is described in the context of an airline, the process 200 can be used to generate a proposed schedule in other environments.
  • input constraints are defined (step 205 ).
  • the input constraints generally specify the transportation services to be provided and any limitations, rules, or preferences relating to the services.
  • the input constraints include a listing of every market served by the airline, the number of flights for each market pair, and the gate-to-gate travel time for each market pair.
  • constraints include departure ranges and marketing day settings, turnaround times, possible hook-ups and one-stop routings, mandatory and preferred one-stop routings, market spacing data (e.g., gap and compression), station data (gates, simultaneous departure/arrival limitations, curfews, maximum planes to remain overnight, etc.), equipment type counts, business/leisure times, maintenance stations/times, and spacing settings.
  • Some constraints e.g., gate-to-gate travel time and spacings
  • the input constraints are relatively fixed and cannot be varied during a particular generation of a proposed schedule. It is possible, such as when the techniques are being used to predict differences in efficiency or productivity between different resource allocations, to generate multiple proposed schedules and to vary the input constraints for the different proposed schedules.
  • Markets are defined by stations (i.e., airports) associated with the market. For example, Dallas Love Field is associated with the Dallas market and defines the Dallas market from the perspective of an airline.
  • a market pair is a pair of stations between which one or more flights are to be scheduled. Each market pair is directional in that it includes a departure station and an arrival station. Market pairs can be represented by codes for each station. For example, Dallas Love Field is represented by the station code “DAL” and Austin is represented by the station code “AUS”. Accordingly, the Dallas-Austin market pair in the Dallas to Austin direction is represented, for example, by. “DAL-AUS”. “Generally, the number of flights for each market pair in one direction (e.g., “DAL-AUS”) has a corresponding number of flights for the market pair in the other direction (e.g., “AUS”-“DAL”).
  • a marketing day is segmented into a number of departure time windows (for the departure station) and corresponding arrival time windows (for the arrival station).
  • an explicit arrival time window need not be defined because it is essentially specified by the departure time window plus some known approximate flight time.
  • an explicit departure time window need not be defined because it can be determined based on the arrival time window minus some known approximate flight time.
  • the marketing day is defined by marketing day constraints for each station. Marketing day constraints generally include a start time and an end time, which may result from airport operating hours and/or a period during which there is demand for flights.
  • the marketing day can be segmented into equal or approximately equal time windows. Alternatively, constraints can be defined that allow some time windows to be smaller than others.
  • time windows during the morning and evening hours may be smaller for some markets to account for typical travel patterns of business travelers (e.g., in accordance with business/leisure constraints). Constraints can also be defined for shaping time windows in accordance with other rules. For example, for a market pair that has only two flights per day, there may be a rule specifying that one departure cannot be later than 9:00 a.m. and that the other departure cannot be earlier than 4:00 p.m. Each time window corresponds to a flight for the market pair.
  • FIG. 3 is a conceptual diagram 300 of a marketing day 305 that is segmented into a number of departure windows 310 .
  • the diagram 300 represents a marketing day 305 for flights from Dallas to Austin (DAL-AUS). In this example, there are to be seven flights per day from Dallas to Austin. Accordingly, the marketing day 305 is segmented into seven departure windows 310 of approximately equal length, although two longer windows appear in the middle of the day.
  • the marketing day 305 begins at 6:00 a.m. and ends at 10:00 p.m. (i.e., 2200).
  • a first departure window 310 ( 1 ) runs from 6:00 a.m. to 8:00 a.m.
  • a second departure window 310 ( 2 ) runs from 8:00 a.m.
  • Each departure window 310 represents a range of possible departure times for a flight from Dallas to Austin.
  • adjacent departure windows 310 are illustrated and described as having a common endpoint (e.g., 8:00 a.m.), in some implementations, adjacent departure windows 310 have different endpoints (e.g., 8:00 a.m. and 8:05 a.m.).
  • potential “hook-ups” are identified.
  • the potential hook-ups do not include every theoretically possible hook-up but only those hook-ups that result in a stopover that is less than a predefined maximum threshold but greater than a predefined minimum threshold (e.g., where a departure time window for the second market pair in a hook-up includes at least one potential departure time that is between twenty and forty minutes of at least one potential arrival time within an arrival time window for the first market pair).
  • a minimum turnaround time or stopover constraint and a maximum turnaround time or stopover constraint can be defined. Use of such constraints helps reduce the total number of potential hook-ups.
  • potential hook-ups are determined based primarily on departure windows and turnaround time constraints.
  • Each particular market pair for a particular time window can have one or more potential hook-ups.
  • a “Dallas-Austin” market pair with an arrival window between 7:00 a.m. and 9:00 a.m. can have potential hook-ups with an “Austin-Houston”, “Austin-El Paso”, “Austin-Las Vegas”, and/or “Austin-Harlingen” market pair having a subsequent departure window.
  • FIG. 4 is a chart 400 of representative potential hook-ups corresponding to the departure windows 310 of FIG. 3 .
  • Each departure window 310 corresponds to a flight from Dallas to Austin that can hook-up with a flight from Austin to some other destination (possibly including returning to Dallas).
  • AUS-HOU Austin to Houston
  • AUS-ELP Austin to El Paso
  • AUS-LAS Austin to Las Vegas
  • Each market pair includes its own set of departure windows.
  • the Austin to Houston flights include seven departure windows 405
  • the Austin to El Paso flights include four departure windows 410
  • the Austin to Las Vegas flights include three departure windows 415 .
  • the chart 400 indicates which of the Dallas to Austin departure windows 310 can potentially hook-up with which of the departure windows 405 , 410 , and 415 of flights departing from Austin (assuming a gate-to-gate travel time from Dallas to Austin of one hour and a turnaround time of twenty to forty minutes). For example, a Dallas to Austin flight departing between 6:00 a.m. and 8:00 a.m. can potentially hook-up with Austin to Houston flights corresponding to three different departure windows 405 ( 1 ), 405 ( 2 ), and 405 ( 3 ) (e.g., a 6:05 a.m. flight from Dallas could hook-up with a 7:30 a.m. or a 7:45 a.m. flight to Houston and a 7:50 a.m. flight from Dallas could hook-up with 9:15 a.m. flight to Houston).
  • a Dallas to Austin flight departing between 6:00 a.m. and 8:00 a.m. can potentially hook-up with Austin to Houston flights corresponding to three different departure
  • one of the potential hook-ups is a termination.
  • one of the options, or the only option, for a particular market pair in a particular time window is that the aircraft that flies within the time window does not actually hook-up with another flight. Instead, the aircraft spends an overnight at the station.
  • a flight that arrives at the station for an overnight is a terminating flight.
  • Each terminating flight generally corresponds to an originating flight the following morning and also identifies a flight associated with an aircraft that will “remain overnight.” Accordingly, the number of “remain overnight” aircraft should not exceed the number of available aircraft.
  • a forward check or some other type of constraint propagation algorithm is applied (step 210 ).
  • the constraint propagation algorithm serves to influence schedule design and to narrow routing options.
  • the departure windows are narrowed down and potential hook-ups are eliminated.
  • Some narrowing of departure windows and eliminating potential hook-ups may occur as a result of conflicts that arise through the application of constraints. For example, departure times that would create violations of market spacing constraints may need to be eliminated (e.g., to narrow a departure window to preclude the possibility of different flights for the same market pair being too close together or too far apart).
  • a narrowed window may result in an elimination of one or more potential hook-ups.
  • Narrowing of departure windows and eliminating potential hook-ups may also occur as a result of constraints that define a preference. For example, if a hook-up between particular flights is preferably twenty five minutes rather than twenty minutes, a departure window may be narrowed and/or a potential hook-up may be eliminated as a result of the preference.
  • Constraints that affect constraint propagation can include minimum and maximum remain overnight thresholds, gate constraints (e.g., maximum number of gates available at a station), simultaneous departure and arrival constraints, market spacing constraints, and locked or preferred one-stops (i.e., flights arriving at a station that must or should hook-up with a particular flight or one of a set of flights departing from the station).
  • narrowing down time windows and eliminating potential hook-ups have a derivative effect that propagates through the overall network.
  • narrowing down a particular time window may eliminate one or more potential hook-ups at a current station, which can further eliminate one or more potential hook-ups at a downstream station as a result of rules that effectively require or preclude particular sequences of hook-ups.
  • station constraints may define a maximum number of gates that can be occupied at any given time. Narrowing down the time windows can result in there being some potential hookups at a particular station that would require a greater number of gates than are allowed. In such a case, rules may be defined for determining which potential hookups are eliminated.
  • constraints can impact the narrowing of time windows and elimination of potential hook-ups.
  • the constraints include operational constraints (e.g., station data defining a quantity of gates and a quantity of required or possible overnight planes; valid equipment types; maintenance, turnaround times, and the like) and marketing constraints (e.g., limiting or shaping flight departure times; spacings between departing flights for the same market pair; through patterns; and the like). Constraints can also define other schedule generation parameters, such as in what increments departure windows should be narrowed (e.g., one minute or five minutes). In some implementations, an algorithm applies the constraints in an iterative process.
  • step 215 it is determined whether one or more critical constraints are satisfied. In some cases, all of the constraints may be handled during constraint propagation, in which case this determination may be unnecessary. If, however, one or more critical constraints are not satisfied, predetermined constraints are relaxed (step 220 ) and the forward check constraint propagation algorithm is applied again (step 210 ). Relaxation of constraints and forward check constraint propagation followed by testing for satisfaction of critical constraints are performed until the critical constraints are satisfied. The constraints to be relaxed are generally selected so as to increase the likelihood that a solution can be found. Once the critical constraints are satisfied, typically there are significantly fewer schedule options than before application of constraint propagation.
  • constraints are critical and the values of critical constraints are generally specific to a particular implementation and/or run sequence of the overall constraint programming algorithm.
  • a constraint may be defined as critical for a particular run sequence even if it is possible to implement a schedule that does not include the constraint.
  • an initial application of forward check constraint propagation may generate a proposed schedule that requires more than a preferred number of aircraft.
  • the preferred number of aircraft may be considered a critical constraint for purposes of a current search for a solution, even though additional aircraft may be available (e.g., if a solution cannot be found with the current critical constraints).
  • Backtracking constraint programming serves to assign routes, allocate equipment to the routes, and finalize schedule design. For example, a rules-based trial and error (e.g., backtracking) process is initiated to identify route assignments, equipment allocations, and a final schedule design that are feasible. As a result, routing, fleeting, and schedule design are determined more or less simultaneously. In other words, constraint programming is used to work towards a solution of all three of these components in parallel rather than in series.
  • a rules-based trial and error e.g., backtracking
  • constraint propagation can be performed to further refine the schedule design (step 230 ) by further narrowing departure windows and eliminating possible hook-ups followed by a return to the backtracking sequence.
  • the constraint propagation that is incorporated into the backtracking sequence can be similar to, different from, or the same as the prior forward check constraint propagation algorithm.
  • a rules-based trial and error process is used to perform “balancing.” Balancing means that the number of each equipment group (or other transportation resources) at each station is the same at the end of each day or other repeating period (e.g., two days or a week).
  • the rules-based trial and error process can be performed by a rules-based route generator that uses as its input: the narrowed down time windows and potential hook-ups; the number of planes by equipment type; and the potential and/or predefined originating and terminating flights.
  • a sequence of hook-ups is selected in accordance with predefined constraints (e.g., stations that are preferred or precluded for a particular equipment type, predefined one-stops, and direction flow rules).
  • the sequence of hook-ups represents the route traveled by a single aircraft in a particular time period (e.g., generally a single day but other periods are possible, such as a two day period).
  • the sequence of hook-ups begins with an originating flight and ends with a terminating flight.
  • the station corresponding to the originating flight need not be the same, and typically is not the same, as the station corresponding to the terminating flight.
  • a sequence of hook-ups for one aircraft is selected, another sequence of hook-ups is selected for another aircraft starting from the station corresponding to the terminating flight of the previous aircraft.
  • Sequences of hook-ups are repeatedly selected in this manner for all of the aircraft in a particular equipment group to generate an overall sequence of hook-ups for the particular equipment group.
  • the goal of balancing is generally to ensure that hook-up sequences for a single equipment group form one or more loops, each of which begins and ends at the same station. This ensures that the appropriate type of equipment is available each day at each station.
  • FIG. 5 is a diagram that illustrates a simplified balancing problem.
  • balancing will involve multiple aircraft and will be constrained by the length of the marketing day, rather than an exact number of flights.
  • the aircraft originates with a first flight 505 from Los Angeles to Salt Lake City (LAX-SLC).
  • a sequence of hook-ups is selected that results in a second flight 510 from Salt Lake City to Boise (SLC-BOI), a third flight 515 from Boise to Seattle (BOI-SEA), a fourth flight 520 from Seattle to Chicago (SEA-MDW), a fifth flight 525 from Chicago to Philadelphia (MDW-PHL), a sixth flight 530 from Philadelphia to Raleigh-Durham (PHL-RDU), and a seventh flight 535 from Raleigh-Durham to Orlando (RDU-MCO).
  • SLC-BOI Salt Lake City to Boise
  • 3-SEA Boise to Seattle
  • SEA-MDW Seattle to Chicago
  • MDW-PHL Fifth flight 525 from Chicago to Philadelphia
  • PHL-RDU Raleigh-Durham
  • RDU-MCO Raleigh-Durham to Orlando
  • the most westerly potential hook-up destination may be an eighth flight 540 from Orlando to San Antonio (MCO-SAT). Accordingly, it may be necessary to backtrack to a previous station and assign new hook-ups.
  • MCO-SAT Orlando to San Antonio
  • sequences of hook-ups are selected for a particular equipment group, sequences of hook-ups are selected in the same manner for another equipment group. Sequences of hook-ups are repeatedly selected in this manner for all of the different equipment groups in an overall fleet.
  • an equipment group is defined by all (or a subset) of an airline's aircraft of the same or a similar type.
  • one equipment group includes all of an airline's Boeing 737-500's
  • another equipment group includes all of the airline's 737-700's.
  • the goal of selecting sequences of hook-ups is to balance each equipment group such that the number of aircraft in each equipment group is the same at the beginning and end of each time period for each station. Accordingly, the overall sequence of hook-ups for each equipment group can be thought of as a loop (or multiple loops) including individual routes that link together and having the same starting and ending point.
  • an overall sequence of hook-ups initially may be selected such that it becomes impossible or undesirable to end up at the starting point and still comply with the predefined rules.
  • a hook-up higher up the overall sequence is selected and a new overall sequence is generated from that point.
  • Such backtracking is repeated (possibly starting from multiple different points) until obtaining an acceptable overall sequence that ends at the same station as it starts.
  • Generating an overall sequence typically starts from a large market (i.e., a station that includes a relatively large number of overnight planes). Selecting such a starting point provides greater flexibility in generating the overall sequence because there are more terminating flights at the station that can serve as an ending point in the overall sequence as compared to a small market. In other words, using a large market as a starting point makes it easier to identify an overall sequence that ends at the same place it starts.
  • a large market i.e., a station that includes a relatively large number of overnight planes.
  • a subset of the sequences arrives at the starting point before the overall sequence for the entire equipment group is complete. In such a case, it is possible to move to a different station to begin another subset of sequences. Accordingly, a particular equipment group can have multiple different loops, each with there own respective starting and ending station. In addition, multiple, mutually exclusive overall sequences can be generated to enable a selection among different alternatives (e.g., to select an alternative that best complies with certain constraints).
  • Some predefined constraints can define preferences for selecting individual hook-ups.
  • the predefined constraints can include a preference for hook-ups that result in a consistent direction flow (e.g., so that a westbound market pair, such as New La-Houston, hooks-up with a non-westbound market pair, such as Houston-Little Rock, in an undesirable manner), a desirable one-stop route (e.g., a hook-up where there is significant demand for through traffic, such as Austin to El Paso to Las Vegas), or an increased flexibility in departure times.
  • Other predefined constraints can restrict the overall sequence of hook-ups. For example, an overall sequence may be required to arrive at a station with a maintenance facility (e.g., so that aircraft can periodically be taken out of service for maintenance).
  • an overall sequence may account for fewer than all of the aircraft in a particular equipment group to allow the aircraft to be cycled through a regular maintenance program that requires one or more of the aircraft in the group to be temporarily out of service.
  • some of the constraints are operational constraints (e.g., numbers of gates and maintenance requirements), and, as a result, operational requirements are automatically accounted for.
  • backtracking constraint programming (step 225 ) and any associated constraint propagation (step 230 ) can further take into account maintenance requirements (e.g., to ensure that each sequence of hook-ups results in equipment remaining overnight at a maintenance facility), positioning (e.g., to ensure that equipment is at a particular location at a selected time), turnaround time preferences (e.g., to reduce undesirably long turnarounds or increase undesirably short turnarounds), and market spacing preferences.
  • maintenance requirements e.g., to ensure that each sequence of hook-ups results in equipment remaining overnight at a maintenance facility
  • positioning e.g., to ensure that equipment is at a particular location at a selected time
  • turnaround time preferences e.g., to reduce undesirably long turnarounds or increase undesirably short turnarounds
  • market spacing preferences e.g., to reduce undesirably long turnarounds or increase undesirably short turnarounds
  • market spacing preferences e.g., to reduce undesirably long turnarounds
  • This flexibility can be used, in accordance with the turnaround time preferences, to increase the turnaround times for flights that have historically higher relative passenger counts, which further whittles down the possible departure times.
  • the routes can also be “compressed” into as short an operating day as the time windows allow. By this point, most flights settle into a single possible departure time.
  • the generation of the overall flight schedule can be performed automatically in a constraint programming module based on the constraints.
  • certain operations can be performed manually.
  • the results of a process that is performed automatically can be reviewed and modified manually (e.g., by changing values, locking down windows or hook-ups, and the like).
  • the overall flight schedule can be implemented as an actual flight schedule or can be used as a starting point, or “seed,” for further automatic processing or manual modification.
  • FIG. 6 is a flow diagram of a more detailed constraint programming process 600 for generating a proposed schedule in an airline network.
  • Initial setting are defined (step 605 ).
  • the settings include the markets to be served; the number of flights per day for each market pair; gate-to-gate travel time; departure ranges, which can be influenced by market size, empirical demand data, and business versus leisure travel considerations; and minimum and maximum turnaround times, which can vary depending on flight distance, origination, destination, historical demand, and the like.
  • All possible hook-ups are generated (step 610 ). Any mandatory hook-ups (e.g., pre-selected through-routings or flights that are required to result in a through-routing from a subset of pre-selected through-routings) are identified (step 615 ).
  • a forward check subroutine is executed (step 620 ) to reduce the number of hook-ups and the departure ranges and to seek a minimum best case scenario on remain overnight counts.
  • a determination is made whether a remain overnight count exceeds a maximum plane count (step 625 ).
  • the remain overnight count corresponds to the minimum cumulative number of aircraft that must remain overnight at a station based on the current state of the departure ranges and possible hook-ups. For example, if a departure range for a particular flight requires that the flight arrive at a destination station too late to hook-up with another flight before a station curfew, the particular flight must remain overnight at that station.
  • a station has more flights arriving after a certain time of day than departing flights, at least one flight must remain overnight at the station. If the remain overnight count exceeds the maximum plane count, departure windows throughout the overall schedule are expanded and market spacing constraints are relaxed (e.g., to allow consecutive flights for the same market pair to depart as little as one hour and forty five minutes apart rather than no less than two hours apart) (step 630 ). For example, the market spacing constraints can be relaxed by a predetermined percentage.
  • the process 600 returns to the forward check subroutine (step 620 ). Subsequently, testing of the remain overnight count versus the maximum plane count (step 625 ) and constraint relaxation (step 630 ) is repeated until the remain overnight count is less than or equal to the maximum plane count. Once the remain overnight count is low enough, a backtracking and constraint propagation subroutine is executed (step 635 ).
  • FIG. 7 is a flow diagram of a forward check subroutine 700 as used in the process 600 illustrated in FIG. 6 .
  • station hook-ups that are no longer valid are eliminated (step 702 ).
  • Station hook-ups can be identified as invalid by consistency testing each station hook-up against all of the constraints that relate to the station hook-up. For example, a hook-up may become invalid if a departure window is narrowed such that a previously possible hook-up would require a turnaround time that exceeds a maximum threshold, or if a mandatory hook-up (see step 615 of FIG. 6 ) precludes a hook-up that was originally identified as a possibility (see step 610 of FIG. 6 ). Departure windows for mandatory hook-ups are adjusted (step 704 ).
  • a departure window for one flight in a mandatory hook-up is narrowed, it may result in a corresponding change to a departure window for the other flight in the mandatory hook-up. It is then determined whether any changes have occurred as a result of steps 702 or 704 (step 706 ). If so, the subroutine 700 returns to step 702 .
  • step 708 departure times that would create market spacing (i.e., gap or compression) violations are eliminated. For example, if a first of two adjacent departure windows for the same market pair includes specific departure times that would necessarily be either too far from or too close to all of the departure times in the second of the two adjacent departure windows, the first departure window is narrowed to eliminate the specific departure times. If step 708 results in a change (as determined at step 710 ), the subroutine 700 returns to step 702 . Otherwise, maximum remain overnight counts for each station are reduced as necessary (step 712 ). In general, the cumulative minimum number of planes that must remain overnight should not exceed the available number of planes.
  • the maximum remain overnight counts for one or more stations would allow a cumulative remain overnight count to exceed the available number of planes, the maximum remain overnight counts for those one or more stations is reduced. It should be noted, however, that, in some cases, it may not be possible to comply with the maximum remain overnight counts at the end of one iteration of the forward check subroutine 700 , in which case it is necessary to relax certain constraints and execute the forward check subroutine 700 again (see steps 625 and 630 of FIG. 6 ).
  • step 712 results in a change (as determined at step 714 )
  • the subroutine 700 returns to step 702 . Otherwise, adjustments are made for stations that have reached maximum gate and/or simultaneous departure/arrival constraints but that have not reached a station-specific maximum remain overnight threshold (step 716 ). For example, if an airline has access to only three gates at a particular station and there are three flights with narrow departure windows around 10:00 a.m., a fourth flight with a wider departure window that includes 10:00 a.m. can be adjusted by removing one or more departure times around 10:00 a.m. (e.g., to “punch a hole” in the departure window). Stations that have reached the applicable maximum remain overnight threshold have less flexibility, so changes relating to maximum gate and simultaneous departure/arrival constraints are delayed until later in the subroutine 700 (i.e., until other consistency tests have been performed).
  • step 716 results in a change (as determined at step 718 )
  • the subroutine 700 returns to step 702 .
  • stations are ranked according to urgency criteria (step 720 ). Ranking stations according to the urgency criteria sets forth an order of priority for performing additional consistency testing and/or constraint propagation (i.e., to narrow departure windows and eliminate hook-ups). For example, stations are ranked according to whether each station has reached a maximum remain overnight threshold, whether departure windows for the station require at least one plane to sit on the ground for a long period (e.g., exceeding a maximum turnaround threshold), whether the station includes a relatively large number of mandatory hook-ups (see step 615 of FIG.
  • a probability function indicates a risk that a maximum gate threshold will be violated, whether the station does not include enough early originating flights or late terminating flights to meet a minimum remain overnight threshold, and how many daily departures the station has (e.g., smaller stations receive higher priority).
  • Consistency tests and/or constraint propagation are applied to the stations in the order of the station urgency rankings from step 720 (step 722 ). This testing includes examining all of the station hook-ups in combination to determine whether there are any conflicts. Some hook-ups may be invalid because they conflict with other, more necessary hook-ups.
  • step 722 results in a change (as determined at step 724 )
  • the subroutine 700 returns to step 702 . Otherwise, a determination is made as to whether a hook-up threshold has been reached (step 726 ).
  • the hook-up threshold is used to determine whether sufficient flexibility still exists in the current state of the schedule design to make changes relating to mandatory hook-ups. If the threshold has not been reached, mandatory hook-ups providing through-routings that conflict with direct flights are adjusted to avoid potential conflicts (step 728 ).
  • a mandatory hook-up of a Dallas to Houston flight and a Houston to Corpus Christi flight includes departure windows that overlap or are near a departure window for a direct flight from Dallas to Corpus Christi
  • the departure windows for the flights involved in the mandatory hook-up can be narrowed to avoid having a one-stop flight in competition with a direct flight.
  • step 728 results in a change (as determined at step 730 )
  • the subroutine 700 returns to step 702 .
  • potential hook-ups that result in a desirable through-routing are “locked down” (step 732 ) (i.e., by eliminating other possible hook-ups involving the same flights).
  • a matching calculation may be used to determine the desirability of alternative hook-ups. The matching calculation may consider demand and how many alternative through-routings are potentially available to meet that demand. For instance, a Baltimore to Kansas City flight potentially hooks-up with a flight to Los Angeles or a flight to Albuquerque.
  • step 732 results in a change (as determined at step 734 )
  • the subroutine 700 returns to step 702 . Otherwise, if the hook-up threshold has been reached at step 726 or if it is determined at step 734 that no changes have occurred, adjustments are made to departure windows to help prevent problems with gate and simultaneous departure/arrival constraints (step 736 ). These adjustments are similar to those made in steps 716 and 722 except that they are based on a relative probability of conflicts rather than a relative certainty of conflicts, as in steps 716 and 722 .
  • step 736 results in a change (as determined at step 738 )
  • the subroutine 700 returns to step 702 .
  • measures are taken to relieve departure window and/or hook-up constraints that are likely to cause problems (step 740 ).
  • a hypothetical schedule can be generated from the current state by selecting the midpoint of each departure range as a departure time, selecting hook-ups based on the selected departure times, and determining which stations have constraint violations or problems (e.g., where the minimum best case remain overnight count increases from five to ten). Adjustments to the departure windows and possible hook-ups can be made to relieve scheduling pressures (e.g., to reduce the likelihood of having a situation where no solution exists).
  • step 740 results in a change (as determined at step 742 )
  • the subroutine 700 returns to step 702 . Otherwise, the subroutine 700 is complete (step 744 ).
  • FIG. 8 is a flow diagram of a backtracking and constraint propagation subroutine 800 as used in the process 600 illustrated in FIG. 6 .
  • departure windows are expanded (step 805 ), and hook-ups are regenerated (step 810 ).
  • Expansion of departure windows is performed multiple times throughout the backtracking and constraint propagation subroutine 800 , which allows unnecessary prior narrowing of windows to be removed.
  • some of the changes are preventative measures used to avoid problems that may never materialize.
  • by expanding departure windows as the schedule is refined some of the unnecessary narrowing can be reversed.
  • the expansion of departure windows in step 805 and throughout the backtracking and constraint propagation subroutine 800 is not permitted to expand beyond the bounds of expansion in step 630 of FIG. 6 . Expanding the departure windows, for many flights, increases the number of other flights with which there can be a potential hook-up. Regenerating hook-ups involves adding potential hook-up that result from the expanded departure windows.
  • the forward check subroutine 700 is executed (step 815 .
  • Turnaround times for some markets, inbound flights, and/or outbound flights are increased based on preference constraints until the total number of potential hook-ups reaches some minimum threshold (step 820 ). For example, based on an anticipated passenger load, it may be desirable to increase the minimum turnaround time for certain flights from twenty minutes to twenty five minutes. Increases in the minimum turnaround times can be performed one at a time in order of urgency (e.g., based on which flights are most likely to have problems meeting the turnaround time). Hook-ups with a twenty minute minimum turnaround time are adjusted, if possible, in order of urgency, followed by hook-ups with a twenty five minute minimum turnaround time. The minimum threshold ensures some remaining level of flexibility.
  • the forward check subroutine 700 is executed (step 825 ), and after each execution of the forward check subroutine 700 at step 825 , an increase in another turnaround time is applied at step 820 until the minimum threshold is reached.
  • required routings are generated using backtracking (step 830 ).
  • Required routings include routings used for purposes of maintenance and positioning aircraft at particular stations. For example, each aircraft in a fleet may periodically need to terminate/originate at a maintenance facility, possibly with an early termination or late origination. There may also be a need for a particular aircraft type to originate or terminate at a particular station for other purposes or to have an extra block of ground time at a particular station.
  • Such required routings are generated using a forward or backward trial and error backtracking technique starting from the maintenance station or the station at which an aircraft is to be positioned.
  • the forward check subroutine 700 is executed (step 835 ), and after each execution of the forward check subroutine 700 at step 835 , another required routing is generated at step 830 until all required routings are generated.
  • the forward check subroutine 700 may be executed after selecting each hook-up in the trial and error procedure. If a selected hook-up results a failure in consistency testing, the changes made subsequent to selecting the hook-up are rolled back (i.e., undone) and a different hook-up is selected.
  • Turnaround times are again increased for some markets, inbound flights, and/or outbound flights based on preference constraints (step 840 ). Increases are performed until the total number of potential hook-ups reaches some minimum threshold in the same manner as in step 820 but using a threshold that is generally less than the threshold in step 820 .
  • the forward check subroutine 700 is executed (step 845 ), and after each execution of the forward check subroutine 700 at step 845 , an increase in another turnaround time is applied at step 840 until the minimum threshold is reached.
  • Balancing is performed for a particular equipment type using a backtracking and/or other consistency testing or constraint propagation technique (step 850 ), followed by execution of the forward check subroutine 700 (step 855 ). If addition equipment types have not yet been balanced (as determined at step 860 ), the subroutine 800 returns to step 850 to balance another equipment type.
  • the order in which equipment types are balanced is typically dependent upon the restrictions on each equipment type and/or ease of balancing each equipment type. More particularly, the order of balancing may relate to a consideration of flexibility versus demand. For example, aircraft that have the most or fewest restrictions based on noise constraints, size, fuel efficiency, or other characteristics may be balanced earlier than other aircraft types. When there are multiple different equipment types, once all but one equipment type has been balanced, the last equipment type is automatically balanced.
  • departure windows are expanded (step 865 ), and hook-ups are regenerated within each equipment type (step 870 ).
  • the forward check subroutine 700 is executed (step 875 ), and adjustments are made in accordance with selected preferences (step 880 ).
  • Preferences can involve increasing minimum turnaround times, compressing originating and terminating flights (e.g., to remove unnecessarily early departures and late arrivals to make an aircraft's day as short as possible), reducing potentially large turnaround times (e.g., by narrowing departure windows), improving market spacing, selecting desirable through-routings, eliminating undesirable routings (e.g., routings that make it difficult to allocate crews, routings that cause an undesirable looping of aircraft, or flights that have undesirable combinations of origination and destination locations), and possibly narrowing departure windows to a single possibility.
  • the forward check subroutine 700 is executed after each adjustment or set of adjustments (step 885 ).
  • the result is a single proposed schedule (or a proposed schedule that includes some ranges of alternative departure windows and/or hook-ups) that satisfies any mandatory constraints and as many preference constraints as possible.
  • FIG. 9 is a block diagram of a system 900 for producing a schedule.
  • a constraint programming (CP) module 905 is used to generate one or more seed schedules based on input parameters that define the problem and provide constraints. Multiple seed schedules can be generated by varying the input parameters and/or by using randomization factors in the constraint programming module (e.g., to randomize the order in which certain constraints are applied, particular variables are handled, or values are assigned).
  • the input parameters can also be changed to determine the effect of altering operational constraints, such as the number of aircraft, the number of gates at an airport, the number of flights between different markets, and the like.
  • the constraint programming module 905 is used to generate one or more solutions to a scheduling problem that has extensive variables. For example, subject to limitations imposed by the constraints, each segment (e.g., flight) can have a wide range of possible departure times and can hook-up with any segment that results in a consecutive two segment sequence.
  • a seed schedule from the constraint programming module 905 is used by a mathematical programming (MP) module 910 to refine the proposed, or seed, schedule in accordance with an objective function.
  • the mathematical programming module 910 alters the values of some or many variables (e.g., departure times and hook-ups) to produce a refined schedule that increases (with respect to the seed schedule) efficiency, revenue, compliance with preferences, and the like, as measured by an objective function.
  • the refined schedule can be used as a new seed schedule for further refinement by the mathematical programming module 910 (as indicated at 915 ).
  • the refined schedule generated by the mathematical programming module 910 is used as a final schedule.
  • the mathematical programming module 910 is used to generate a solution to a scheduling problem that has more controlled variables than the constraint programming module 905 . For example, a limited amount of flexibility is allowed for changes in departure times and hook-ups.
  • the mathematical programming module or process can operate on a seed schedule that is manually generated or that represents a currently implemented schedule.
  • FIG. 10 is a flow diagram of a mathematical programming process 1000 for tuning a schedule.
  • the mathematical programming process 1000 can be implemented in the mathematical programming (MP) module 910 of FIG. 9 .
  • the mathematical programming process 1000 operates to incrementally improve a seed schedule over numerous iterations to increase a value representing total demand met by a particular overall schedule.
  • the mathematical programming process 1000 or module 910 can be implemented using linear programming, such as using CPLEX, available from ILOG of Mountain View, Calif., or other similar products.
  • the mathematical programming process 1000 uses many of the same rules and constraints as the constraint programming techniques described above but further explicitly considers demand. In particular, the mathematical programming process 1000 uses the same, or most of the same, operational constraints and marketing constraints as the constraint programming module but also uses a demand function.
  • the demand function is an actual curve or other data, based on historical data and/or market research, that models demand based on, for example, a particular market, market size, departure times, how close and how far flights for the same market pair are spaced apart, nonstop traffic, one-stop traffic, multi-stop traffic, and any other quality or characteristic that may affect demand. Accordingly, the seed schedule, constraints, and demand function serve as inputs for the mathematical programming process.
  • a seed schedule is identified (step 1005 ).
  • the departure windows in the seed schedule are expanded by a specified amount of time (e.g., thirty minutes) in small increments (e.g., one or five minute increments) to produce multiple candidate departure times for each flight in the overall schedule (step 1010 ).
  • a specified amount of time e.g., thirty minutes
  • small increments e.g., one or five minute increments
  • candidate departure times are produced, resulting in a very large number of candidate routes.
  • a route in the seed schedule for an single aircraft may include five flights in a day (e.g., corresponding to four hook-ups that link five sequential market pairs).
  • FIG. 11 is a schematic diagram 1100 illustrating an expanding departure times for a portion of a route in a seed schedule to produce alternative candidate departure times.
  • a seed schedule includes a flight 1105 from Austin to Dallas departing at time x 0 that hooks-up with a flight 1110 from Dallas to Amarillo departing at time y 0 .
  • the departure times are expanded in certain increments to produce alternative Austin to Dallas departure times of x ⁇ 3 , x ⁇ 2 , x ⁇ 1 , x 1 , x 2 , and x 3 and alternative Dallas to Amarillo departure times of y ⁇ 3 , y ⁇ 2 , y ⁇ 1 , y l , y 2 , and y 3 .
  • the x ⁇ 3 departure to Dallas can hook-up with any one of the y ⁇ 3 , y ⁇ 2 , y ⁇ 1 , y 0 , y 1 , y 2 , and y 3 departures from Dallas
  • the x ⁇ 2 departure to Dallas can hook-up with any one of the y ⁇ 3 , y ⁇ 2 , y ⁇ 1 , y 0 , y 1 , y 2 , and y 3 departures from Dallas, and so forth, although some of the hook-ups from Dallas may be excluded by minimum turnaround constraints (e.g., the y ⁇ 3 departure from Dallas may depart too soon after the x ⁇ 2 flight arrives in Dallas) or maximum turnaround constraints (e.g., the y 3 departure from Dallas may depart too long after the x ⁇ 3 flight arrives in
  • a sample of the large number of candidate routes is selected (step 1015 ).
  • the sample may include candidate routes corresponding to five to ten of the routes in the seed schedule (e.g., one of which is the route that includes the Austin to Dallas to Amarillo flights of FIG. 11 ).
  • Such a sample results in roughly ten thousand candidate routes (i.e., with each candidate route corresponding to a different combination of original and/or alternative departure times), although the number may vary widely (e.g., as few as 4000 to as many as 100,000).
  • the candidate routes are not necessarily limited to a union of the candidate routes corresponding to each of the five to ten routes in the seed schedule. Additional candidate routes can be generated by exchanging hook-ups between candidate routes.
  • a flight 1115 from New La to Dallas with an a 0 departure time may hook-up with a Dallas to Albuquerque flight 1120 with a b 0 departure time.
  • Additional candidate routes can be generated by having the Austin to Dallas flight 1105 hook-up with the Dallas to Albuquerque flight 1150 (e.g., having an a ⁇ 2 departure hook-up with the y 2 departure) and having the New La to Dallas flight 1115 hook-up with the Dallas to Amarillo flight 1110 (e.g., having the x 2 departure hook-up with a b ⁇ 2 departure).
  • the purpose of selecting a sample of candidate routes at step 1015 is to limit the number of possibilities and to identify specific routes from the candidate routes that produce improvements in the overall schedule. Instead of selecting the sample entirely randomly, a weighted, pseudo-random selection process is used to favor a selection of: (1) routes that are problematic and/or (2) routes that can potentially interact with one another (e.g., by including departures from the same station at approximately the same time) and for which changes to the routes have the potential to improve the overall schedule (i.e., in terms of meeting demand and/or conforming to the constraints).
  • Weighting for the pseudo-random selection process is performed by scoring routes in the seed schedule (i.e., before expansion).
  • the scoring can be based on an objective function to determine which routes are problematic or can be improved based on, for example, turnaround times (e.g., too long or too short), demand curves, gate contentions, and flights that are too close or too far from the next or the preceding flight for the same market pair.
  • turnaround times e.g., too long or too short
  • demand curves e.g., too long or too short
  • gate contentions e.g., a particular route is selected for the sample
  • flights that are too close or too far from the next or the preceding flight for the same market pair.
  • the pseudo-random selection process is then performed on the weighted routes.
  • the sample of candidate routes is stored (step 1020 ), and a determination is made as to whether another sampling iteration should be performed (step 1025 ). This determination can be made, for example, by determining whether a predetermined number of iterations have been performed, whether a preselected time has elapsed, or whether a predetermined number of candidate routes has been stored. In this manner, sampling of candidate routes is repeated multiple times, with the resulting set of sampled candidate routes in each iteration appended to the previously stored candidate routes to produce a total number of candidate routes that increases with each iteration.
  • the accumulated overall sample of candidate routes are analyzed to identify duplicate routes, and any duplicate routes are removed (step 1030 ), which can significantly reduce the overall sample size (e.g., from several million down to several hundred thousand).
  • Duplicate routes can also be removed prior to storing the results of each iteration.
  • the resulting sample of candidate routes is then analyzed using linear programming to produce a score for each possible route (step 1035 ).
  • an objective function is defined that places values on different schedule characteristics. Some values may be positive while others may be negative.
  • each characteristic can be given a different weight.
  • the objective function can measure factors that affect how well the schedule meets demand. Schedule characteristics that tend to increase demand are given a positive value, while those that tend to decrease demand are given a negative value. In addition, schedule characteristics that tend to have a greater impact on demand are weighted more heavily than characteristics that tend to have a lesser impact.
  • a composite score for each possible schedule is calculated (step 1040 ).
  • Each possible schedule includes a different combination of candidate routes. Some routes are mutually exclusive (e.g., routes that include one or more of the same flights) and thus cannot be part of the same possible schedule. As a result, each different combination of candidate routes that does not include any conflicting routes is a different possible schedule.
  • the candidate routes and/or their corresponding score are inserted in a matrix, and mathematical programming is used to process the matrix to produce the composite score (e.g., by adding the scores of the candidate routes).
  • the matrix is processed using files that contain operational and marketing constraints and files that define demand curves.
  • scoring files that define how to score combinations of candidate routes based on the constraints and demand curves are used.
  • the scoring files are defined by a user in accordance with an assessment of the relative importance and/or undesirability of various schedule characteristics.
  • the constraint files are used to preclude certain schedule characteristics and/or for generating penalty values for schedule characteristics that violate certain constraints (e.g., required overnights, gate availability, etc.).
  • the demand curves are used to generate values representing nonstop demand and one-stop demand (and possibly higher order demand values) as well as demand that results from connecting flights.
  • the penalty values and demand values are based on scoring algorithms defined in the scoring files.
  • the values are combined to produce the composite score. In some cases, the values are weighted in accordance with a predefined weighting scheme, as defined in the scoring files.
  • the scoring files are generally based, at least in part, on historical data.
  • Demand curves can be based on linear interpolations of historical departure times and passenger counts by market (and/or market size) and time of day. Demand curves can also be modified to account for estimated growth and/or increased competition.
  • Proximity loss relates to a reduction in demand resulting from the proximity of nonstop flights to one-stop flights for the same markets.
  • Proximity loss also relates to reduction in demand due to the effects of the market spacing constraints of gap and compression. “Gap” refers to a time differential between flights for the same market pair that tends to cause a reduction in demand because the flights are too far apart. “Compression” is a time differential between flights for the same market pair that tends to cause a reduction in demand because the flights are too close together.
  • Penalties can include, for example, penalties for schedule characteristics that contribute to proximity loss, turnaround times below an absolute minimum threshold or below a minimum threshold by flight time or by number of passengers boarding or de-boarding, turnaround times that exceed a maximum threshold by station size, flight time, or number of passengers boarding or de-boarding.
  • Penalties can also relate to violations of operational constraints. For example, penalties can be incurred for exceeding the number of available aircraft, violating balancing constraints, too many or too few aircraft remaining overnight at particular stations, violations of positioning constraints, violations of maintenance requirements, absences of desired blocks of ground time, and exceeding available gate constraints.
  • the various composite scores are compared to identify a schedule that corresponds to the highest composite score (step 1045 ).
  • the schedule with the highest composite score is selected as a replacement for the seed schedule.
  • the invention and all of the functional operations described in this specification can be implemented in digital electronic circuitry, or in computer software, firmware, or hardware, including the structural means disclosed in this specification and structural equivalents thereof, or in combinations of them.
  • the invention can be implemented as one or more computer program products, i.e., one or more computer programs tangibly embodied in an information carrier, e.g., in a machine readable storage device or in a propagated signal, for execution by, or to control the operation of, data processing apparatus, e.g., a programmable processor, a computer, or multiple computers.
  • a computer program (also known as a program, software, software application, or code) can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
  • a computer program does not necessarily correspond to a file.
  • a program can be stored in a portion of a file that holds other programs or data, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code).
  • a computer program can be deployed to be executed on one computer or on multiple computers at one site or distributed across multiple sites and interconnected by a communication network.
  • processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer.
  • the processor will receive instructions and data from a read only memory or a random access memory or both.
  • the essential elements of a computer are a processor for executing instructions and one or more memory devices for storing instructions and data.
  • a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks.
  • Information carriers suitable for embodying computer program instructions and data include all forms of non volatile memory, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and CD ROM and DVD-ROM disks.
  • semiconductor memory devices e.g., EPROM, EEPROM, and flash memory devices
  • magnetic disks e.g., internal hard disks or removable disks
  • magneto optical disks e.g., CD ROM and DVD-ROM disks.
  • the processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
  • the invention can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer.
  • a display device e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor
  • a keyboard and a pointing device e.g., a mouse or a trackball
  • Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
  • the invention can be implemented in a computing system that includes a back-end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front-end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the invention, or any combination of such back-end, middleware, or front-end components.
  • the components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), e.g., the Internet.
  • LAN local area network
  • WAN wide area network
  • the computing system can include clients and servers.
  • a client and server are generally remote from each other and typically interact through a communication network.
  • the relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
  • FIG. 12 is a block diagram illustrating an example data processing system 1200 in which a constraint programming module and/or a mathematical programming module can be implemented.
  • the data processing system 1200 includes a central processor 1210 , which executes programs, performs data manipulations, and controls tasks in the system 1200 .
  • the central processor 1210 is coupled with a bus 1215 that can include multiple busses, which may be parallel and/or serial busses.
  • the data processing system 1200 includes a memory 1220 , which can be volatile and/or non-volatile memory, and is coupled with the communications bus 1215 .
  • the system 1200 can also include one or more cache memories.
  • the data processing system 1200 can include a storage device 1230 for accessing a storage medium 1235 , which may be removable, read-only, or read/write media and may be magnetic-based, optical-based, semiconductor-based media, or a combination of these.
  • the data processing system 1200 can also include one or more peripheral devices 1240 ( 1 )- 1240 ( n ) (collectively, devices 1240 ), and one or more controllers and/or adapters for providing interface functions.
  • the system 1200 can further include a communication interface 1250 , which allows software and data to be transferred, in the form of signals 1254 over a channel 1252 , between the system 1200 and external devices, networks, or information sources.
  • the signals 1254 can embody instructions for causing the system 1200 to perform operations.
  • the system 1200 represents a programmable machine, and can include various devices such as embedded controllers, Programmable Logic Devices (PLDs), Application Specific Integrated Circuits (ASICs), and the like.
  • Machine instructions also known as programs, software, software applications or code
  • These instructions when executed, enable the machine 1200 to perform the features and function described above.
  • These instructions represent controllers of the machine 1200 and can be implemented in a high-level procedural and/or object-oriented programming language, and/or in assembly/machine language. Such languages can be compiled and/or interpreted languages.

Abstract

Methods and systems, including systems for implementing computer software, use constraint programming to generate a schedule for transportation resources. A constraint propagation algorithm is used to eliminate invalid schedule options based on a first set of constraints in a network of transportation resources. Execution of the constraint propagation algorithm generates a reduced set of schedule options. A backtracking constraint programming algorithm and the reduced set of schedule options are then used to generate at least one proposed schedule. The backtracking algorithm is operable to select particular schedule options from the reduced set of schedule options based on a second set of constraints.

Description

TECHNICAL FIELD
This description relates to schedule and route planning, and more particularly to developing a schedule for transportation resources using constraint programming.
BACKGROUND
Commercial airlines typically have significant numbers of aircraft and serve dozens, if not more, of geographically diverse markets. Day-to-day operations require coordination of a variety of different business functions, including crew scheduling, maintenance, equipment scheduling, purchasing, and the like. Because many of the different business functions are interdependent, changes to one aspect of the operations can have an effect on other parts of the overall business. The logistics behind coordinating operations is further complicated by the geographic distribution of markets.
Generally, most of the operations of a commercial airline are centered around flight schedules. As with the coordination of day-to-day operations, the design of the overall flight schedule for a commercial airline involves complex interactions of numerous factors. Schedule design must take into account consumer demand, the ability to make connecting flights, maintenance requirements, gate availability, flight times and distances, airport restrictions and curfews, the number of available aircraft, and the like. Because of these various factors and the need to coordinate other business functions with the overall flight schedule, changes to a schedule design are generally performed weeks or even months in advance of implementing a change. The need for such advance planning limits the flexibility of commercial airlines in adapting to an evolving business environment, increasing efficiency, or otherwise modifying the overall flight schedule.
SUMMARY
Generating a schedule that meets demand and tends to maximize efficiency can help avoid the need to make changes on a frequent basis. In addition, constraint programming techniques can be implemented to help generate new schedules in a more rapid and efficient manner. In particular, constraint programming can be used to design a schedule, allocate a fleet, and assign routes essentially simultaneously.
In one general aspect, a broad, initial set of schedule options is provided. A constraint propagation algorithm is executed to eliminate invalid schedule options based on a first set of constraints in a network of transportation resources. By eliminating invalid schedule options, the constraint propagation algorithm generates a reduced set of schedule options. A backtracking constraint programming algorithm and the reduced set of schedule options are used to generate one or more proposed schedules. The backtracking algorithm is operable to select particular schedule options from the reduced set of schedule options based on a second set of constraints.
Implementations can include one or more of the following features. A secondary constraint propagation algorithm is integrated into the backtracking constraint programming algorithm. The secondary constraint propagation algorithm operates to eliminate invalid schedule options to further reduce the reduced set of schedule options. The constraint propagation algorithm is executed iteratively, and a determination is made as to whether one or more predetermined constraints are satisfied after each execution of the constraint propagation algorithm. If the one or more predetermined constraints are not satisfied after an execution of the constraint propagation algorithm. One or more constraints are relaxed, and another iteration of executing the constraint propagation algorithm is performed. The predetermined constraints include a constraint on a maximum number of transportation resources.
Multiple schedule options are defined. The schedule options include the invalid schedule options and the reduced set of schedule options, and the network of transportation resources is a network of aircraft serving multiple stations. The transportation resources include multiple classes of transportation resources. Routings are generated such that, for each class of transportation resources, each station includes the same number of transportation resources at the end of a repeating period. The first set of constraints and the second set of constraints include operational constraints and marketing constraints. The second set of constraints includes at least a subset of the first set of constraints. The first set of constraints includes market spacing constraints, operational station constraints, constraints relating to a number of aircraft to remain overnight at a station, and constraints relating to turnaround times, and the second set of constraints includes routing constraints.
The backtracking constraint programming algorithm assigns routings, allocates transportation resources, and performs schedule design. The invalid schedule options include an invalid departure time and/or an invalid hook-up, and the reduced set of schedule options includes departure times and routings associated with the transportation resources. The constraint propagation algorithm is a forward check constraint propagation algorithm.
In another general aspect, scheduling that is at least partially automated is performed by identifying constraints and identifying a set of possible routings for transportation resources. The constraints are for generating a schedule of the transportation resources in which each transportation resource traverses multiple segments and each segment links two stations. Each routing includes a sequential association of two or more segments. The set of possible routings is identified such that it includes some possible routings that are mutually exclusive. Constraint programming is used to eliminate invalid routings from the set of possible routings based on the constraints.
Implementations can include one or more of the following features. Departure ranges for each segment are generated based on the constraints, and constraint programming is used to eliminate invalid departure times from the departure ranges based on the constraints. The constraints include one or more turnaround constraints relating to an allowed amount of time between segments. The set of possible routings are identified by identifying segments having departure ranges that can satisfy one or more applicable turnaround constraints. A hierarchy of the constraints are iteratively applied. Constraint programming is used to select routings from the set of possible routings, as modified by eliminating invalid routings, that satisfy the constraints. Routings are selected from the set of possible routings based on routing constraints and operational and marketing preferences. In addition, constraint programming is used to refine a schedule design and allocate the transportation resources.
In another general aspect, constraints for generating a schedule in a network of transportation resources are identified. Constraint propagation based on the constraints is used to reduce schedule options, and a selection is made from the reduced schedule options using constraint programming to produce one or more proposed schedules.
Implementations can include one or more of the following features. Constraints are adjusted and constraint propagation is repeatedly used to reduce schedule options until the reduced schedule options satisfy one or more predetermined constraints. Constraint propagation is used to eliminate possible departure times for segments to be traveled by the transportation resources and to eliminate possible sequential associations between the segments. Selections are made from the reduced schedule options by selecting sequential associations from a remaining set of possible sequential associations and eliminating possible sequential associations that conflict with the selected sequential associations.
The details of one or more implementations are set forth in the accompanying drawings and the description below. Other features will be apparent from the description and drawings, and from the claims.
DESCRIPTION OF DRAWINGS
FIG. 1 is a flow diagram of a process for generating an optimized schedule in a network of transportation resources.
FIG. 2 is a flow diagram of a process for generating a proposed schedule in a network of transportation resources using constraint programming.
FIG. 3 is a conceptual diagram of a marketing day that is segmented into a number of departure windows.
FIG. 4 is a chart of representative potential hook-ups corresponding to the departure windows of FIG. 3.
FIG. 5 is a diagram that illustrates a simplified balancing problem.
FIG. 6 is a flow diagram of a more detailed constraint programming process for generating a proposed schedule in an airline network.
FIG. 7 is a flow diagram of a forward check subroutine as used in the process illustrated in FIG. 6.
FIG. 8 is a flow diagram of a backtracking and constraint propagation subroutine as used in the process illustrated in FIG. 6.
FIG. 9 is a block diagram of a system for producing a schedule.
FIG. 10 is a flow diagram of a mathematical programming process for tuning a schedule.
FIG. 11 is a schematic diagram illustrating an expanding departure times for a portion of a route in a seed schedule to produce alternative candidate departure times.
FIG. 12 is a block diagram illustrating an example data processing system in which a constraint programming module and/or a mathematical programming module can be implemented.
Like reference symbols in the various drawings indicate like elements.
DETAILED DESCRIPTION
Scheduling a network of transportation resources can involve techniques for simultaneously generating a schedule design, allocating an equipment fleet, and assigning routes. Initially, a proposed schedule is automatically generated based on specified parameters and constraints using constraint programming. The proposed schedule is then improved by iteratively modifying the schedule in accordance with a mathematical function to better match the schedule to existing demand.
The techniques can be used to generate an airline flight schedule, to allocate equipment (e.g., individual aircraft or aircraft types), and to assign routes. In general, a flight schedule encompasses departure and arrival times (i.e., instances) and the corresponding flight durations for specific flights between particular airports. Allocation of equipment involves assigning types of aircraft (and/or specific aircraft) to particular flights in the flight schedule. Assigning a route involves determining a sequence of flights to be handled by a single aircraft.
Although this description focuses on particular implementations of the invention in the context of aircraft, the invention can also be used for other types of transportation resources. For example, the techniques can be used to generate bus or train schedules. In addition, transportation resources are not necessarily limited to equipment used for transporting people but can also include, for example, equipment for transporting cargo or any set of objects or devices that travel between multiple locations in some coordinated manner. For example, the transportation resources can include a set of containers that are each routed through different sequences of locations.
FIG. 1 is a flow diagram of a process 100 for generating an optimized schedule in a network of transportation resources. Initially, parameters for the schedule are identified (step 105). The parameters include the number of transportation resources (e.g., a number of aircraft), stations or endpoints (e.g., airports) for segments to be traveled by the transportation resources, and basic demand parameters (e.g., a number of flights to be scheduled between each pair of airports). The parameters also include constraints relating to the transportation resources, routing and allocation thereof, and schedule design. In general, the constraints define rules and preferences based on which a schedule is generated. For example, the constraints can define the number of transportation resources by type, station data (e.g., gates, curfews, market size), travel times between each station pair, and turnaround times for each station (i.e., allowed lengths of stopovers at each station).
Using the identified parameters, a set of possible hook-ups is generated (step 110). In general, hook-ups correspond to potential links between a first segment associated with a transportation resource and a second segment associated with the same transportation resource. Thus, the first segment ends at the same location that the second segment begins. In the context of an airline implementation, a “hook-up” is a link between a first market pair and a second market pair in which both market pairs are served by the same aircraft and where the first market pair includes an arrival station that is the departure station for the second market pair. For example, a potential hook-up might exist between a “Dallas-Austin” market pair with an arrival window between 8:00 a.m. and 10:00 a.m. and an “Austin-Houston” market pair with a departure window between 8:30 a.m. and 11:00 a.m. In general, a hook-up corresponds to a one-stop routing except that a one-stop routing may imply, for example, that passengers or cargo can continue through the stopover, while a hook-up can include situations where continuations are not allowed (e.g., passengers may not book a flight continuation). For purposes of this description, hook-ups include both situations where continuations are and are not allowed, while “one-stop routings” and “through-routings” are limited to situations where continuations are allowed. The set of possible hook-ups can include all possible hook-ups or can be limited according to a rule set, a random or arbitrary selection, or a manual operation.
Based on the set of possible hook-ups and the constraints, a potential schedule is generated using constraint programming (step 115). Constraint programming involves techniques for solving a problem using constraints that should be satisfied by the solution. Constraints, in the context of constraint programming, are logical relationships among multiple variables that restrict the possible values the variables can take and provide partial information about the variables. A problem to be solved using constraint programming generally involves a set of variables, each of which is mapped to a finite domain of possible values, and a set of constraints. Each constraint provides some restriction on the combination of values that the set of variables can take simultaneously. Constraint programming generates one or more solutions to the problem by assigning to each variable one or more values from the corresponding domain of possible values. The values are assigned through a search and are selected such that the constraints are satisfied.
In generating a potential schedule using constraint programming, the variables include the hook-ups and departure and/or arrival times for each routing segment (typically, it is not necessary to consider departure and arrival times as independent variables because they are interrelated by known or approximate travel times). The constraints place restrictions on which combinations of hook-ups can be used and on the departure and/or arrival times. Thus, each of the one or more solutions includes a particular combination of hook-ups and a departure and/or arrival time for each routing segment. In some cases, more than one potential schedule can be generated if, for example, more than one departure time for a particular routing segment provides an acceptable solution. Other variables include which transportation resources are assigned to which hook-ups and which stations are used as starting and ending points for each overall routing sequence. Typically, an overall routing sequence includes multiple segments and corresponds to a period over which a schedule repeats (e.g., a day).
A variety of techniques can be used individually or in combination to generate a potential schedule through constraint programming. Among other things, constraint programming aims to generate a solution through consistency testing. Consistency testing includes determining if every possible value of a variable within the corresponding domain satisfies the relevant constraints. If not, each value that is inconsistent with the relevant constraints is eliminated from the domain. Consistency testing also includes determining consistency between related variables. For example, if x and y are variables that are related by operation of one or more constraints, then for each possible value of variable x, there should be a possible value of y that satisfies the relevant constraints. Consistency testing may also involve determining consistencies among more than two variables. Through the use of consistency testing, possible values of variables can be eliminated or “whittled down.” For example, constraint propagation techniques can be used to determine whether and how an elimination of one possible value of a variable propagates through constraints to eliminate possible values of other variables.
Constraint propagation techniques can include backtracking, forward checking, and look ahead techniques. Backtracking involves progressively assigning tentative values to variables until an inconsistency is encountered, then backtracking to a variable causing a conflict, and assigning a different value to that variable. In other words, when an assignment of a tentative value results in an inconsistency, the assignments are rolled back until a variable with a different possibly valid value is reached. Forward checking involves assigning a value to a current variable and removing possible values of other variables that conflict with the currently assigned value. Forward checking identifies invalid value assignments earlier than backtracking. Forward checking can also be used to eliminate possible values from a domain (i.e., still leaving multiple possible values), rather than to assign a single specific value to a variable. Look ahead techniques take constraint propagation one step further (in terms of speed of propagation and complexity of processing) and involve identifying conflicts among variables having as yet unassigned values (rather than between a variable with a currently assigned value and possible values of other variables, as in forward checking). Typically, different constraint propagation techniques are interchangeable depending on the desired distribution between efficiency and processing complexity. For example, forward checking is less efficient but also less complex than look ahead techniques.
Generating a potential schedule using constraint programming can also involve algorithms for determining the order in which variables are to be assigned values (e.g., organizing variables into a hierarchy) and/or for determining the order in which values are assigned to one or more variables (e.g., organizing values into a hierarchy). This ordering can be static (i.e., predefined) or dynamic (i.e., potentially changing depending on the current state of the search for a solution). As with other techniques used in the constraint programming phase of the process 100, in some cases, such as when constraint programming is used to simultaneously identify multiple possible solutions or to identify an at least partially optimized solution, ordering of variables and values can be used to determine an order in which possible values should be eliminated from domains rather than an order in which single specific values are assigned to variables. Orderings of variables and values can also be used to improve the efficiency of the search (e.g., by ensuring a quicker or more reliable constraint propagation) and/or to influence the results of the search. A randomizing algorithm can also be applied to orderings of variables and values to potentially produce different results if a solution or solutions are generated in series or parallel.
In some cases, a set of constraints may be such that, if strictly applied, no solution exists. One way to help avoid a situation in which a set of constraints preclude finding a solution is to organize constraints in a hierarchy. For example, a constraint hierarchy may define an order of importance for constraints. Some constraints can be mandatory (i.e., rules), while other constraints can be optional (i.e., preferences). A solution can satisfy the overall set of constraints without strictly complying with all of the constraints. Instead, a solution can satisfy the constraints by, for example, complying with the mandatory constraints and complying with some (e.g., as many as possible) but not all of the optional constraints. Optional constraints can be further organized into a hierarchy, in which case constraint programming can be used to favor a solution that satisfies a high priority optional constraint over a solution that satisfies a lower priority optional constraint without satisfying the high priority optional constraint. Similarly, a partial solution can be generated using an initial set of constraints, and a second, more complete solution can be generated by adding one or more additional constraints (e.g., a high priority constraint, such as total plane count) and relaxing other constraints from the initial set of constraints (e.g., lower priority constraints, such as market spacing constraints). In some implementations, an order of importance for constraints can be implicitly defined through an order in which variables are considered.
The potential schedule generated using constraint programming is used as a “seed” schedule for a linear or mathematical programming algorithm that produces a refined schedule. In particular, linear programming is used to identify a refined schedule that produces a relatively increased value of an objective function. Accordingly, various schedule alternatives are scored or rated using an objective function (step 120). In general, the objective function is designed to provide some measure of efficiency, such as efficiency of meeting demand, producing revenue at relatively low cost, reducing costs, and/or resource utilization. In some cases, the seed schedule can include variables that include multiple values. In other words, the constraint programming processing can produce a schedule with numerous alternative hook-ups and numerous alternative departure and/or arrival times. As a result, the seed schedule can represent a universe of possibilities from which a final schedule can be produced. Alternatively, the seed schedule can be used to produce multiple possible schedule alternatives (e.g., by expanding departure times and identifying alternative hook-ups using the seed schedule).
Using the scored schedule alternatives, scores for each possible overall schedule are combined to produce an overall score. A schedule that produces a relatively high overall score is identified as the refined schedule (step 125). A relatively higher score represents a set of schedule alternatives that tends to increase the presence of features considered to be beneficial by the objective function and/or to decrease the presence of features considered to be unfavorable by the objective function. In some cases, the refined schedule corresponds to the highest overall score. In other cases, the refined schedule corresponds to an overall score that is less than the maximum score (e.g., if the schedule with the maximum score violates a mandatory constraint). In some implementations, the schedule generated by the constraint programming processing and/or the refined schedule can be manually adjusted to produce a seed schedule or final schedule, respectively.
FIG. 2 is a flow diagram of a process 200 for generating a proposed schedule in a network of transportation resources using constraint programming. Although the process 200 is described in the context of an airline, the process 200 can be used to generate a proposed schedule in other environments. Initially, input constraints are defined (step 205). The input constraints generally specify the transportation services to be provided and any limitations, rules, or preferences relating to the services. In some airline industry implementations, the input constraints include a listing of every market served by the airline, the number of flights for each market pair, and the gate-to-gate travel time for each market pair. Other constraints include departure ranges and marketing day settings, turnaround times, possible hook-ups and one-stop routings, mandatory and preferred one-stop routings, market spacing data (e.g., gap and compression), station data (gates, simultaneous departure/arrival limitations, curfews, maximum planes to remain overnight, etc.), equipment type counts, business/leisure times, maintenance stations/times, and spacing settings. Some constraints (e.g., gate-to-gate travel time and spacings) can vary by time of day or week. Typically, although not necessarily, the input constraints are relatively fixed and cannot be varied during a particular generation of a proposed schedule. It is possible, such as when the techniques are being used to predict differences in efficiency or productivity between different resource allocations, to generate multiple proposed schedules and to vary the input constraints for the different proposed schedules.
Markets are defined by stations (i.e., airports) associated with the market. For example, Dallas Love Field is associated with the Dallas market and defines the Dallas market from the perspective of an airline. A market pair is a pair of stations between which one or more flights are to be scheduled. Each market pair is directional in that it includes a departure station and an arrival station. Market pairs can be represented by codes for each station. For example, Dallas Love Field is represented by the station code “DAL” and Austin is represented by the station code “AUS”. Accordingly, the Dallas-Austin market pair in the Dallas to Austin direction is represented, for example, by. “DAL-AUS”. “Generally, the number of flights for each market pair in one direction (e.g., “DAL-AUS”) has a corresponding number of flights for the market pair in the other direction (e.g., “AUS”-“DAL”).
For each market pair, a marketing day is segmented into a number of departure time windows (for the departure station) and corresponding arrival time windows (for the arrival station). In some implementations, an explicit arrival time window need not be defined because it is essentially specified by the departure time window plus some known approximate flight time. Alternatively, an explicit departure time window need not be defined because it can be determined based on the arrival time window minus some known approximate flight time. The marketing day is defined by marketing day constraints for each station. Marketing day constraints generally include a start time and an end time, which may result from airport operating hours and/or a period during which there is demand for flights. The marketing day can be segmented into equal or approximately equal time windows. Alternatively, constraints can be defined that allow some time windows to be smaller than others. For example, time windows during the morning and evening hours may be smaller for some markets to account for typical travel patterns of business travelers (e.g., in accordance with business/leisure constraints). Constraints can also be defined for shaping time windows in accordance with other rules. For example, for a market pair that has only two flights per day, there may be a rule specifying that one departure cannot be later than 9:00 a.m. and that the other departure cannot be earlier than 4:00 p.m. Each time window corresponds to a flight for the market pair.
FIG. 3 is a conceptual diagram 300 of a marketing day 305 that is segmented into a number of departure windows 310. The diagram 300 represents a marketing day 305 for flights from Dallas to Austin (DAL-AUS). In this example, there are to be seven flights per day from Dallas to Austin. Accordingly, the marketing day 305 is segmented into seven departure windows 310 of approximately equal length, although two longer windows appear in the middle of the day. The marketing day 305 begins at 6:00 a.m. and ends at 10:00 p.m. (i.e., 2200). A first departure window 310(1) runs from 6:00 a.m. to 8:00 a.m., a second departure window 310(2) runs from 8:00 a.m. to 10:00 a.m., and so on. Each departure window 310 represents a range of possible departure times for a flight from Dallas to Austin. Although adjacent departure windows 310 are illustrated and described as having a common endpoint (e.g., 8:00 a.m.), in some implementations, adjacent departure windows 310 have different endpoints (e.g., 8:00 a.m. and 8:05 a.m.).
Once the time windows are generated for all market pairs, potential “hook-ups” are identified. In general, the potential hook-ups do not include every theoretically possible hook-up but only those hook-ups that result in a stopover that is less than a predefined maximum threshold but greater than a predefined minimum threshold (e.g., where a departure time window for the second market pair in a hook-up includes at least one potential departure time that is between twenty and forty minutes of at least one potential arrival time within an arrival time window for the first market pair). A minimum turnaround time or stopover constraint and a maximum turnaround time or stopover constraint can be defined. Use of such constraints helps reduce the total number of potential hook-ups. Thus, potential hook-ups are determined based primarily on departure windows and turnaround time constraints. Each particular market pair for a particular time window can have one or more potential hook-ups. For example, a “Dallas-Austin” market pair with an arrival window between 7:00 a.m. and 9:00 a.m. can have potential hook-ups with an “Austin-Houston”, “Austin-El Paso”, “Austin-Las Vegas”, and/or “Austin-Harlingen” market pair having a subsequent departure window.
FIG. 4 is a chart 400 of representative potential hook-ups corresponding to the departure windows 310 of FIG. 3. Each departure window 310 corresponds to a flight from Dallas to Austin that can hook-up with a flight from Austin to some other destination (possibly including returning to Dallas). In this example, there are flights from Austin to Houston (AUS-HOU), Austin to El Paso (AUS-ELP), and Austin to Las Vegas (AUS-LAS). Each market pair includes its own set of departure windows. For example, the Austin to Houston flights include seven departure windows 405, the Austin to El Paso flights include four departure windows 410, and the Austin to Las Vegas flights include three departure windows 415. The chart 400 indicates which of the Dallas to Austin departure windows 310 can potentially hook-up with which of the departure windows 405, 410, and 415 of flights departing from Austin (assuming a gate-to-gate travel time from Dallas to Austin of one hour and a turnaround time of twenty to forty minutes). For example, a Dallas to Austin flight departing between 6:00 a.m. and 8:00 a.m. can potentially hook-up with Austin to Houston flights corresponding to three different departure windows 405(1), 405(2), and 405(3) (e.g., a 6:05 a.m. flight from Dallas could hook-up with a 7:30 a.m. or a 7:45 a.m. flight to Houston and a 7:50 a.m. flight from Dallas could hook-up with 9:15 a.m. flight to Houston).
For some market pairs and time windows, one of the potential hook-ups is a termination. In other words, one of the options, or the only option, for a particular market pair in a particular time window is that the aircraft that flies within the time window does not actually hook-up with another flight. Instead, the aircraft spends an overnight at the station. A flight that arrives at the station for an overnight is a terminating flight. Each terminating flight generally corresponds to an originating flight the following morning and also identifies a flight associated with an aircraft that will “remain overnight.” Accordingly, the number of “remain overnight” aircraft should not exceed the number of available aircraft.
As shown in FIG. 2, once the possible hook-ups have been defined, a forward check or some other type of constraint propagation algorithm is applied (step 210). The constraint propagation algorithm serves to influence schedule design and to narrow routing options. In general, the departure windows are narrowed down and potential hook-ups are eliminated. Some narrowing of departure windows and eliminating potential hook-ups may occur as a result of conflicts that arise through the application of constraints. For example, departure times that would create violations of market spacing constraints may need to be eliminated (e.g., to narrow a departure window to preclude the possibility of different flights for the same market pair being too close together or too far apart). In turn, a narrowed window may result in an elimination of one or more potential hook-ups. Narrowing of departure windows and eliminating potential hook-ups may also occur as a result of constraints that define a preference. For example, if a hook-up between particular flights is preferably twenty five minutes rather than twenty minutes, a departure window may be narrowed and/or a potential hook-up may be eliminated as a result of the preference. Constraints that affect constraint propagation can include minimum and maximum remain overnight thresholds, gate constraints (e.g., maximum number of gates available at a station), simultaneous departure and arrival constraints, market spacing constraints, and locked or preferred one-stops (i.e., flights arriving at a station that must or should hook-up with a particular flight or one of a set of flights departing from the station).
Frequently, narrowing down time windows and eliminating potential hook-ups have a derivative effect that propagates through the overall network. For example, narrowing down a particular time window may eliminate one or more potential hook-ups at a current station, which can further eliminate one or more potential hook-ups at a downstream station as a result of rules that effectively require or preclude particular sequences of hook-ups. As another example, station constraints may define a maximum number of gates that can be occupied at any given time. Narrowing down the time windows can result in there being some potential hookups at a particular station that would require a greater number of gates than are allowed. In such a case, rules may be defined for determining which potential hookups are eliminated.
A number of different constraints can impact the narrowing of time windows and elimination of potential hook-ups. The constraints include operational constraints (e.g., station data defining a quantity of gates and a quantity of required or possible overnight planes; valid equipment types; maintenance, turnaround times, and the like) and marketing constraints (e.g., limiting or shaping flight departure times; spacings between departing flights for the same market pair; through patterns; and the like). Constraints can also define other schedule generation parameters, such as in what increments departure windows should be narrowed (e.g., one minute or five minutes). In some implementations, an algorithm applies the constraints in an iterative process. In each iteration, the constraints are applied in accordance with a defined hierarchy designed to prevent changes from being made lower in the hierarchy that tend to conflict with changes made higher in the hierarchy. In addition, changes are made gradually to avoid conflicts. Each time a change is made, the process returns to a starting position to begin a new iteration.
Once the forward check constraint propagation algorithm is complete, it is determined whether one or more critical constraints are satisfied (step 215). In some cases, all of the constraints may be handled during constraint propagation, in which case this determination may be unnecessary. If, however, one or more critical constraints are not satisfied, predetermined constraints are relaxed (step 220) and the forward check constraint propagation algorithm is applied again (step 210). Relaxation of constraints and forward check constraint propagation followed by testing for satisfaction of critical constraints are performed until the critical constraints are satisfied. The constraints to be relaxed are generally selected so as to increase the likelihood that a solution can be found. Once the critical constraints are satisfied, typically there are significantly fewer schedule options than before application of constraint propagation.
Which constraints are critical and the values of critical constraints are generally specific to a particular implementation and/or run sequence of the overall constraint programming algorithm. In other words, a constraint may be defined as critical for a particular run sequence even if it is possible to implement a schedule that does not include the constraint. For example, an initial application of forward check constraint propagation may generate a proposed schedule that requires more than a preferred number of aircraft. The preferred number of aircraft may be considered a critical constraint for purposes of a current search for a solution, even though additional aircraft may be available (e.g., if a solution cannot be found with the current critical constraints).
Once the critical constraints are satisfied, backtracking constraint programming is performed (step 225). Backtracking constraint programming serves to assign routes, allocate equipment to the routes, and finalize schedule design. For example, a rules-based trial and error (e.g., backtracking) process is initiated to identify route assignments, equipment allocations, and a final schedule design that are feasible. As a result, routing, fleeting, and schedule design are determined more or less simultaneously. In other words, constraint programming is used to work towards a solution of all three of these components in parallel rather than in series. Each time a change is finalized (e.g., by assigning a route, allocating equipment, or making a schedule design change), constraint propagation can be performed to further refine the schedule design (step 230) by further narrowing departure windows and eliminating possible hook-ups followed by a return to the backtracking sequence. The constraint propagation that is incorporated into the backtracking sequence can be similar to, different from, or the same as the prior forward check constraint propagation algorithm.
In some implementations, a rules-based trial and error process is used to perform “balancing.” Balancing means that the number of each equipment group (or other transportation resources) at each station is the same at the end of each day or other repeating period (e.g., two days or a week). The rules-based trial and error process can be performed by a rules-based route generator that uses as its input: the narrowed down time windows and potential hook-ups; the number of planes by equipment type; and the potential and/or predefined originating and terminating flights. Starting with a selected station, a sequence of hook-ups is selected in accordance with predefined constraints (e.g., stations that are preferred or precluded for a particular equipment type, predefined one-stops, and direction flow rules). The sequence of hook-ups represents the route traveled by a single aircraft in a particular time period (e.g., generally a single day but other periods are possible, such as a two day period).
The sequence of hook-ups begins with an originating flight and ends with a terminating flight. The station corresponding to the originating flight need not be the same, and typically is not the same, as the station corresponding to the terminating flight. Once a sequence of hook-ups for one aircraft is selected, another sequence of hook-ups is selected for another aircraft starting from the station corresponding to the terminating flight of the previous aircraft. Sequences of hook-ups are repeatedly selected in this manner for all of the aircraft in a particular equipment group to generate an overall sequence of hook-ups for the particular equipment group. The goal of balancing is generally to ensure that hook-up sequences for a single equipment group form one or more loops, each of which begins and ends at the same station. This ensures that the appropriate type of equipment is available each day at each station.
FIG. 5 is a diagram that illustrates a simplified balancing problem. For purposes of illustrating balancing in this example, it is assumed that a single aircraft is to return to its originating station after exactly eight flights. Typically, however, balancing will involve multiple aircraft and will be constrained by the length of the marketing day, rather than an exact number of flights. The aircraft originates with a first flight 505 from Los Angeles to Salt Lake City (LAX-SLC). A sequence of hook-ups is selected that results in a second flight 510 from Salt Lake City to Boise (SLC-BOI), a third flight 515 from Boise to Seattle (BOI-SEA), a fourth flight 520 from Seattle to Chicago (SEA-MDW), a fifth flight 525 from Chicago to Philadelphia (MDW-PHL), a sixth flight 530 from Philadelphia to Raleigh-Durham (PHL-RDU), and a seventh flight 535 from Raleigh-Durham to Orlando (RDU-MCO). To satisfy the constraints in this example, it is necessary to hook-up with a flight from Orlando to Los Angeles. Other constraints or limitations on available departure windows, however, may prevent such a flight from being available for hook-up. For example, the most westerly potential hook-up destination may be an eighth flight 540 from Orlando to San Antonio (MCO-SAT). Accordingly, it may be necessary to backtrack to a previous station and assign new hook-ups. By backtracking to Philadelphia and assigning an alternative sixth flight 530′ from Philadelphia to Houston (PHL-HOU), an alternative seventh flight 535′ from Houston to El Paso (HOU-ELP), and an alternative eighth flight 540′ from El Paso to Los Angeles (ELP-LAX), it is possible to return to the starting station.
Once sequences of hook-ups are selected for a particular equipment group, sequences of hook-ups are selected in the same manner for another equipment group. Sequences of hook-ups are repeatedly selected in this manner for all of the different equipment groups in an overall fleet.
Generally, an equipment group is defined by all (or a subset) of an airline's aircraft of the same or a similar type. For example, one equipment group includes all of an airline's Boeing 737-500's, while another equipment group includes all of the airline's 737-700's. As noted above, the goal of selecting sequences of hook-ups is to balance each equipment group such that the number of aircraft in each equipment group is the same at the beginning and end of each time period for each station. Accordingly, the overall sequence of hook-ups for each equipment group can be thought of as a loop (or multiple loops) including individual routes that link together and having the same starting and ending point. To arrive at this result, it is often necessary to backtrack up the overall sequence of hook-ups and to try alternative hook-ups. For example, an overall sequence of hook-ups initially may be selected such that it becomes impossible or undesirable to end up at the starting point and still comply with the predefined rules. As a result, a hook-up higher up the overall sequence is selected and a new overall sequence is generated from that point. Such backtracking is repeated (possibly starting from multiple different points) until obtaining an acceptable overall sequence that ends at the same station as it starts.
Generating an overall sequence typically starts from a large market (i.e., a station that includes a relatively large number of overnight planes). Selecting such a starting point provides greater flexibility in generating the overall sequence because there are more terminating flights at the station that can serve as an ending point in the overall sequence as compared to a small market. In other words, using a large market as a starting point makes it easier to identify an overall sequence that ends at the same place it starts.
In some cases, partially through generating an overall sequence, a subset of the sequences arrives at the starting point before the overall sequence for the entire equipment group is complete. In such a case, it is possible to move to a different station to begin another subset of sequences. Accordingly, a particular equipment group can have multiple different loops, each with there own respective starting and ending station. In addition, multiple, mutually exclusive overall sequences can be generated to enable a selection among different alternatives (e.g., to select an alternative that best complies with certain constraints).
Some predefined constraints can define preferences for selecting individual hook-ups. For example, the predefined constraints can include a preference for hook-ups that result in a consistent direction flow (e.g., so that a westbound market pair, such as New Orleans-Houston, hooks-up with a non-westbound market pair, such as Houston-Little Rock, in an undesirable manner), a desirable one-stop route (e.g., a hook-up where there is significant demand for through traffic, such as Austin to El Paso to Las Vegas), or an increased flexibility in departure times. Other predefined constraints can restrict the overall sequence of hook-ups. For example, an overall sequence may be required to arrive at a station with a maintenance facility (e.g., so that aircraft can periodically be taken out of service for maintenance). Because of the need to periodically perform maintenance, an overall sequence may account for fewer than all of the aircraft in a particular equipment group to allow the aircraft to be cycled through a regular maintenance program that requires one or more of the aircraft in the group to be temporarily out of service. In general, some of the constraints are operational constraints (e.g., numbers of gates and maintenance requirements), and, as a result, operational requirements are automatically accounted for.
In addition to balancing, backtracking constraint programming (step 225) and any associated constraint propagation (step 230) can further take into account maintenance requirements (e.g., to ensure that each sequence of hook-ups results in equipment remaining overnight at a maintenance facility), positioning (e.g., to ensure that equipment is at a particular location at a selected time), turnaround time preferences (e.g., to reduce undesirably long turnarounds or increase undesirably short turnarounds), and market spacing preferences. The result is an overall flight schedule that encompasses schedule design, routing, and fleeting. In some cases, the sequences of hook-ups may include some degree of flexibility in departure times. This flexibility can be used, in accordance with the turnaround time preferences, to increase the turnaround times for flights that have historically higher relative passenger counts, which further whittles down the possible departure times. The routes can also be “compressed” into as short an operating day as the time windows allow. By this point, most flights settle into a single possible departure time.
The generation of the overall flight schedule (including segmenting the market days into time windows, identifying potential hook-ups, narrowing the time windows, and the rules-based route generation) can be performed automatically in a constraint programming module based on the constraints. In some cases, certain operations can be performed manually. For example, the results of a process that is performed automatically can be reviewed and modified manually (e.g., by changing values, locking down windows or hook-ups, and the like). In addition, the overall flight schedule can be implemented as an actual flight schedule or can be used as a starting point, or “seed,” for further automatic processing or manual modification.
FIG. 6 is a flow diagram of a more detailed constraint programming process 600 for generating a proposed schedule in an airline network. Initial setting are defined (step 605). The settings include the markets to be served; the number of flights per day for each market pair; gate-to-gate travel time; departure ranges, which can be influenced by market size, empirical demand data, and business versus leisure travel considerations; and minimum and maximum turnaround times, which can vary depending on flight distance, origination, destination, historical demand, and the like. Based on the departure ranges and turnaround times, all possible hook-ups are generated (step 610). Any mandatory hook-ups (e.g., pre-selected through-routings or flights that are required to result in a through-routing from a subset of pre-selected through-routings) are identified (step 615).
A forward check subroutine is executed (step 620) to reduce the number of hook-ups and the departure ranges and to seek a minimum best case scenario on remain overnight counts. After executing the forward check subroutine, a determination is made whether a remain overnight count exceeds a maximum plane count (step 625). The remain overnight count corresponds to the minimum cumulative number of aircraft that must remain overnight at a station based on the current state of the departure ranges and possible hook-ups. For example, if a departure range for a particular flight requires that the flight arrive at a destination station too late to hook-up with another flight before a station curfew, the particular flight must remain overnight at that station. Similarly, if a station has more flights arriving after a certain time of day than departing flights, at least one flight must remain overnight at the station. If the remain overnight count exceeds the maximum plane count, departure windows throughout the overall schedule are expanded and market spacing constraints are relaxed (e.g., to allow consecutive flights for the same market pair to depart as little as one hour and forty five minutes apart rather than no less than two hours apart) (step 630). For example, the market spacing constraints can be relaxed by a predetermined percentage.
Following this relaxation of departure and market spacing constraints, the process 600 returns to the forward check subroutine (step 620). Subsequently, testing of the remain overnight count versus the maximum plane count (step 625) and constraint relaxation (step 630) is repeated until the remain overnight count is less than or equal to the maximum plane count. Once the remain overnight count is low enough, a backtracking and constraint propagation subroutine is executed (step 635).
FIG. 7 is a flow diagram of a forward check subroutine 700 as used in the process 600 illustrated in FIG. 6. Initially, station hook-ups that are no longer valid are eliminated (step 702). Station hook-ups can be identified as invalid by consistency testing each station hook-up against all of the constraints that relate to the station hook-up. For example, a hook-up may become invalid if a departure window is narrowed such that a previously possible hook-up would require a turnaround time that exceeds a maximum threshold, or if a mandatory hook-up (see step 615 of FIG. 6) precludes a hook-up that was originally identified as a possibility (see step 610 of FIG. 6). Departure windows for mandatory hook-ups are adjusted (step 704). For example, if a departure window for one flight in a mandatory hook-up is narrowed, it may result in a corresponding change to a departure window for the other flight in the mandatory hook-up. It is then determined whether any changes have occurred as a result of steps 702 or 704 (step 706). If so, the subroutine 700 returns to step 702.
Otherwise, departure times that would create market spacing (i.e., gap or compression) violations are eliminated (step 708). For example, if a first of two adjacent departure windows for the same market pair includes specific departure times that would necessarily be either too far from or too close to all of the departure times in the second of the two adjacent departure windows, the first departure window is narrowed to eliminate the specific departure times. If step 708 results in a change (as determined at step 710), the subroutine 700 returns to step 702. Otherwise, maximum remain overnight counts for each station are reduced as necessary (step 712). In general, the cumulative minimum number of planes that must remain overnight should not exceed the available number of planes. If the maximum remain overnight counts for one or more stations would allow a cumulative remain overnight count to exceed the available number of planes, the maximum remain overnight counts for those one or more stations is reduced. It should be noted, however, that, in some cases, it may not be possible to comply with the maximum remain overnight counts at the end of one iteration of the forward check subroutine 700, in which case it is necessary to relax certain constraints and execute the forward check subroutine 700 again (see steps 625 and 630 of FIG. 6).
If step 712 results in a change (as determined at step 714), the subroutine 700 returns to step 702. Otherwise, adjustments are made for stations that have reached maximum gate and/or simultaneous departure/arrival constraints but that have not reached a station-specific maximum remain overnight threshold (step 716). For example, if an airline has access to only three gates at a particular station and there are three flights with narrow departure windows around 10:00 a.m., a fourth flight with a wider departure window that includes 10:00 a.m. can be adjusted by removing one or more departure times around 10:00 a.m. (e.g., to “punch a hole” in the departure window). Stations that have reached the applicable maximum remain overnight threshold have less flexibility, so changes relating to maximum gate and simultaneous departure/arrival constraints are delayed until later in the subroutine 700 (i.e., until other consistency tests have been performed).
If step 716 results in a change (as determined at step 718), the subroutine 700 returns to step 702. Otherwise, stations are ranked according to urgency criteria (step 720). Ranking stations according to the urgency criteria sets forth an order of priority for performing additional consistency testing and/or constraint propagation (i.e., to narrow departure windows and eliminate hook-ups). For example, stations are ranked according to whether each station has reached a maximum remain overnight threshold, whether departure windows for the station require at least one plane to sit on the ground for a long period (e.g., exceeding a maximum turnaround threshold), whether the station includes a relatively large number of mandatory hook-ups (see step 615 of FIG. 6), whether a probability function indicates a risk that a maximum gate threshold will be violated, whether the station does not include enough early originating flights or late terminating flights to meet a minimum remain overnight threshold, and how many daily departures the station has (e.g., smaller stations receive higher priority).
Consistency tests and/or constraint propagation are applied to the stations in the order of the station urgency rankings from step 720 (step 722). This testing includes examining all of the station hook-ups in combination to determine whether there are any conflicts. Some hook-ups may be invalid because they conflict with other, more necessary hook-ups. As a simple example, if two flights arrive into Dallas, one from Austin and the other from San Antonio, and the Austin flight (AUS-DAL) can hook-up with a flight to Tulsa (DAL-TUL) or a flight to Oklahoma City (DAL-OKC), while the timing of the San Antonio flight dictates that it can only hook-up with the flight to Tulsa (DAL-TUL), the possible Austin-Dallas-Tulsa hook-up should be eliminated. This testing for conflicts can involve other combinations involving a greater number of flights and/or stations. The testing can also include eliminating invalid departure times of flights (possibly while ignoring maximum turnaround time constraints) and then eliminating invalid departure times of flights involved in mandatory-hook-ups (while considering maximum turnaround time constraints). At this point, the prior testing generally eliminates the possibility of exceeding the maximum remain overnight threshold, so testing can involve making adjustments for stations that have reached maximum gate and/or simultaneous departure/arrival constraints and that have reached a station-specific maximum remain overnight threshold.
If step 722 results in a change (as determined at step 724), the subroutine 700 returns to step 702. Otherwise, a determination is made as to whether a hook-up threshold has been reached (step 726). The hook-up threshold is used to determine whether sufficient flexibility still exists in the current state of the schedule design to make changes relating to mandatory hook-ups. If the threshold has not been reached, mandatory hook-ups providing through-routings that conflict with direct flights are adjusted to avoid potential conflicts (step 728). For example, if a mandatory hook-up of a Dallas to Houston flight and a Houston to Corpus Christi flight includes departure windows that overlap or are near a departure window for a direct flight from Dallas to Corpus Christi, the departure windows for the flights involved in the mandatory hook-up can be narrowed to avoid having a one-stop flight in competition with a direct flight.
If step 728 results in a change (as determined at step 730), the subroutine 700 returns to step 702. Otherwise, potential hook-ups that result in a desirable through-routing are “locked down” (step 732) (i.e., by eliminating other possible hook-ups involving the same flights). For example, a matching calculation may be used to determine the desirability of alternative hook-ups. The matching calculation may consider demand and how many alternative through-routings are potentially available to meet that demand. For instance, a Baltimore to Kansas City flight potentially hooks-up with a flight to Los Angeles or a flight to Albuquerque. If there is a daily demand of two hundred passengers for Baltimore to Los Angeles through-routings and fifty passengers for Baltimore to Albuquerque, it may be more desirable to lock down the hook-up to the Los Angeles flight. However, if there are currently ten possible through-routings from Baltimore to Los Angeles and only one from Baltimore to Albuquerque, it may be more desirable to lock down the hook-up with the Albuquerque flight despite the lower demand because there are many more potential alternatives for traveling to Los Angeles.
If step 732 results in a change (as determined at step 734), the subroutine 700 returns to step 702. Otherwise, if the hook-up threshold has been reached at step 726 or if it is determined at step 734 that no changes have occurred, adjustments are made to departure windows to help prevent problems with gate and simultaneous departure/arrival constraints (step 736). These adjustments are similar to those made in steps 716 and 722 except that they are based on a relative probability of conflicts rather than a relative certainty of conflicts, as in steps 716 and 722.
If step 736 results in a change (as determined at step 738), the subroutine 700 returns to step 702. Otherwise, measures are taken to relieve departure window and/or hook-up constraints that are likely to cause problems (step 740). For example, a hypothetical schedule can be generated from the current state by selecting the midpoint of each departure range as a departure time, selecting hook-ups based on the selected departure times, and determining which stations have constraint violations or problems (e.g., where the minimum best case remain overnight count increases from five to ten). Adjustments to the departure windows and possible hook-ups can be made to relieve scheduling pressures (e.g., to reduce the likelihood of having a situation where no solution exists). If step 740 results in a change (as determined at step 742), the subroutine 700 returns to step 702. Otherwise, the subroutine 700 is complete (step 744).
FIG. 8 is a flow diagram of a backtracking and constraint propagation subroutine 800 as used in the process 600 illustrated in FIG. 6. Initially, departure windows are expanded (step 805), and hook-ups are regenerated (step 810). Expansion of departure windows is performed multiple times throughout the backtracking and constraint propagation subroutine 800, which allows unnecessary prior narrowing of windows to be removed. During the forward check subroutine 700, some of the changes are preventative measures used to avoid problems that may never materialize. Thus, by expanding departure windows as the schedule is refined, some of the unnecessary narrowing can be reversed. In general, the expansion of departure windows in step 805 and throughout the backtracking and constraint propagation subroutine 800 is not permitted to expand beyond the bounds of expansion in step 630 of FIG. 6. Expanding the departure windows, for many flights, increases the number of other flights with which there can be a potential hook-up. Regenerating hook-ups involves adding potential hook-up that result from the expanded departure windows. Next, the forward check subroutine 700 is executed (step 815.
Turnaround times for some markets, inbound flights, and/or outbound flights are increased based on preference constraints until the total number of potential hook-ups reaches some minimum threshold (step 820). For example, based on an anticipated passenger load, it may be desirable to increase the minimum turnaround time for certain flights from twenty minutes to twenty five minutes. Increases in the minimum turnaround times can be performed one at a time in order of urgency (e.g., based on which flights are most likely to have problems meeting the turnaround time). Hook-ups with a twenty minute minimum turnaround time are adjusted, if possible, in order of urgency, followed by hook-ups with a twenty five minute minimum turnaround time. The minimum threshold ensures some remaining level of flexibility. After each increase in a turnaround time, the forward check subroutine 700 is executed (step 825), and after each execution of the forward check subroutine 700 at step 825, an increase in another turnaround time is applied at step 820 until the minimum threshold is reached.
Next, required routings are generated using backtracking (step 830). Required routings include routings used for purposes of maintenance and positioning aircraft at particular stations. For example, each aircraft in a fleet may periodically need to terminate/originate at a maintenance facility, possibly with an early termination or late origination. There may also be a need for a particular aircraft type to originate or terminate at a particular station for other purposes or to have an extra block of ground time at a particular station. Such required routings are generated using a forward or backward trial and error backtracking technique starting from the maintenance station or the station at which an aircraft is to be positioned. After building each required routing, the forward check subroutine 700 is executed (step 835), and after each execution of the forward check subroutine 700 at step 835, another required routing is generated at step 830 until all required routings are generated. In some implementations, the forward check subroutine 700 may be executed after selecting each hook-up in the trial and error procedure. If a selected hook-up results a failure in consistency testing, the changes made subsequent to selecting the hook-up are rolled back (i.e., undone) and a different hook-up is selected.
Turnaround times are again increased for some markets, inbound flights, and/or outbound flights based on preference constraints (step 840). Increases are performed until the total number of potential hook-ups reaches some minimum threshold in the same manner as in step 820 but using a threshold that is generally less than the threshold in step 820. After each increase in a turnaround time, the forward check subroutine 700 is executed (step 845), and after each execution of the forward check subroutine 700 at step 845, an increase in another turnaround time is applied at step 840 until the minimum threshold is reached.
Balancing is performed for a particular equipment type using a backtracking and/or other consistency testing or constraint propagation technique (step 850), followed by execution of the forward check subroutine 700 (step 855). If addition equipment types have not yet been balanced (as determined at step 860), the subroutine 800 returns to step 850 to balance another equipment type. The order in which equipment types are balanced is typically dependent upon the restrictions on each equipment type and/or ease of balancing each equipment type. More particularly, the order of balancing may relate to a consideration of flexibility versus demand. For example, aircraft that have the most or fewest restrictions based on noise constraints, size, fuel efficiency, or other characteristics may be balanced earlier than other aircraft types. When there are multiple different equipment types, once all but one equipment type has been balanced, the last equipment type is automatically balanced.
Once all equipment types are balanced, departure windows are expanded (step 865), and hook-ups are regenerated within each equipment type (step 870). The forward check subroutine 700 is executed (step 875), and adjustments are made in accordance with selected preferences (step 880). Preferences can involve increasing minimum turnaround times, compressing originating and terminating flights (e.g., to remove unnecessarily early departures and late arrivals to make an aircraft's day as short as possible), reducing potentially large turnaround times (e.g., by narrowing departure windows), improving market spacing, selecting desirable through-routings, eliminating undesirable routings (e.g., routings that make it difficult to allocate crews, routings that cause an undesirable looping of aircraft, or flights that have undesirable combinations of origination and destination locations), and possibly narrowing departure windows to a single possibility. The forward check subroutine 700 is executed after each adjustment or set of adjustments (step 885). The result is a single proposed schedule (or a proposed schedule that includes some ranges of alternative departure windows and/or hook-ups) that satisfies any mandatory constraints and as many preference constraints as possible.
In some implementations of a scheduling process, a proposed overall schedule that results from the constraint programming module or process can be used as a “seed” for a mathematical programming module or process that refines the proposed schedule in accordance with an objective function. FIG. 9 is a block diagram of a system 900 for producing a schedule. A constraint programming (CP) module 905 is used to generate one or more seed schedules based on input parameters that define the problem and provide constraints. Multiple seed schedules can be generated by varying the input parameters and/or by using randomization factors in the constraint programming module (e.g., to randomize the order in which certain constraints are applied, particular variables are handled, or values are assigned). The input parameters can also be changed to determine the effect of altering operational constraints, such as the number of aircraft, the number of gates at an airport, the number of flights between different markets, and the like. The constraint programming module 905 is used to generate one or more solutions to a scheduling problem that has extensive variables. For example, subject to limitations imposed by the constraints, each segment (e.g., flight) can have a wide range of possible departure times and can hook-up with any segment that results in a consecutive two segment sequence.
A seed schedule from the constraint programming module 905 is used by a mathematical programming (MP) module 910 to refine the proposed, or seed, schedule in accordance with an objective function. For example, the mathematical programming module 910 alters the values of some or many variables (e.g., departure times and hook-ups) to produce a refined schedule that increases (with respect to the seed schedule) efficiency, revenue, compliance with preferences, and the like, as measured by an objective function. The refined schedule can be used as a new seed schedule for further refinement by the mathematical programming module 910 (as indicated at 915). After a selected number of iterations, after a selected time, or upon reaching a desired level of, e.g., efficiency, revenue, of improvement, the refined schedule generated by the mathematical programming module 910 is used as a final schedule. The mathematical programming module 910 is used to generate a solution to a scheduling problem that has more controlled variables than the constraint programming module 905. For example, a limited amount of flexibility is allowed for changes in departure times and hook-ups. As an alternative to using a constraint programming output as a seed schedule, the mathematical programming module or process can operate on a seed schedule that is manually generated or that represents a currently implemented schedule.
FIG. 10 is a flow diagram of a mathematical programming process 1000 for tuning a schedule. The mathematical programming process 1000 can be implemented in the mathematical programming (MP) module 910 of FIG. 9. The mathematical programming process 1000 operates to incrementally improve a seed schedule over numerous iterations to increase a value representing total demand met by a particular overall schedule. The mathematical programming process 1000 or module 910 can be implemented using linear programming, such as using CPLEX, available from ILOG of Mountain View, Calif., or other similar products. The mathematical programming process 1000 uses many of the same rules and constraints as the constraint programming techniques described above but further explicitly considers demand. In particular, the mathematical programming process 1000 uses the same, or most of the same, operational constraints and marketing constraints as the constraint programming module but also uses a demand function. The demand function is an actual curve or other data, based on historical data and/or market research, that models demand based on, for example, a particular market, market size, departure times, how close and how far flights for the same market pair are spaced apart, nonstop traffic, one-stop traffic, multi-stop traffic, and any other quality or characteristic that may affect demand. Accordingly, the seed schedule, constraints, and demand function serve as inputs for the mathematical programming process.
Initially, a seed schedule is identified (step 1005). The departure windows in the seed schedule are expanded by a specified amount of time (e.g., thirty minutes) in small increments (e.g., one or five minute increments) to produce multiple candidate departure times for each flight in the overall schedule (step 1010). As a result, for each flight in the seed schedule, several (e.g., ten to twelve) alternative, candidate departure times are produced, resulting in a very large number of candidate routes. For example, a route in the seed schedule for an single aircraft may include five flights in a day (e.g., corresponding to four hook-ups that link five sequential market pairs). By expanding the departure times for each of the five flights, there may be roughly a thousand, or more, different possible combinations of departure times for the same sequence of market pairs. When this expansion is carried out on all of the routes in the seed schedule, the total number of routes is increased by potentially several orders of magnitude.
FIG. 11 is a schematic diagram 1100 illustrating an expanding departure times for a portion of a route in a seed schedule to produce alternative candidate departure times. A seed schedule includes a flight 1105 from Austin to Dallas departing at time x0 that hooks-up with a flight 1110 from Dallas to Amarillo departing at time y0. The departure times are expanded in certain increments to produce alternative Austin to Dallas departure times of x−3, x−2, x−1, x1, x2, and x3 and alternative Dallas to Amarillo departure times of y−3, y−2, y−1, yl, y2, and y3. As a result, many new combinations of departure times can be used without changing the hook-up of the Austin to Dallas flight 1105 with the Dallas to Amarillo flight 1110. For example, the x−3 departure to Dallas can hook-up with any one of the y−3, y−2, y−1, y0, y1, y2, and y3 departures from Dallas, the x−2 departure to Dallas can hook-up with any one of the y−3, y−2, y−1, y0, y1, y2, and y3 departures from Dallas, and so forth, although some of the hook-ups from Dallas may be excluded by minimum turnaround constraints (e.g., the y−3 departure from Dallas may depart too soon after the x−2 flight arrives in Dallas) or maximum turnaround constraints (e.g., the y3 departure from Dallas may depart too long after the x−3 flight arrives in Dallas).
As shown in FIG. 10, a sample of the large number of candidate routes is selected (step 1015). For example, the sample may include candidate routes corresponding to five to ten of the routes in the seed schedule (e.g., one of which is the route that includes the Austin to Dallas to Amarillo flights of FIG. 11). Such a sample results in roughly ten thousand candidate routes (i.e., with each candidate route corresponding to a different combination of original and/or alternative departure times), although the number may vary widely (e.g., as few as 4000 to as many as 100,000). The candidate routes are not necessarily limited to a union of the candidate routes corresponding to each of the five to ten routes in the seed schedule. Additional candidate routes can be generated by exchanging hook-ups between candidate routes. If two routes have hook-ups at the same station at approximately the same time, it may be possible to exchange the hook-ups. For example, as shown in FIG. 11, a flight 1115 from New Orleans to Dallas with an a0 departure time may hook-up with a Dallas to Albuquerque flight 1120 with a b0 departure time. Additional candidate routes can be generated by having the Austin to Dallas flight 1105 hook-up with the Dallas to Albuquerque flight 1150 (e.g., having an a−2 departure hook-up with the y2 departure) and having the New Orleans to Dallas flight 1115 hook-up with the Dallas to Amarillo flight 1110 (e.g., having the x2 departure hook-up with a b−2 departure).
The purpose of selecting a sample of candidate routes at step 1015 is to limit the number of possibilities and to identify specific routes from the candidate routes that produce improvements in the overall schedule. Instead of selecting the sample entirely randomly, a weighted, pseudo-random selection process is used to favor a selection of: (1) routes that are problematic and/or (2) routes that can potentially interact with one another (e.g., by including departures from the same station at approximately the same time) and for which changes to the routes have the potential to improve the overall schedule (i.e., in terms of meeting demand and/or conforming to the constraints).
Weighting for the pseudo-random selection process is performed by scoring routes in the seed schedule (i.e., before expansion). The scoring can be based on an objective function to determine which routes are problematic or can be improved based on, for example, turnaround times (e.g., too long or too short), demand curves, gate contentions, and flights that are too close or too far from the next or the preceding flight for the same market pair. In addition, it is possible to dynamically weight routes such that once a particular route is selected for the sample, the remaining route weightings are adjusted to favor selecting routes that are likely to interact with the particular route. The pseudo-random selection process is then performed on the weighted routes. As an alternative to expanding all of the routes in the seed schedule and then performing sampling, it is also possible to sample from the seed schedule and then expand only the sampled routes.
The sample of candidate routes is stored (step 1020), and a determination is made as to whether another sampling iteration should be performed (step 1025). This determination can be made, for example, by determining whether a predetermined number of iterations have been performed, whether a preselected time has elapsed, or whether a predetermined number of candidate routes has been stored. In this manner, sampling of candidate routes is repeated multiple times, with the resulting set of sampled candidate routes in each iteration appended to the previously stored candidate routes to produce a total number of candidate routes that increases with each iteration. The accumulated overall sample of candidate routes are analyzed to identify duplicate routes, and any duplicate routes are removed (step 1030), which can significantly reduce the overall sample size (e.g., from several million down to several hundred thousand). Duplicate routes can also be removed prior to storing the results of each iteration.
The resulting sample of candidate routes is then analyzed using linear programming to produce a score for each possible route (step 1035). In general, an objective function is defined that places values on different schedule characteristics. Some values may be positive while others may be negative. In addition, each characteristic can be given a different weight. For example, the objective function can measure factors that affect how well the schedule meets demand. Schedule characteristics that tend to increase demand are given a positive value, while those that tend to decrease demand are given a negative value. In addition, schedule characteristics that tend to have a greater impact on demand are weighted more heavily than characteristics that tend to have a lesser impact.
A composite score for each possible schedule is calculated (step 1040). Each possible schedule includes a different combination of candidate routes. Some routes are mutually exclusive (e.g., routes that include one or more of the same flights) and thus cannot be part of the same possible schedule. As a result, each different combination of candidate routes that does not include any conflicting routes is a different possible schedule. To produce the composite score for each possible schedule, the candidate routes and/or their corresponding score are inserted in a matrix, and mathematical programming is used to process the matrix to produce the composite score (e.g., by adding the scores of the candidate routes).
The matrix is processed using files that contain operational and marketing constraints and files that define demand curves. In addition, scoring files that define how to score combinations of candidate routes based on the constraints and demand curves are used. In general, the scoring files are defined by a user in accordance with an assessment of the relative importance and/or undesirability of various schedule characteristics. The constraint files are used to preclude certain schedule characteristics and/or for generating penalty values for schedule characteristics that violate certain constraints (e.g., required overnights, gate availability, etc.). The demand curves are used to generate values representing nonstop demand and one-stop demand (and possibly higher order demand values) as well as demand that results from connecting flights. The penalty values and demand values are based on scoring algorithms defined in the scoring files. The values are combined to produce the composite score. In some cases, the values are weighted in accordance with a predefined weighting scheme, as defined in the scoring files.
The scoring files are generally based, at least in part, on historical data. Demand curves can be based on linear interpolations of historical departure times and passenger counts by market (and/or market size) and time of day. Demand curves can also be modified to account for estimated growth and/or increased competition.
In calculating the composite score, the values are combined in accordance with an objective function that adds nonstop demand and one-stop demand values and subtracts values for proximity loss, violations of constraints, and other penalties. Proximity loss relates to a reduction in demand resulting from the proximity of nonstop flights to one-stop flights for the same markets. Proximity loss also relates to reduction in demand due to the effects of the market spacing constraints of gap and compression. “Gap” refers to a time differential between flights for the same market pair that tends to cause a reduction in demand because the flights are too far apart. “Compression” is a time differential between flights for the same market pair that tends to cause a reduction in demand because the flights are too close together. Penalties can include, for example, penalties for schedule characteristics that contribute to proximity loss, turnaround times below an absolute minimum threshold or below a minimum threshold by flight time or by number of passengers boarding or de-boarding, turnaround times that exceed a maximum threshold by station size, flight time, or number of passengers boarding or de-boarding.
Penalties can also relate to violations of operational constraints. For example, penalties can be incurred for exceeding the number of available aircraft, violating balancing constraints, too many or too few aircraft remaining overnight at particular stations, violations of positioning constraints, violations of maintenance requirements, absences of desired blocks of ground time, and exceeding available gate constraints.
Once a composite score is generated for each possible schedule, the various composite scores are compared to identify a schedule that corresponds to the highest composite score (step 1045). The schedule with the highest composite score is selected as a replacement for the seed schedule.
Multiple iterations of mathematical programming processing can be performed to incrementally improve the schedule, with each iteration using the replacement schedule from the previous iteration as the new seed schedule. The constraint programming techniques alone or in combination with the mathematical programming techniques can be used to predict the effect of changes in parameters, such as reducing the number of planes, adding flights and/or aircraft, increasing the number of gates at a station, and the like.
The invention and all of the functional operations described in this specification can be implemented in digital electronic circuitry, or in computer software, firmware, or hardware, including the structural means disclosed in this specification and structural equivalents thereof, or in combinations of them. The invention can be implemented as one or more computer program products, i.e., one or more computer programs tangibly embodied in an information carrier, e.g., in a machine readable storage device or in a propagated signal, for execution by, or to control the operation of, data processing apparatus, e.g., a programmable processor, a computer, or multiple computers. A computer program (also known as a program, software, software application, or code) can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program does not necessarily correspond to a file. A program can be stored in a portion of a file that holds other programs or data, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub programs, or portions of code). A computer program can be deployed to be executed on one computer or on multiple computers at one site or distributed across multiple sites and interconnected by a communication network.
The processes and logic flows described in this specification, including the method steps of the invention, can be performed by one or more programmable processors executing one or more computer programs to perform functions of the invention by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus of the invention can be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application specific integrated circuit).
Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, the processor will receive instructions and data from a read only memory or a random access memory or both. The essential elements of a computer are a processor for executing instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto optical disks, or optical disks. Information carriers suitable for embodying computer program instructions and data include all forms of non volatile memory, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto optical disks; and CD ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
To provide for interaction with a user, the invention can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
The invention can be implemented in a computing system that includes a back-end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front-end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the invention, or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), e.g., the Internet.
The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
FIG. 12 is a block diagram illustrating an example data processing system 1200 in which a constraint programming module and/or a mathematical programming module can be implemented. The data processing system 1200 includes a central processor 1210, which executes programs, performs data manipulations, and controls tasks in the system 1200. The central processor 1210 is coupled with a bus 1215 that can include multiple busses, which may be parallel and/or serial busses.
The data processing system 1200 includes a memory 1220, which can be volatile and/or non-volatile memory, and is coupled with the communications bus 1215. The system 1200 can also include one or more cache memories. The data processing system 1200 can include a storage device 1230 for accessing a storage medium 1235, which may be removable, read-only, or read/write media and may be magnetic-based, optical-based, semiconductor-based media, or a combination of these. The data processing system 1200 can also include one or more peripheral devices 1240(1)-1240(n) (collectively, devices 1240), and one or more controllers and/or adapters for providing interface functions.
The system 1200 can further include a communication interface 1250, which allows software and data to be transferred, in the form of signals 1254 over a channel 1252, between the system 1200 and external devices, networks, or information sources. The signals 1254 can embody instructions for causing the system 1200 to perform operations. The system 1200 represents a programmable machine, and can include various devices such as embedded controllers, Programmable Logic Devices (PLDs), Application Specific Integrated Circuits (ASICs), and the like. Machine instructions (also known as programs, software, software applications or code) can be stored in the machine 1200 and/or delivered to the machine 1200 over a communication interface. These instructions, when executed, enable the machine 1200 to perform the features and function described above. These instructions represent controllers of the machine 1200 and can be implemented in a high-level procedural and/or object-oriented programming language, and/or in assembly/machine language. Such languages can be compiled and/or interpreted languages.
A number of implementations have been described. Nevertheless, it will be understood that various modifications may be made. For example, the sequence of steps in the processes described in reference to FIGS. 1, 2, 6-8, and 10 can be performed in a different order and/or some steps can be performed in parallel. In addition, the described techniques can be used for scheduling any type of transportation resources and constraints can be tailored to the type of scheduling problem and/or according to preferences of a user or entity implementing the techniques. Accordingly, other implementations are within the scope of the following claims.

Claims (24)

What is claimed is:
1. An article comprising a non-transitory machine-readable medium storing instructions for causing data processing apparatus to perform operations comprising:
identifying a plurality of segments to be served by a set of transportation resources, with each segment corresponding to a pair of markets in a network of markets including a departure market and an arrival market;
defining, for each segment, a range of possible departure times of a transportation resource and a plurality of potential routings, wherein each potential routing defines a link between the segment and another one of the plurality of segments having a departure market corresponding to the arrival market for the segment to be served by a single transportation resource;
executing a constraint propagation algorithm to eliminate, for each segment, a portion of the range of possible departure times and a portion of the potential routings to be served by a single transportation resource based on a first plurality of constraints, wherein executing the constraint propagation algorithm generates a reduced set of schedule options, the reduced set of schedule options including a reduced range of departure times and a reduced set of potential routings for each segment relative to the range of departure times and the plurality of routings for the segment, wherein at least some of the eliminated potential routings are eliminated based on the eliminated potential departure times; and
using a backtracking constraint programming algorithm and the reduced set of schedule options to automatically build at least one proposed schedule, the backtracking algorithm operable to select particular schedule options from the reduced set of schedule options based on a second plurality of constraints, and the at least one proposed schedule includes a specific departure time and a specific routing for each segment.
2. The article of claim 1 further comprising integrating a secondary constraint propagation algorithm into the backtracking constraint programming algorithm.
3. The article of claim 2 wherein the secondary constraint propagation algorithm operates to eliminate invalid schedule options to further reduce the reduced set of schedule options.
4. The article of claim 1 further comprising instructions for causing data processing apparatus to perform operations comprising:
iteratively performing executions of the constraint propagation algorithm;
determining if at least one predetermined constraint is satisfied after each execution of the constraint propagation algorithm; and
if the at least one predetermined constraint is not satisfied after an execution of the constraint propagation algorithm, relaxing at least one constraint and performing another iteration of executing the constraint propagation algorithm.
5. The article of claim 4 wherein the at least one predetermined constraint comprises a maximum number of transportation resources.
6. The article of claim 1 further comprising instructions for causing data processing apparatus to perform operations comprising defining a plurality of schedule options, wherein the plurality of schedule options includes the invalid schedule options and the reduced set of schedule options and the network of transportation resources comprises a network of aircraft serving a plurality of stations.
7. The article of claim 6 wherein the transportation resources include a plurality of classes of transportation resources, the instructions causing data processing apparatus to perform further operations comprising generating routings such that, for each class of transportation resources, each station includes the same number of transportation resources at the end of a repeating period.
8. The article of claim 6 further comprising defining the first plurality of constraints and the second plurality of constraints to include operational constraints and marketing constraints.
9. The article of claim 8 wherein the second plurality of constraints includes at least a subset of the first plurality of constraints.
10. The article of claim 8 wherein the first plurality of constraints includes market spacing constraints, operational station constraints, constraints relating to a number of aircraft to remain overnight at a station, and constraints relating to turnaround times and the second plurality of constraints includes routing constraints.
11. The article of claim 1 wherein the backtracking constraint programming algorithm assigns routings, allocates transportation resources, and performs schedule design.
12. The article of claim 1 wherein the invalid schedule options comprise at least one schedule option selected from the group consisting of an invalid departure time and an invalid hook-up.
13. The article of claim 1 wherein the constraint propagation algorithm comprises a forward check constraint propagation algorithm.
14. The article of claim 1, wherein the reduced set of potential routings includes fewer potential links between segments based on a degree to which the possible departure times are reduced in the reduced set of schedule options.
15. The article of claim 1 wherein the backtracking algorithm is further operable to identify errors resulting from elimination of the portion of the range of possible departure times or the portion of the potential routings and reversing the elimination by restoring the eliminated possible departure times or potential routings to the range of possible departure times and the plurality of potential routings.
16. A computer-implemented method for performing at least partially automated scheduling, the method comprising:
identifying a plurality of constraints for generating a schedule of transportation resources in which each transportation resource traverses a plurality of segments and each segment linking a departure station and an arrival station;
identifying a set of possible routings for the transportation resources, with each routing including a sequential association of at least two segments, wherein the set of possible routings includes at least some possible routings that are mutually exclusive, wherein the possible routings of transportation resources include potential links between a first segment and a second segment served by a particular transportation resource, wherein a first segment of each link includes an arrival station that is a departure station for a second segment of each link;
identifying departure ranges for each segment based on the plurality of constraints;
using a processor to execute constraint programming to eliminate, for each segment, a portion of the departure ranges and a portion of the possible routings invalid routings from the set of possible routings and invalid departure times from the departure ranges based on constraints from the plurality of constraints, wherein executing the constraint propagation generates a reduced set of departure ranges and a reduced set of possible routings for each segment relative to the departure ranges and the set of possible routings, wherein at least some of the eliminated possible routings are eliminated based on the eliminated departure ranges; and
using a backtracking constraint programming algorithm and the reduced set of departure ranges and the reduced set of possible routings for each segment to automatically build at least one proposed schedule, the backtracking algorithm operable to select particular departure times from the reduced set of departure ranges and particular routings from the reduced set of possible routings for each segment based on a second plurality of constraints, and the at least one proposed schedule includes a specific departure time and a specific routing for each segment.
17. The method of claim 16 wherein the plurality of constraints include at least one turnaround constraint relating to an allowed amount of time between segments and identifying the set of possible routings comprises identifying segments having departure ranges that can satisfy one or more applicable turnaround constraints.
18. The method of claim 16 wherein using a processor to execute constraint programming comprises iteratively applying a hierarchy of constraints from the plurality of constraints.
19. The method of claim 16 further comprising using constraint programming to select routings from the set of possible routings, as modified by eliminating invalid routings, that satisfy the plurality of constraints.
20. The method of claim 19 further comprising selecting routings from the set of possible routings based on routing constraints and operational and marketing preferences.
21. The method of claim 19 wherein using a processor to execute constraint programming to select routings from the set of possible routings further comprises refining a schedule design and allocating the transportation resources.
22. A computer-implemented scheduling method, the method comprising:
identifying a plurality of segments to be served by a set of transportation resources, with each segment corresponding to a pair of markets in a network of markets including a departure market and an arrival market;
defining, for each segment, a range of possible departure times of a transportation resource and a plurality of potential routings, wherein each potential routing defines a link between the segment and another one of the plurality of segments having a departure market corresponding to the arrival market for the segment to be served by a single transportation resource;
identifying a plurality of constraints for generating a schedule in a network of transportation resources;
using a processor to execute constraint propagation based on constraints from the plurality of constraints to eliminate, for each segment, a portion of the range of possible departure times and a portion of the potential routings to be served by a single transportation resource to generate a reduced set of schedule options, wherein the reduced schedule options include a reduced range of departure times and a reduced set of potential routings for each segment relative to the range of departure times and the plurality of routings for the segment, wherein at least some of the eliminated potential routings are eliminated based on the eliminated potential departure times; and
selecting from the reduced schedule options using constraint programming to produce at least one proposed schedule, wherein the at least one proposed schedule includes a reduced set of specific departure times and a reduced set of routings for the transportation resources relative to the possible departure times and the possible routings in the plurality of unassigned schedule options.
23. The method of claim 22 further comprising adjusting constraints from the plurality of constraints and repeatedly using constraint propagation to reduce schedule options until the reduced schedule options satisfy at least one predetermined constraint.
24. The method of claim 22 wherein selecting from the reduced schedule options comprises:
selecting links from a remaining set of potential links; and
eliminating links that conflict with the selected links.
US11/117,154 2005-04-28 2005-04-28 Constraint-based schedule generation for transportation resources Expired - Fee Related US8700438B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/117,154 US8700438B1 (en) 2005-04-28 2005-04-28 Constraint-based schedule generation for transportation resources
US12/796,578 US7860740B1 (en) 2005-04-28 2010-06-08 Generating and tuning an allocation of transportation resources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/117,154 US8700438B1 (en) 2005-04-28 2005-04-28 Constraint-based schedule generation for transportation resources

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/117,770 Continuation US7707056B1 (en) 2005-04-28 2005-04-28 Generating and tuning an allocation of transportation resources

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/116,901 Continuation US7734493B1 (en) 2005-04-28 2005-04-28 Tuning a schedule of transportation resources using mathematical programming

Publications (1)

Publication Number Publication Date
US8700438B1 true US8700438B1 (en) 2014-04-15

Family

ID=50441548

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/117,154 Expired - Fee Related US8700438B1 (en) 2005-04-28 2005-04-28 Constraint-based schedule generation for transportation resources

Country Status (1)

Country Link
US (1) US8700438B1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120096385A1 (en) * 2010-10-19 2012-04-19 International Business Machines Corporation Managing the scheduling of events
US20130138584A1 (en) * 2011-11-04 2013-05-30 Jan Vana Method for increasing slots at an airport
US20140149159A1 (en) * 2012-11-10 2014-05-29 Anthony Kioussis Process for grading, on a standardized scale, the technical condition of an asset
US20150310341A1 (en) * 2012-12-10 2015-10-29 Viditeck Ag Rules based data processing system and method
US20160092826A1 (en) * 2014-09-29 2016-03-31 The Boeing Company Automated buffer setting
CN105469184A (en) * 2014-09-29 2016-04-06 波音公司 Duty block time control via statistical analysis
US20170088287A1 (en) * 2015-09-29 2017-03-30 Laser Technology, Inc. Laser-based tail dock anti-collision system and method to preclude damage to aircraft upon their insertion into maintenance facilities
US20180174089A1 (en) * 2016-12-16 2018-06-21 Conduent Business Services, Llc Method and system for controlling key performance indicator parameters of a transportation system
US10447855B1 (en) 2001-06-25 2019-10-15 Steven M. Hoffberg Agent training sensitive call routing system
CN113806900A (en) * 2021-09-22 2021-12-17 中国电子科技集团公司第二十八研究所 National hub-oriented high-altitude route network planning method
CN114513449A (en) * 2022-02-23 2022-05-17 北京慧橙信息科技有限公司 Method and system for optimizing routing in domain
US11803930B2 (en) * 2017-10-16 2023-10-31 Hitachi, Ltd. Timetable modification device and automatic train control system

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5228115A (en) * 1990-03-29 1993-07-13 International Business Machines Corporation Hybrid backtrack/lookahead search technique for constraint-satisfaction problems
US5353229A (en) * 1991-12-26 1994-10-04 Kabushiki Kaisha Toshiba System, utilized in scheduling, or the like, for satisfying constraints by allowing relaxation of constraints
US5526516A (en) * 1990-08-29 1996-06-11 Hitachi, Ltd. Knowledge data assimilation method and system
US5802492A (en) 1994-06-24 1998-09-01 Delorme Publishing Company, Inc. Computer aided routing and positioning system
US5940816A (en) * 1997-01-29 1999-08-17 International Business Machines Corporation Multi-objective decision-support methodology
US6154735A (en) 1994-09-01 2000-11-28 Harris Corporation Resource scheduler for scheduling railway train resources
US6216109B1 (en) * 1994-10-11 2001-04-10 Peoplesoft, Inc. Iterative repair optimization with particular application to scheduling for integrated capacity and inventory planning
US20030004764A1 (en) * 2001-07-02 2003-01-02 Niedringhaus William P. Air carrier service evolution model and method
US20030167109A1 (en) * 2002-02-28 2003-09-04 Clarke Michael D. D. Methods and systems for routing mobile vehicles
US20030167110A1 (en) * 2002-02-28 2003-09-04 Smith Barry C. Method and system for routing mobile vehicles and scheduling maintenance for those vehicles related application
US20050137925A1 (en) * 2003-10-23 2005-06-23 Lakritz Kenneth B. Resource scheduling and monitoring
US20050234757A1 (en) * 1994-09-01 2005-10-20 Matheson William L System and method for scheduling and train control
US7151973B1 (en) * 2002-07-18 2006-12-19 Oracle International Corporation Methods and systems for scheduling and buffer balancing
US20070010901A1 (en) * 2004-01-21 2007-01-11 Toshio Fukui Constraint-based solution method, constraint-based solver and constraint-based solution system
US7340405B1 (en) * 2000-09-08 2008-03-04 Sabre Inc. Method and system for developing optimized schedules
US7562027B1 (en) * 1999-11-01 2009-07-14 Ita Software, Inc. Availability processing in a travel planning system
US7707056B1 (en) * 2005-04-28 2010-04-27 Southwest Airlines Co. Generating and tuning an allocation of transportation resources
US7734493B1 (en) * 2005-04-28 2010-06-08 Southwest Airline Co. Tuning a schedule of transportation resources using mathematical programming

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5228115A (en) * 1990-03-29 1993-07-13 International Business Machines Corporation Hybrid backtrack/lookahead search technique for constraint-satisfaction problems
US5526516A (en) * 1990-08-29 1996-06-11 Hitachi, Ltd. Knowledge data assimilation method and system
US5353229A (en) * 1991-12-26 1994-10-04 Kabushiki Kaisha Toshiba System, utilized in scheduling, or the like, for satisfying constraints by allowing relaxation of constraints
US5802492A (en) 1994-06-24 1998-09-01 Delorme Publishing Company, Inc. Computer aided routing and positioning system
US20050234757A1 (en) * 1994-09-01 2005-10-20 Matheson William L System and method for scheduling and train control
US6154735A (en) 1994-09-01 2000-11-28 Harris Corporation Resource scheduler for scheduling railway train resources
US6216109B1 (en) * 1994-10-11 2001-04-10 Peoplesoft, Inc. Iterative repair optimization with particular application to scheduling for integrated capacity and inventory planning
US5940816A (en) * 1997-01-29 1999-08-17 International Business Machines Corporation Multi-objective decision-support methodology
US7562027B1 (en) * 1999-11-01 2009-07-14 Ita Software, Inc. Availability processing in a travel planning system
US7340405B1 (en) * 2000-09-08 2008-03-04 Sabre Inc. Method and system for developing optimized schedules
US20030004764A1 (en) * 2001-07-02 2003-01-02 Niedringhaus William P. Air carrier service evolution model and method
US7228207B2 (en) * 2002-02-28 2007-06-05 Sabre Inc. Methods and systems for routing mobile vehicles
US7006903B2 (en) * 2002-02-28 2006-02-28 Sabre Inc. Method and system for routing mobile vehicles and scheduling maintenance for those vehicles related application
US20030167110A1 (en) * 2002-02-28 2003-09-04 Smith Barry C. Method and system for routing mobile vehicles and scheduling maintenance for those vehicles related application
US20080133304A1 (en) * 2002-02-28 2008-06-05 Sabre Inc. Methods and systems for routing mobile vehicles
US20030167109A1 (en) * 2002-02-28 2003-09-04 Clarke Michael D. D. Methods and systems for routing mobile vehicles
US7151973B1 (en) * 2002-07-18 2006-12-19 Oracle International Corporation Methods and systems for scheduling and buffer balancing
US20050137925A1 (en) * 2003-10-23 2005-06-23 Lakritz Kenneth B. Resource scheduling and monitoring
US20070010901A1 (en) * 2004-01-21 2007-01-11 Toshio Fukui Constraint-based solution method, constraint-based solver and constraint-based solution system
US7707056B1 (en) * 2005-04-28 2010-04-27 Southwest Airlines Co. Generating and tuning an allocation of transportation resources
US7734493B1 (en) * 2005-04-28 2010-06-08 Southwest Airline Co. Tuning a schedule of transportation resources using mathematical programming

Non-Patent Citations (108)

* Cited by examiner, † Cited by third party
Title
Angil, Ranga, et al., "A Global Approach to Crew-Pairing Optimization," IBM Systems Journal, vol. 31, Iss. 1; 1992, pp. 71-78.
Argonne National Laboratory, Mathematics and Computer Science Division, What is Optimization?, http://www.mcs.anl.gov/home/otc/Guide/OptWeb/opt.html, Feb. 12, 1999, pp. 1-2
Barnhart et al., "Airline Schedule Design," pp. 2070-2072, (undated but included in the IDS submitted on Dec. 11, 2000 with U.S. Appl. No. 09/658,866, now U.S. 7,340,405).
Becker, M., Advanced Tools for Airlift and Tanker Mission Scheduling, Accessed from: http://www.cs.cmu.edu/~ozone/barrel/barrel.html or http://web.archive.org/web/20010508095538/http://www.cs.cmu.edu/~ozone/barrel/barrel.html (hereinafter, Becker Website). *
Becker, M., Advanced Tools for Airlift and Tanker Mission Scheduling, Accessed from: http://www.cs.cmu.edu/˜ozone/barrel/barrel.html or http://web.archive.org/web/20010508095538/http://www.cs.cmu.edu/˜ozone/barrel/barrel.html (hereinafter, Becker Website). *
Becker, Marcel and Smith, Stephen, Mixed-Initiative Resource Management: The AMC Barrel Allocator, (Apr. 2000) Proceedings 5th International Conference on Al Planning and Scheduling. *
Bill Lester, Southwest Airlines, Natural Selection, Inc., Multi-Tasking System for Nonlinear Schedule Optimization, Nov. 12, 1999, pp., 1-20.
CPoint, Connect Point International, SET2000, ISET2000, www.cpoint2000.com. pp. 1-2.
Cynthia Barnhart and Amy Cohn, "Airline Schedule Planning: Accomplishments and Opportunities," Manufacturing and Service Operations Management, vol. 6, No. 1, Winter 2004, eissn 1526-5498.
Cynthia Barnhart, et al., "Itinerary-Based Airline Fleet Assignment," Transportation Science, vol. 36, No. 2, May 2002, pp. 199-217.
David Sinclar, "The Airline Crew Rostering Problem", Dublin City University, 2000, 33 pages.
Dennis F. X. Mathaisel, Decision Support for Airline Schedule Planning, Journal of Combinatorial Optimization 1, Copyright 1997, pp. 251-275.
Dr. Roman Bartak, Constraint Guide-Additions and Corrections, http://kti.ms.mff.cuni.cz/~bartak/constraints/addendum.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Additions and Corrections, http://kti.ms.mff.cuni.cz/˜bartak/constraints/addendum.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-Alternative/General Approaches, http://kti.ms.mff.cuni.cz/~bartak/constraints/general.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide—Alternative/General Approaches, http://kti.ms.mff.cuni.cz/˜bartak/constraints/general.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide-Benchmarking, http://kti.ms.mff.cuni.cz/~bartak/constraints/benchmark.html, © 1998, pp. 1-5.
Dr. Roman Bartak, Constraint Guide—Benchmarking, http://kti.ms.mff.cuni.cz/˜bartak/constraints/benchmark.html, © 1998, pp. 1-5.
Dr. Roman Bartak, Constraint Guide-Binarization, http://kti.ms.mff.cuni.cz/~bartak/constraints/binary.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide—Binarization, http://kti.ms.mff.cuni.cz/˜bartak/constraints/binary.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide-Consistency Techniques, http://kti.ms.mff.cuni.cz/~bartak/constraints/consistent.html, © 1998, pp. 1-6.
Dr. Roman Bartak, Constraint Guide—Consistency Techniques, http://kti.ms.mff.cuni.cz/˜bartak/constraints/consistent.html, © 1998, pp. 1-6.
Dr. Roman Bartak, Constraint Guide-Constraint Hierarchies, http://kti.ms.mff.cuni.cz/~bartak/constraints/hierarchies.html, © 1998, pp. 1-6.
Dr. Roman Bartak, Constraint Guide—Constraint Hierarchies, http://kti.ms.mff.cuni.cz/˜bartak/constraints/hierarchies.html, © 1998, pp. 1-6.
Dr. Roman Bartak, Constraint Guide-Constraint Hierarchy Solvers, http://kti.ms.mff.cuni.cz/~bartak/constraints/ch-solvers.html, © 1998, pp. 1-10.
Dr. Roman Bartak, Constraint Guide—Constraint Hierarchy Solvers, http://kti.ms.mff.cuni.cz/˜bartak/constraints/ch—solvers.html, © 1998, pp. 1-10.
Dr. Roman Bartak, Constraint Guide-Constraint Propagation, http://kti.ms.mff.cuni.cz/~bartak/constraints/propagation.html, © 1998, pp. 1-5.
Dr. Roman Bartak, Constraint Guide—Constraint Propagation, http://kti.ms.mff.cuni.cz/˜bartak/constraints/propagation.html, © 1998, pp. 1-5.
Dr. Roman Bartak, Constraint Guide-Constraint Satisfaction, http://kti.ms.mff.cuni.cz/~bartak/constraints/constrsat.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Constraint Satisfaction, http://kti.ms.mff.cuni.cz/˜bartak/constraints/constrsat.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-Extending CSP, http://kti.ms.mff.cuni.cz/~bartak/constraints/extend-csp.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Extending CSP, http://kti.ms.mff.cuni.cz/˜bartak/constraints/extend—csp.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-FAQs, http://kti.ms.mff.cuni.cz/~bartak/constraints/FAQs.html, © 1998, pp. 1-2.
Dr. Roman Bartak, Constraint Guide—FAQs, http://kti.ms.mff.cuni.cz/˜bartak/constraints/FAQs.html, © 1998, pp. 1-2.
Dr. Roman Bartak, Constraint Guide-Introduction, http://kti.ms.mff.cuni.cz/~bartak/constraints/intro.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Introduction, http://kti.ms.mff.cuni.cz/˜bartak/constraints/intro.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-Modeling, http://kti.ms.mff.cuni.cz/~bartak/constraints/modeling.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide—Modeling, http://kti.ms.mff.cuni.cz/˜bartak/constraints/modeling.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide-Over-Constrained Problems, http://kti.ms.mff.cuni.cz/~bartak/constraints/over-constr.html, © 1998, pp. 1-2.
Dr. Roman Bartak, Constraint Guide—Over-Constrained Problems, http://kti.ms.mff.cuni.cz/˜bartak/constraints/over—constr.html, © 1998, pp. 1-2.
Dr. Roman Bartak, Constraint Guide-Partial CSP, http://kti.ms.mff.cuni.cz/~bartak/constraints/pcsp.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Partial CSP, http://kti.ms.mff.cuni.cz/˜bartak/constraints/pcsp.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-Reducing Search, http://kti.ms.mff.cuni.cz/~bartak/constraints/nosearch.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Reducing Search, http://kti.ms.mff.cuni.cz/˜bartak/constraints/nosearch.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-Stochastic Algorithms, http://kti.ms.miff.cuni.cz/~bartak/constraints/stochastic.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide—Stochastic Algorithms, http://kti.ms.miff.cuni.cz/˜bartak/constraints/stochastic.html, © 1998, pp. 1-4.
Dr. Roman Bartak, Constraint Guide-Systematic Search, http://kti.ms.mff.cuni.cz/~bartak/constraints/backtrack.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Systematic Search, http://kti.ms.mff.cuni.cz/˜bartak/constraints/backtrack.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide-Systems, http://kti.ms.mff.cuni.cz/~bartak/constraints/systems.html, © 1998, pp. 1-5.
Dr. Roman Bartak, Constraint Guide—Systems, http://kti.ms.mff.cuni.cz/˜bartak/constraints/systems.html, © 1998, pp. 1-5.
Dr. Roman Bartak, Constraint Guide-Value and Variable Ordering, http://kti.ms.mff.cuni.cz/~bartak/constraints/ordering.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Guide—Value and Variable Ordering, http://kti.ms.mff.cuni.cz/˜bartak/constraints/ordering.html, © 1998, pp. 1-3.
Dr. Roman Bartak, Constraint Programming: In Pursuit of the Holy Grail, Charles University, Czech Republic, Jun. 1999, pp. 1-10.
Dr. Roman Bartak, Foundations of Constraint Programming, A tutorial on ETAPS2003, http://kto,ms.mff.cuni.cz/~bartak/ETAPS2003/index.html, Apr. 12, 2003, Warshaw, Poland, p. 1.
Dr. Roman Bartak, Foundations of Constraint Programming, A tutorial on ETAPS2003, http://kto,ms.mff.cuni.cz/˜bartak/ETAPS2003/index.html, Apr. 12, 2003, Warshaw, Poland, p. 1.
Erik Kilborn. "Aircraft Scheduling and Operaticin-a Constraint Programming Approach", Chalmers University of Technology and Göteborg, University, Dec. 2000, 98 pages.
Gerald Feigin, Chae An, Daniel Conners, and Ian Crawford, Shape Up, Ship Out, ORMS Today, pp. 1-6.
International Business Machines Corporation, A Family of Forest Products Scheduling Solutions, Copyright 1996, pp. 1-2.
International Business Machines Corporation, IBM Trim Optimization, Copyright 1996, pp. 1-2.
International Business Machines Corporation, Optimization Solutions and Library Version 2.0, Copyright 1997, pp. 1-2.
International Business Machines Corporation, Supply Chain Optimization Practice, Copyright 1997, pp. 1-2.
International Business Machines Corporation, Supply Chain Simulation Services, Copyright 1997, pp. 1-2.
International Business Machines Corporation, The IBM Optimization Subroutine Library (OSL), http://www.research.ibm.com/osl/, Feb. 12, 1999, p. 1.
J E Beasey, OR-Notes, Introduction to OR, http://mscmga.ms.ic.ac.uk/jeb/or/intro.html, Feb. 26, 1999, pp. 1-7.
J E Beasley, OR-Notes, Basic OR Concepts, http://mscmga.ms.ic.ac.uk/jeb/or/basicor.html, Feb. 26, 1999, pp. 1-10.
J E Beasley, OR-Notes, Graph Theory, pp. http://mscmga.ms.ic.ac.uk/jeb/or/graph.html, Mar. 3, 1999, pp. 1-18.
J E Beasley, OR-Notes, Integer Programming Tutorial Question, http://mscmga.ms.ic.ac.uk/jeb/or/class8q.html, Mar. 3, 1999, pp. 1-2.
J E Beasley, OR-Notes, Integer Programming Tutorial Solution, http://mscmga.ms.ic.ac.uk/jeb/or/class8a.html, Mar. 3, 1999, pp. 1-3.
J E Beasley, OR-Notes, Integer Programming, http://mscmga.ms.ic.ac.uk/jeb/or/ip.html, Mar. 3, 1999, pp. 1-20.
J E Beasley, OR-Notes, Linear Programming, Tutorial Solution, http://mscmga.ms.ic.ac.uk/jeb/or/class2a.html, Mar. 3, 1999, pp. 1-2.
J E Beasley, OR-Notes, Linear Programming-Formulation, http://mscmga.ms.ic.ac.uk/jeb/or/lp.html, Mar. 3, 1999, pp. 1-15.
J E Beasley, OR-Notes, Network Flow, http://mscmga.ms.ic.ac.uk/jeb/or/netflow.html, Mar. 3, 1999, pp. 1-12.
Kevin Kollman, Kapri Kupper, James Wetherly, and Michael Wambsganss, Collaborative Decision Making in Aviation Transportation, Oct. 1997, pp. 1-8.
Kramer, L. A. et al., Optimizing for Change: Mixed-Initiative Resource Allocation with the AMC Barrel Allocator, (Oct. 2002.), Proceedings of the 3rd International NASA Workshop on Planning and Scheduling for Space. *
Lohatepanont, et al., "Airline Schedule Planning: Integrated Models and Algorithms for Schedule Design and Fleet Assignment," Transportation Science, vol. 38, No. 1, Feb. 2004, pp. 19-32.
M. Nusbaum et al., "An Architecture for Solving Sequencing and Resource Allocation Problems using Approximation Methods", Journal of Operational Research Society, Jan. 1998, pp. 52-65.
Mathaisel, "Decision Support for Airline System Operations Control and Irregular Operations," Computers Operations Research, vol. 23, No. 11, 1996, pp. 1083-1098.
Mattias Grönkvist, Accelerating Column Generation for Aircraft Scheduling Using Constraint Propagation, Feb. 4, 2005, Computers & Operations Research 33, 2918-2934. *
Mirela Stojkovi and Francois Soumis, "An Optimization Model for the Simultaneous Operational Flight and Pilot Scheduling Problem," Management Science, vol. 47, No. 9, Sep. 2001, pp. 1290-1305, eissn 1526-5501.
Patrick Bitauld, Ken Burch, Soad El-Taji, Elena Fanucchi, Mario Montevecchi, Jim Ohlsson, Anthony Patella, Russ Rushmeier, and Jane Snowdon, Journey Management, ORMS Today, Oct. 1997, pp. 1-6.
Percy P.C. Yip and Yoh-Han Pao, "Combinatorial Optimization with Use of Guided Evolutionary Simulated Annealing", IEEE 1045-9227/95, pp. 290-295.
Pete Welland, Delta Tests New Pushback Plans, .servicemodel, p. 1.
Ranga Anbil, John J. Forest, and William R. Pulleyblank, Column Generation and the Airline Crew Pairing Problem, Documenta Mathematica-Extra vol. ICM, 1998, pp. 500-509.
Rexing, et al., "Airline Fleet Assignment with Time Windows," Transportation Science, vol. 34, No. 1, Feb. 2000, pp. 1-20.
Robert Fourer, Software Survey: Linear Programming, ORMS Today, Apr. 1997, pp. 54-63.
Russell A. Rushmeier and Spyridon A. Kontogiorgis, Advances in Optimization of Airline Fleet Assignment, Transportation Science, vol. 31, No. 2, May 1997, pp. 159-169.
Sabre, Sabre Flight Scheduling Products, Aircraft Routing Model (ARM), Aug. 2000, pp. 1-3.
Sabre, Sabre Flight Scheduling Products, AirFlite Flight Scheduling System, Aug. 2000, pp. 1-30.
Sabre, Sabre Flight Scheduling Products, Airline Profitability Model (APM), Aug. 2000, pp. 1-3.
Sabre, Sabre Flight Scheduling Products, Dependability Predictor Model (DPM), Aug. 2000, pp. 1-3.
Sabre, Sabre Flight Scheduling Products, Fleet Assignment Model (FAM), Aug. 2000, pp. 1-3.
Sabre, Sabre Flight Scheduling Products, Southwest Airlines-A Symbol of Freedom, Aug. 8, 2000, pp. 1-12.
Sabre, Sabre Flight Scheduling Products, Through Assignment Model (TAM), Aug. 2000, pp. 1-3.
Source Connect Point International, Inc., News Release, http://www.cpoint2000.com, p. 1.
Southwest Airlines, Schedule Planning, Complexity Science Overview, Apr. 1998, pp. 1-21.
Spyros Kontogiorgis and Suresh Acharya, US Airways Automates Its Weekend Fleet Assignment, Interfaces 29:3, May-Jun. 1999, pp. 52-62.
Srikumar S. Rao, Evolution at Warp Speed, Technology-Computers/Communications, Forbes, Jan. 12, 1998, pp. 82-83.
The Department of Computational and Applied Mathematics at Rice University, What is Mathematical Programming?, http://www.caam.rice.edu/~mathprog/info/, Feb. 12, 1999, p. 1.
The Department of Computational and Applied Mathematics at Rice University, What is Mathematical Programming?, http://www.caam.rice.edu/˜mathprog/info/, Feb. 12, 1999, p. 1.
The Preston Group, AADS-Aircraft Activity Display System, pp. 1-8.
The Preston Group, Consulting Services-Project-Based Solutions for the Global Aviation Industry, pp. 1-6.
The Preston Group, PAXSIM-Passenger Simulation System, pp. 1-8.
The Preston Group, SPAR-Staff Planning, Allocation & Rostering, pp. 1-8.
The Preston Group, TAAM-Airspace Simulation for the 21st Century, pp. 1-13.
The Preston Group, TAAM-Fast Time Gate-to-Gate Simulation, pp. 1-8.
The Preston Group, TAAM-Fast-Time Simulation for Southwest Airlines, pp. 1-9.
The Preston Group, TMS-Terminal Management System, pp. 1-12.
Thomas Hoffman, AI-Based Software Models Help Cut Production Costs, Reprinted from The Newspaper of Information Systems Management, Computerworld, Sep. 2, 1996, p. 1.

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10447855B1 (en) 2001-06-25 2019-10-15 Steven M. Hoffberg Agent training sensitive call routing system
US20120096385A1 (en) * 2010-10-19 2012-04-19 International Business Machines Corporation Managing the scheduling of events
US20130138584A1 (en) * 2011-11-04 2013-05-30 Jan Vana Method for increasing slots at an airport
US20140149159A1 (en) * 2012-11-10 2014-05-29 Anthony Kioussis Process for grading, on a standardized scale, the technical condition of an asset
US20150310341A1 (en) * 2012-12-10 2015-10-29 Viditeck Ag Rules based data processing system and method
US11392867B2 (en) * 2014-09-29 2022-07-19 The Boeing Company Automated buffer setting
US20160092826A1 (en) * 2014-09-29 2016-03-31 The Boeing Company Automated buffer setting
CN105469184A (en) * 2014-09-29 2016-04-06 波音公司 Duty block time control via statistical analysis
US10671950B2 (en) * 2014-09-29 2020-06-02 The Boeing Company Automated buffer setting
CN105469184B (en) * 2014-09-29 2020-12-18 波音公司 Operating wheel gear time control via statistical analysis
US20170088287A1 (en) * 2015-09-29 2017-03-30 Laser Technology, Inc. Laser-based tail dock anti-collision system and method to preclude damage to aircraft upon their insertion into maintenance facilities
US9938020B2 (en) * 2015-09-29 2018-04-10 Laser Technology, Inc. Laser-based tail dock anti-collision system and method to preclude damage to aircraft upon their insertion into maintenance facilities
US20180174089A1 (en) * 2016-12-16 2018-06-21 Conduent Business Services, Llc Method and system for controlling key performance indicator parameters of a transportation system
US11132633B2 (en) * 2016-12-16 2021-09-28 Conduent Business Services, Llc Method and system for controlling key performance indicator parameters of a transportation system
US11803930B2 (en) * 2017-10-16 2023-10-31 Hitachi, Ltd. Timetable modification device and automatic train control system
CN113806900A (en) * 2021-09-22 2021-12-17 中国电子科技集团公司第二十八研究所 National hub-oriented high-altitude route network planning method
CN113806900B (en) * 2021-09-22 2024-02-13 中国电子科技集团公司第二十八研究所 High-altitude route network planning method for national hub
CN114513449A (en) * 2022-02-23 2022-05-17 北京慧橙信息科技有限公司 Method and system for optimizing routing in domain

Similar Documents

Publication Publication Date Title
US7848944B1 (en) Tuning a schedule of transportation resources using mathematical programming
US7707056B1 (en) Generating and tuning an allocation of transportation resources
US8700438B1 (en) Constraint-based schedule generation for transportation resources
Clarke et al. The aircraft rotation problem
CA2680660C (en) Single step flight schedule optimization
Pyrgiotis et al. On the impact of scheduling limits: A case study at newark liberty international airport
AU2009222493B2 (en) Flight schedule constraints for optional flights
Rivera et al. A multistart iterated local search for the multitrip cumulative capacitated vehicle routing problem
Chung et al. Cascading delay risk of airline workforce deployments with crew pairing and schedule optimization
Zhang et al. A math-heuristic algorithm for the integrated air service recovery
US20030167110A1 (en) Method and system for routing mobile vehicles and scheduling maintenance for those vehicles related application
Xie et al. Cyclic and non-cyclic crew rostering problems in public bus transit
US8504402B1 (en) Schedule optimization using market modeling
Quesnel et al. A branch-and-price heuristic for the crew pairing problem with language constraints
US20140330598A1 (en) Finding Best Seating Selections via Algorithmic Search
Şafak et al. Integrated aircraft-path assignment and robust schedule design with cruise speed control
Pyrgiotis A stochastic and dynamic model of delay propagation within an airport network for policy analysis
Jarrah et al. An efficient airline re-fleeting model for the incremental modification of planned fleet assignments
de Arruda Junior et al. A new airport collaborative decision making algorithm based on deferred acceptance in a two-sided market
McCarty et al. Preemptive rerouting of airline passengers under uncertain delays
Oudshoorn et al. Optimization of annual planned rail maintenance
Barnhart Airline schedule optimization
JP2017513145A (en) Method and computer program for analyzing mass airline passenger ticket data stock
Fry et al. Demand driven dispatch and revenue management in a competitive network environment
de Arruda Junior et al. Enhancement of airport collaborative decision making through applying agent system with matching theory

Legal Events

Date Code Title Description
AS Assignment

Owner name: SOUTHWEST AIRLINES CO., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEINOLD, ALEX MICHAEL;REEL/FRAME:016344/0563

Effective date: 20050427

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.)

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20180415