1 / 18

V. Cacchiani, A. Caprara and P. Toth DEIS, University of Bologna

TIMETABLING FOR CONGESTED CORRIDORS. V. Cacchiani, A. Caprara and P. Toth DEIS, University of Bologna. TRAIN TIMETABLING. A railway network with (one way and double way) single and double tracks is considered. The Train Timetabling Problem is aimed at determining:

elmo
Download Presentation

V. Cacchiani, A. Caprara and P. Toth DEIS, University of Bologna

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TIMETABLING FOR CONGESTED CORRIDORS V. Cacchiani, A. Caprara and P. Toth DEIS, University of Bologna

  2. TRAIN TIMETABLING • A railway network with (one way and double way) single and double tracks is considered. • The Train Timetabling Problem is aimed at determining: • how many trains can be scheduled on a given “corridor” in a given time interval • a “good” timetable for the scheduled trains

  3. Train Timetabling • Given a set of “requests” for train paths (possibly from several Train Operators),specifying for each train: • Departure time from the first station • Arrival time at the last station • Arrival and departure times for the intermediate stations in which the train has to stop • Define the trains to be scheduled and the corresponding actual paths (possibly “adjusting” the requested paths)

  4. Separate timetabling problems are generally solved for distinct corridors in the network. • The trains are assumed to have different speeds. • For each train the travel time for any pair of consecutive stations is assumed to be fixed.

  5. Basic Operational Constraints required to • guarantee safety and regularity margin: • Minimum time between two consecutive arrivals (departures) in each station. • Overtaking between trains can occur only within a station. • Maximum shift and stretch allowed for each train path.

  6. If all the requests cannot be satisfied (because of • possible path conflicts) three kinds of adjustments of • the requested paths are allowed in order to obtain the • actual feasible timetable: • change the departuretime of some trains from their first station (shift), • increase the stopping time of the trains in some of the intermediate stations (stretch), • cancel a subset of the requested paths.

  7. Requested Departure Time Station 1 8:05 8:10 Requested train path Actual train path stop shift Station 2 5 min. 8:30 8:35 stretch Station 3 8:38 8:40 7 min. stop 8:50 8:52 Station 4

  8. Main Objective: service quality • Maximum number of satisfied requests (scheduled trains) • Minimum deviation of the actual train paths with respect to the requested ones (minimum global shift and stretch) • Robustness of the solution with respect to random disturbances and failures

  9. Two main scenarios can be considered: • No trains scheduled (basic problem) • Possibility to add new paths to an existing timetable • - planning of new requests for train paths • - operational scenario

  10. Literature: • Szpigel (1973) • Jovanovic and Harker (1991) • Cai and Goh (1994) • Schrijver and Steenbeck (1994) • Carey and Lockwood (1995) • Nachtigall and Voget (1996) • Odijk (1996) • Higgings, Kozan and Ferreira (1997) • Brannlund, Lindberg, Nou, Nilsson (1998) • Lindner (2000) • Oliveira and Smith (2000)

  11. Caprara, Fischetti and T. (2002) • Peeters (2003) • Kroon and Peeters (2003) • Mistry and Kwan (2004) • Barber, Salido, Ingolotti, Abril, Lova, Tormas (2004) • Caprara, Monaci, T. and Guida (2005) • Semet and Schoenauer (2005) • Kroon, Dekker and Vromans (2005) • Vansteenwegen and Van Oudheusden (2006) • Cacchiani, Caprara, T. (2006) • Caprara, Kroon, Monaci, Peeters, T. (2006)

  12. Optimization Algorithms • Graph Formulation • Integer Linear Programming Formulation • Constructive Heuristics Algorithms based on Lagrangian and LP Relaxations • Local Search Procedures

  13. Mathematical Models A. Variables corresponding to arcs B. Variables corresponding to paths Constraints for arrival, departure and overtaking (clique constraints)

  14. Solving Relaxation of Model A 1. Relax in a Lagrangian way all the operational constraints and use a subgradient optimization procedure to obtain “good” Lagrangian multipliers. 2. At each iteration of the subgradient procedure, for each trainfind the path having the maximum Lagrangian profit.

  15. Solving Relaxation of Model B 1. Start with a reduced problem, with no operational constraints and only the ideal paths for the trains. 2. Solve the LP-relaxation of the reduced problem (CPLEX). 3. Find new paths with positive reduced profit (column generation) and find violated constraints (constraint separation). If no new paths and no violated constraints can be found, stop. Else add them to the problem and goto 2.

  16. Heuristic Algorithms Lagrangian Heuristic Algorithm LP-based Heuristic Algorithm

  17. Lagrangian Heuristic Algorithm 1. Solve the Lagrangian relaxation of model A. 2. Apply a constructive Heuristic Algorithm based on the use of the Lagrangian profits.

  18. LP-based Heuristic Algorithm 1. Solve the LP relaxation of model B. 2. Apply a constructive Heuristic Algorithm based on the LP solution.

More Related