TreMOla Optimal Timetables for Maintenance of the Gotthard Base Tunnel

Size: px
Start display at page:

Download "TreMOla Optimal Timetables for Maintenance of the Gotthard Base Tunnel"

Transcription

1 See discussions, stats, and author profiles for this publication at: TreMOla Optimal Timetables for Maintenance of the Gotthard Base Tunnel Conference Paper April 2017 CITATIONS 0 READS 56 5 authors, including: Dan Burkolter trafit solutions gmbh 6 PUBLICATIONS 83 CITATIONS SEE PROFILE All content following this page was uploaded by Dan Burkolter on 15 May The user has requested enhancement of the downloaded file.

2 TreMOla Optimal Timetables for Maintenance of the Gotthard Base Tunnel Dan Burkolter a, Burkhard Franke a, Sabrina Herrigel a, Thomas Frick b, Peter Hunkeler b a trafit solutions gmbh, Heinrichstrasse 48, 8005 Zurich, Switzerland {burkolter, franke, herrigel}@trafit.ch Phone: +41 (0) b SBB Infrastructure, Berne, Switzerland {thomas.frick, peter.hunkeler2}@sbb.ch Abstract Time reserved for the maintenance of the Gotthard Base Tunnel is scarce, which makes it crucial to calculate timetables that minimize the time trains need to reach their maintenance sites. We present the special situation for maintenance of the tunnel regarding safety procedures, rolling stock, and infrastructure and propose a solution for creating timetables that are optimal regarding available on-site time. Comparisons with basic timetabling strategies show that roughly 5% of additional time for maintenance can be gained, which amounts to about 20 minutes per site and shift. Keywords Maintenance, Timetabling 1 Introduction On 1. June 2016, the Gotthard Base Tunnel was opened after 20 years of construction. With a total length of 57 km, it is to date the longest railway tunnel in the world. Together with the Ceneri Base Tunnel, which is planned to open in 2020, it will reduce travelling time from Zurich to Milano by approximately one hour. However, since day one of operation tunnel maintenance is needed to preserve the tunnel s utility. For each of the two single-track tunnels a night is reserved each week, during which it is closed for normal traffic in order to conduct maintenance work. This is deemed to be very tight making it crucial to efficiently use the allotted time. The Swiss Federal Railways (SBB) has identified the timetable for the maintenance trains into and out of the tunnel as a main parameter for increasing the available time for maintenance, which is why it commissioned a software tool now called TreMOla (as the old Gotthard mountain pass road where TMO stands for Tunnel Maintenance Optimisation ) to calculate optimal maintenance timetables. TreMOla addresses the following problem. For each night a set of maintenance sites is given, each with its position in the tunnel and a minimum time on-site, required vehicles, and whether turning off of the catenary is needed. The target of TreMOla is to calculate train formations for entering and leaving the tunnel along with a timetable that follows all

3 procedures needed when operating ETCS in maintenance mode and maximizes the total on-site time. This paper is structured as follows. In Section 2, an overview of related work is given. The problem tackled by TreMOla is described in detail in Section 3. Here, also the necessary ETCS procedures, the layout of the tunnel infrastructure, and the rolling stock for maintenance is presented. In Section 4, TreMOla s algorithm including its running time calculator as well as two basic scheduling strategies are described. In Section 5, computational results are presented and compared to solutions obtained by the basic strategies. Finally, Section 6 concludes the paper. 2 Literature Review Lidén (2015) surveys the existing literature on railway maintenance optimisation problems and divides them in three categories: strategic, tactical, and operational. Strategic problems consider the dimensioning of the maintenance volumes and allocate them over the infrastructure while taking into account restrictions such as train traffic. As an example, Lévi (2001) looks for an optimal balance between maintenance and renewals for SNCF s railway infrastructure. Tactical problems mostly tackle variants of possession planning, i.e. when and where should parts of the infrastructure be reserved for maintenance. Forsgren et al. (2013) present a MIP model, which allows moving trains and maintenance activities in time such that timetable disruptions are minimal. Budai et al. (2004) consider the problem of scheduling maintenance activities in such a way that track possession times are minimized and propose heuristic solution methods. Finally, papers such as this one concerned with operational problems cover questions that arise from the day-to-day scheduling of maintenance. However, few papers on timetabling of maintenance machines have been published. A noteable exception is Heinicke et al. (2014) who describe a problem of routing machines for corrective tamping of tracks for which they propose several MIP formulations as solution. 3 Problem Description In order to plan maintenance work of the Gotthard Base Tunnel, SBB has built an application called REAL GBT, which manages maintenance activities and shifts. Each activity is attributed with the type of work, the position in the tunnel, its due date and priority, workers, equipment and minimum time needed, and whether the catenary must be turned off. REAL makes an initial assignment of activities and rolling stock to shifts mainly based on priority, which planners then may adapt manually. When all activities for a shift are chosen, they are bundled into so-called maintenance sites, which consist of a segment of the tunnel (typically less than a kilometre), a set of needed maintenance vehicles, and a minimum on-site time. Additionally, some sites require that the catenary section surrounding it to be turned off during maintenance. In order to serve the maintenance sites, a timetable is needed that determines all train formations as well as their departure and arrival times, such that it is guaranteed that all work can be conducted. Since the time needed for an activity is only a guess, the time spent at each maintenance site should be maximized in order to avoid unfinished activities, which would then have to be included in a later shift. In order to calculate this timetable, REAL

4 Figure 1: Gotthard Base Tunnel northern portal. Tunnel starts on the two tracks to the right. The maintenance trains depart from the four central tracks belonging to Rynächt. Figure 2: Gotthard Base Tunnel southern portal. Tunnel starts on the two tracks to the left. The single central track leads to the station of Biasca where the maintenance trains depart. GBT calls the application TreMOla, which must solve the following scheduling problem. Find a timetable including the train formations within the time frame of the shift to reach a given set of maintenance sites such that on-site time is maximized. Additionally, since the Gotthard Base Tunnel is operated under ETCS Level 2, the timetable must follow the special driving and safety procedures required for ETCS in maintenance mode. In the following the infrastructure, rolling stock, and ETCS procedures are described. 3.1 Infrastructure The Gotthard Base Tunnel consists of two single-track tunnels of 57 km each. The tunnels are very homogeneous with no speed changes and constant gradients (4 from northern portal to culmination point then 6.75 to southern portal). Though two crossovers exist within the tunnels, they cannot be used for maintenance since only one tunnel is closed in each shift. Thus, maintenance takes place on single track implying that trains cannot overtake and the order of all rolling stock entering the tunnel is effectively predetermined by the position of the maintenance sites. However, how the rolling stock is grouped to trains remains open and can be exploited to create better schedules, see Section 3.2. Maintenance trains either depart in Rynächt and enter the tunnel from the northern portal or depart in Biasca and enter in the south (see Figures 1 and 2 for the track layouts). Within the current railway timetable for Switzerland four train paths are reserved for maintenance trains to enter the tunnel from each end, though not all are necessarily used. These paths fully determine both departure times and routes to the portals. Similarly, four train paths exist for both tunnel ends to leave the tunnel at the end of the shift. By only using the reserved paths, maintenance trains are guaranteed to not disrupt other train runs and as a consequence normal traffic can be neglected when calculating maintenance timetables. The initially entering train formations are decoupled inside the tunnel, such that each unit may reach its designated site. When leaving the vehicles are coupled inside the tunnel such that at most four train formations leave the tunnel using the reserved paths. It is

5 possible and quite often advantageous to create different train formations for entering and leaving the tunnel. 3.2 Rolling Stock The maintenance vehicles used are specifically developed for the Gotthard Base Tunnel. The dual-mode vehicles have both an electrical and a thermal propulsion and are suitable for push-pull action. Their maximum speed of 100 km/h however can only be utilised with the main driver s cab leading. Maximum speed is reduced to 60 km/h for safety reasons if running backwards using an auxiliary driver s cab. Consequently, running times can be greatly reduced by optimally combining and orienting the vehicles in a train set and, thus, ensuring that trains can run at 100 km/h both when entering and leaving the tunnel. The values listed in Table 1 are used for running time calculation. Parameter Value Electrical Propulsion 1080 kw Thermal Propulsion 550 kw Tractive Effort 150 kn Weight 80 t Brake Percentage 73% Table 1: Maintenance vehicles for Gotthard Base Tunnel 3.3 ETCS in Maintenance Mode When ETCS is used in maintenance mode some rather tedious time-consuming procedures exist, which must be observed in order to construct realistic schedules. Simply put, trains may run under full supervision allowing a speed of 100 km/h, but on-site trains run unsupervised within a blocked sector with a maximum allowed speed of 40 km/h. In the following the most important procedures are described. Creating and entering a blocked section In order to reach its maintenance site, a train must run to the last balise before the site and stop there. Now, the blocking of the section can be requested from the control centre. Finally, the train may enter the blocked section in unsupervised mode, i.e. at at most 40 km/h. Releasing and leaving a blocked section In order to leave its site, a train must request the release of the blocked section from the control centre. Then the train may run unsupervised to the next balise, where supervision starts and the speed can be increased to 100 km/h. However, if the blocked section contains axle counters, these must first be reset, which necessitates that the train must drive through the whole blocked section at slow speed. Coupling trains Coupling can only take place within a blocked sector, where one train is already waiting. The second train must run to the last balise before the blocked section, stop there, and then request permission to enter the blocked section. Afterwards,

6 Figure 3: Blocked sections when a catenary is turned off. it may enter the section unsupervised. Depending on the vehicles coupling is done automatically or must be conducted manually. Decoupling trains Decoupling can only take place within a blocked sector, and again can be done automatically or must be done manually. Then, a train must request permission to leave the section and run unsupervised to the next balise before supervision begins and speed can be increased. Catenary switch-off Many maintenance activities require the catenary to be switched off. In this case, additionally to the section where the maintenance work is conducted, the two sections at the end of the catenary section must also be blocked, see Figure 3. This is due to safety reasons. An additional rule is enforced in the Gotthard Base Tunnel, which requires maintenance vehicles to always use thermal propulsion within blocked sections. Thus, setting up a blocked sector will guarantee that no train will accidentally create a short-circuit. A train incurs a big time loss should it need to enter a switched-off catenary section since the procedures for entering and leaving blocked sections apply. Process times for all mentioned procedures vary. Assumed times for calculating timetables are given in Section 5. 4 TreMOla The scheduling problem for TreMOla to solve can be stated as follows. Find a timetable with associated train formations such that each maintenance site is reached by its designated rolling stock, required procedures are properly conducted, minimum on-site times are kept, and overall on-site time is maximised. Notice that it is possible to enumerate all possible solutions: Overtaking in the tunnel is not possible hence the positions and required rolling stock of the maintenance sites determine the order of the vehicles for each tunnel portal. What remains to be done is to divide this order of vehicles into at most four trains (since four train paths for entering the tunnel are reserved). The number of possible entering train formations is thus ( ) ( ) ( ) ( ) n 1 n 1 n 1 n which is O(n 3 ) (1) where n is the number of maintenance sites. Building trains for leaving the tunnel at the end of the shift is analogous.

7 Each train runs to the maintenance site of one of its train parts where it is decoupled. The individual train parts again run to the site of one of its sub-parts and is again decoupled. This continues until all vehicles have reached their site. In the worst case, the resulting number of possibilities grows exponentially in the length of the train. However, this is in reality not a problem as the number of maintenance sites and hence the length of the train is small. Again, the process for leaving is analogous. As calculations with realistic test instances showed that a complete enumeration of all possible solutions is feasible within short time (see Section 5), we decided to forgo any pruning strategies to reduce the solution space. TreMOla s algorithm for calculating the entering timetable is shown as pseudo-code in Algorithm 1. The algorithm for leaving is analogous, however calculation runs backwards starting at the arrival at the portal. Complete timetables are created by combining an entry and a departing timetable and the optimal solution is the combination, which fulfils all minimal on-site times and has the largest sum of on-site time. Algorithm 1 TreMOla s enumeration of all entering timetables 1: for all Possible entering train divisions t do 2: for all Maintenance sites s served by train t do 3: Calculate running time to site s 4: parttrainruns(t) 5: end for 6: end for 7: 8: procedure PARTTRAINRUNS(t) 9: for all Possible train parts p of train t do 10: for all Maintenance sites s served by train part p do 11: Calculate running time to site s 12: if p still has sites to reach then 13: parttrainruns(p) 14: end if 15: end for 16: end for 17: end procedure Figure 4 shows the graphical timetable of an example of TreMOla s solution. 4.1 Running Time Calculation Since TreMOla must calculate running times of a large number of train runs, achieving very short computation times is paramount. On the other hand, obtaining realistic running times is necessary to create practical timetables. However, since the needed time for many ETCS procedures such as obtaining permission to enter or leave a blocked section may vary a lot, a very detailed running time calculation has no added value the uncertainty of the duration of ETCS procedures would be larger. TreMOla s running time calculation considers tractive effort including adhesion limit, vehicle resistance, gradient resistance, and rotating masses as described in Brünger and Dahlhaus (2008). The formula of Strahl (Strahl (1913)) is used for vehicle resistance since

8 Figure 4: Graphical timetable of a solution for a shift of 11 maintenance sites maintenance vehicles are more similar to freight trains. Curve resistance having very little effect on running times is neglected. In order to achieve very short computation times, TreMOla exploits the homogeneity of the Gotthard Base Tunnel. Whenever a train has reached maximum speed, running time to the next braking position is computed in one single step by dividing distance by speed. As a consequence, running time calculation consists of an acceleration and a braking phase computed in steps of one second and a single computation step in between (except for the short train runs outside of the tunnel where due to speed and gradient changes several acceleration and braking phases take place). 4.2 Basic strategies In order to be able to compare the quality of solutions obtained by TreMOla, two strategies often employed when constructing timetables manually were identified and implemented. Train bundle The strategy builds up to four formations of all vehicles destined for neighbouring maintenance sites. Each formation first runs to the central destination site where it is decoupled and part formations then run to the neighbouring sites. At the end of the maintenance shift, the part formations again first run to the central site where they are coupled and leave the tunnel as one formation. The strategy has the advantage that all coupling and decoupling procedures are conducted at one place. On the other hand, some vehicles must first pass their intended site only to retract later. Train cascade Again, the strategy builds up to four formations of all vehicles destined for neighbouring maintenance sites. However, each formation stops at every site to decouple and continues without the vehicles that have reached their intended destination until all reach their site. Similarly, the formation picks up all vehicles at each site to leave the tunnel. This strategy avoids that some vehicles must first pass by their intended site only to retract later, but more (de-)coupling procedures are needed.

9 (a) Train bundle (b) Train cascade Figure 5: Basic strategies for creating maintenance timetables Figure 5 shows graphic timetables of solutions obtained by the basic strategies for the same instance as the solution depicted in Figure 4. While the cascade solution must (de-)couple at seven different places, the bundle solution only needs four. On the other hand in the bundle solution vehicles must retract at three places before reaching their destination. 5 Results To test TreMOla, we have created 20 test instances. Instance sizes ranged from 5 to 13 maintenance sites during one shift. In some instances all sites are reached from one portal while in others from both. Correspondingly a solution consisted of at most four or eight initial train formations for entering the tunnel. Assumed times for maintenance procedures are given in Table 2. Procedure Time needed [min] Request section blocking 2 Release section blocking 3 Axle counter reset 10 Catenary switch-off 10 Catenary switch-on 5 Automatic (de-)coupling 2 Manual (de-)coupling 4 Table 2: Time needed for maintenance procedures. For all instances, we compared the average and the sum of on-site time of the optimal solution with the time obtained by the basic strategies. All computations were conducted on a computer with a 2.8 GHz quad-core processor with 16 GB of RAM running Windows 10. Average computation time was 1.1s where the longest instance took 2.9s.

10 Table 3 shows that TreMOla is able to increase productive time at maintenance sites by about 5%, which is about 20 minutes per site. Average on-site time [h:mm] Sum of on-site time Optimum 7:13 100% Train bundle 6: % Train cascade 6: % Table 3: Comparison of optimal solution with basic strategies. SBB is concerned that too complicated timetables could lead to mistakes during maintenance shifts. Therefore, we examined how much on-site time is lost, if two additional restrictions for simplifying the generated timetables are added. The first restriction requires that entering and leaving processes are symmetric in the sense that trains should be coupled the same way for entering and leaving, i.e. all vehicles are (de-)coupled in the same formation in the same order. The second restriction requires that all coupling and decoupling procedures of train formations are conducted at one place as in the train bundle strategy. Table 4 shows that these restrictions can be added with little loss in on-site time. Average on-site time [h:mm] Sum of on-site time Optimum 7:13 100% Symmetry 7: % Single (de-)coupling 7: % Both 7: % Table 4: Loss of on-site time when simplifying restrictions are added. 6 Conclusions Due to the success of the solutions created by TreMOla, it was integrated into SBB s maintenance planning software for the Gotthard Base Tunnel and is now used to create the actual maintenance timetables. Due to the automatisation of the timetable generation, SBB not only gains additional maintenance time but also and maybe even more importantly speeds up the generation of timetables. This not only reduces needed workforce but also makes it possible to rapidly change timetables for urgent maintenance work, which would not be possible when constructing timetables manually. An interesting question to tackle in future work would be to plan several maintenance shifts simultaneously. Currently, maintenance activities are allocated manually to individual shifts. If instead activities for e.g. several weeks were to be scheduled simultaneously, an additional potential for increasing available maintenance time could be tapped.

11 References Brünger, O., Dahlhaus, E., Running Time Estimation, In: Hansen, I.A., Pachl, J. (eds.), Railway Timetable & Traffic, pp , Eurailpress, Hamburg. Budai, G., Huisman, D., Dekker, R., Scheduling preventive railway maintenance activities, Journal of the Operational Research Society, vol. 57, pp Forsgren, M., Aronsson, M., Gestrelius, S., Maintaining tracks and traffic flow at the same time, Journal of Rail Transport Planning & Management, vol. 3(3), pp Heinicke, F., Simroth, A., Scheithauer, G., Fischer, A., On a Railway Maintenance Scheduling Problem with Customer Costs and Multi-Depots, Technical Report MATH- NM , TU-Dresden, Dresden, Germany. Lévi, D., Optimization of track renewal policy, In: World Congress on Railway Research, Cologne, Germany. Lidén, T., Railway infrastructure maintenance a survey of planning problems and conducted research, In: 18th Euro Working Group on Transportation, EWGT 2015, Delft, Netherlands. Strahl, Die Berechnung der Fahrzeiten und Geschwindigkeiten von Eisenbahnzügen aus den Belastungsgrenzen der Lokomotiven, Glasers Annalen für Gewerbe- und Bauwesen, vol. 73, pp View publication stats

Evaluation of energy saving strategies in heavily used rail networks by implementing an integrated real-time rescheduling system

Evaluation of energy saving strategies in heavily used rail networks by implementing an integrated real-time rescheduling system Energy Management in the Train Operation 75 Evaluation of energy saving strategies in heavily used rail networks by implementing an integrated real-time rescheduling system M. Luethi Swiss Federal Institute

More information

UIC CODE 406. Capacity. 1st edition, June 2004 Original. La Capacité Kapazität

UIC CODE 406. Capacity. 1st edition, June 2004 Original. La Capacité Kapazität UIC CODE 1st edition, June 2004 Original Capacity La Capacité Kapazität Leaflet to be classified in Volume: IV - Operating Application: With effect from 1 June 2004 All members of the International Union

More information

New innovative intermodal solutions for time sensitive urban transports in Switzerland

New innovative intermodal solutions for time sensitive urban transports in Switzerland New innovative intermodal solutions for time sensitive urban transports in Switzerland Pieter van den Bold Amsterdam June 22 2012 by innovatrain 15.06.2012 Dogma on Combined Transport Combined Transport

More information

Supporting tools for automated timetable planning

Supporting tools for automated timetable planning Computers in Railways XIV 565 Supporting tools for automated timetable planning N. Bešinović, E. Quaglietta & R. M. P. Goverde Department of Transport and Planning, Delft University of Technology, The

More information

Validate: A New Method To Generate Nationwide Traffic Data

Validate: A New Method To Generate Nationwide Traffic Data Validate: A New Method To Generate Nationwide Traffic Data Thomas Haupt Udo Heidl PTV AG PTV AG Stumpfstr.1 Stumpfstr. 1 76131 Karlsruhe, 76131 Karlsruhe Email thomas.haupt@ptv.de Email udo.heidl@ptv.de

More information

Timetable attractiveness parameters

Timetable attractiveness parameters Computers in Railways XII 975 Timetable attractiveness parameters B. Schittenhelm Department of Transport, Technical University of Denmark, Denmark Department of Traffic Planning, Rail Net Denmark, Denmark

More information

A dynamic approach for planning preventive railway maintenance activities

A dynamic approach for planning preventive railway maintenance activities A dynamic approach for planning preventive railway maintenance activities G. Budai 1 & R. Dekker 2 1 Erasmus University Rotterdam, Tinbergen Institute, The Netherlands 2 Erasmus University Rotterdam, The

More information

THE GROUNDBREAKING TUNNEL

THE GROUNDBREAKING TUNNEL Gotthard Base Tunnel, Switzerland Allplan Engineering in practice THE GROUNDBREAKING TUNNEL In Amsteg, where two adits meet two tunnel tubes, the 3D model created with Allplan Engineering was very useful

More information

Tactical Planning using Heuristics

Tactical Planning using Heuristics Tactical Planning using Heuristics Roman van der Krogt a Leon Aronson a Nico Roos b Cees Witteveen a Jonne Zutt a a Delft University of Technology, Faculty of Information Technology and Systems, P.O. Box

More information

2. Opportunities and problems involved in implementing ETCS Levels 2 and 3

2. Opportunities and problems involved in implementing ETCS Levels 2 and 3 Concept for Combining ETCS Levels 2 and 3 Reiner Dachwald, Lars Kupfer, Bernhard Ptok 1. Introduction Several pilot projects are currently underway to prepare for the introduction of ERTMS/ ETCS, the new

More information

MERLIN Project Project

MERLIN Project Project MERLIN Newsletter Issue 1, November 2014 MERLIN Project Project MERLIN Making Energy Management in the Rail System Smarter Background This project has received funding from the European Union s Seventh

More information

Joint design standard for running times, dwell times and headway times

Joint design standard for running times, dwell times and headway times Computers in Railways X 611 Joint design standard for running times, dwell times and headway times V. A. Weeda & P. B. L. Wiggenraad Department of Transport & Planning, Delft University of Technology,

More information

Automated analysis of train event recorder data to improve micro-simulation models

Automated analysis of train event recorder data to improve micro-simulation models Operations Analysis 125 Automated analysis of train event recorder data to improve micro-simulation models S. de Fabris, G. Longo & G. Medeossi Department of Civil and Environmental Engineering, University

More information

Train monitoring systems. Uncompromising safety.

Train monitoring systems. Uncompromising safety. Train monitoring systems. Uncompromising safety. We keep Switzerland moving. Travel in comfort. Get there on time. The Swiss are world champions in rail travel. Every day, some 11,000 trains travel on

More information

Control rules for dispatching trains on general networks with multiple train speeds

Control rules for dispatching trains on general networks with multiple train speeds Control rules for dispatching trains on general networks with multiple train speeds SHI MU and MAGED DESSOUKY* Daniel J. Epstein Department of Industrial and Systems Engineering University of Southern

More information

SIMULATION MODEL FOR IRP IN PETROL STATION REPLENISHMENT

SIMULATION MODEL FOR IRP IN PETROL STATION REPLENISHMENT SIMULATION MODEL FOR IRP IN PETROL STATION REPLENISHMENT Dražen Popović a,*, Milorad Vidović a, Nenad Bjelić a a University of Belgrade, Faculty of Transport and Traffic Engineering, Department of Logistics,

More information

Key challenges for intermodal traffic movement across Europe. Alessandro Valenti Director Sales & Operations Shuttle Net ECTA - Düsseldorf,

Key challenges for intermodal traffic movement across Europe. Alessandro Valenti Director Sales & Operations Shuttle Net ECTA - Düsseldorf, Key challenges for intermodal traffic movement across Europe Alessandro Valenti Director Sales & Operations Shuttle Net ECTA - Düsseldorf, 22.11.12 Facts & Figures Foundation 1967 Share capital Shareholders

More information

Appendix F.4 Charges - Unit prices and values of the parameters linked to the train

Appendix F.4 Charges - Unit prices and values of the parameters linked to the train NETWORK STATEMENT Appendix F.4 Charges - Unit prices and values of the parameters linked to the train 1. The train path-lines charge 1.1. Unit price for the train path-lines charge (P) For all types of

More information

A CER Statement on Brexit

A CER Statement on Brexit Brussels, 13 October 2017 A CER Statement on Brexit 1 CER aisbl - COMMUNITY OF EUROPEAN RAILWAY AND INFRASTRUCTURE COMPANIES Avenue des Arts, 53-1000 Bruxelles T: +32 (0)2 213 08 70 F: +32 (0)2 512 52

More information

Transactions on the Built Environment vol 34, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 34, 1998 WIT Press,  ISSN Improving the Dutch railway services by network-wide timetable simulation Jurjen S. Hooghiemstra", Dick M. Middelkoop", Maurice J.G. Teunisse^ " Railned, Dept. of Innovation, P.O.Box 2025, 3500 HA Utrecht,

More information

COMBINE: A decision support system for real time traffic control

COMBINE: A decision support system for real time traffic control COMBINE: A decision support system for real time traffic control D. de Vries Holland Railconsult, The Netherlands Abstract This paper addresses the need for and benefits of advanced real-time traffic management

More information

A strong tool for public transport planning the software in operation

A strong tool for public transport planning the software in operation HOW CAN YOU CREATE PERFECT SERVICES ALL ALONG THE LINE? A STRONG TOOL FOR PUBLIC TRANSPORT PLANNING PTV Visum is the worldwide leading software for demand-driven and serviceoriented public transport network

More information

F E M M Faculty of Economics and Management Magdeburg

F E M M Faculty of Economics and Management Magdeburg OTTO-VON-GUERICKE-UNIVERSITY MAGDEBURG FACULTY OF ECONOMICS AND MANAGEMENT Linear Programming for a Cutting Problem in the Wood Processing Industry A Case Study Sören Koch Sebastian König Gerhard Wäscher

More information

IRSE ETCS Seminar, Presentation Dr Laube, 15 November 2011

IRSE ETCS Seminar, Presentation Dr Laube, 15 November 2011 IRSE ETCS Seminar, Presentation Dr Laube, 15 November 2011 ETCS IN DENMARK Gesamtlösungen sind unser Plus. l Emch+Berger AG Bern Schlösslistrasse 23 l Pf 6025 l CH 3001 Bern l Tel. +41 31 385 61 11 l bern@emchberger.ch

More information

How the timetable is born. From initial studies to the daily timetable.

How the timetable is born. From initial studies to the daily timetable. How the timetable is born. From initial studies to the daily timetable. April 2014 The art of creating a timetable the foundation of the world s densest rail network. The Swiss are world champions in rail

More information

Simulation of freight train operations with departures ahead of schedule

Simulation of freight train operations with departures ahead of schedule Computers in Railways XIV 239 Simulation of freight train operations with departures ahead of schedule A. Lindfeldt & H. Sipilä Department of Transport Science, Royal Institute of Technology (KTH), Sweden

More information

Technical and operational Developments needed for a better Market Success of Intermodal Freight Transport

Technical and operational Developments needed for a better Market Success of Intermodal Freight Transport Technical and operational Developments needed for a better Market Success of Intermodal Freight Transport Jost Wichser dipl. Ing. ETH/SIA IVT, Institut für Verkehrsplanung, Transporttechnik, Strassen-

More information

DIRECTIVE 2012/34/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 21 November 2012 establishing a single European railway area (recast)

DIRECTIVE 2012/34/EU OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 21 November 2012 establishing a single European railway area (recast) 02012L0034 EN 24.12.2016 001.001 1 This text is meant purely as a documentation tool and has no legal effect. The Union's institutions do not assume any liability for its contents. The authentic versions

More information

Optimization of Scheduled Patients Transportation Routes : Amadora-Sintra Portuguese Red Cross Case Study

Optimization of Scheduled Patients Transportation Routes : Amadora-Sintra Portuguese Red Cross Case Study Optimization of Scheduled Patients Transportation Routes : Amadora-Sintra Portuguese Red Cross Case Study Marta Loureiro Department of Engineering and Management, Instituto Superior Técnico Abstract Non-governmental

More information

Causal Analysis of Railway Running Delays

Causal Analysis of Railway Running Delays Downloaded from orbit.dtu.dk on: Oct 07, 2016 Causal Analysis of Railway Running Delays Cerreto, Fabrizio; Nielsen, Otto Anker; Harrod, Steven; Nielsen, Bo Friis Publication date: 2016 Document Version

More information

Chronology of a Project of the Century Milestones in the Construction History up to 2010

Chronology of a Project of the Century Milestones in the Construction History up to 2010 13.08.2010 Chronology of a Project of the Century Milestones in the Construction History up to 2010 1947 Carl Eduard Gruner, engineer and urban planner from Basel, sketches the visionary idea of a Gotthard

More information

RECOMMENDATIONS FOR ENHANCING UIC CODE 406 METHOD TO EVALUATE RAILROAD INFRASTRUCTURE CAPACITY

RECOMMENDATIONS FOR ENHANCING UIC CODE 406 METHOD TO EVALUATE RAILROAD INFRASTRUCTURE CAPACITY RECOMMENDATIONS FOR ENHANCING UIC CODE 406 METHOD TO EVALUATE Tobias Lindner Prof. Dr. Joern Pachl Li Transportation Research Board 89 th Annual Meeting 1 STRUCTURE OF PRESENTATION UIC Code 406 main contents

More information

Guidelines. Approval of rolling stock

Guidelines. Approval of rolling stock BUNDESAMT FÜR VERKEHR OFFICE FÉDÉRAL DES TRANSPORTS UFFICIO FEDERALE DEI TRASPORTI FEDERAL OFFICE OF TRANSPORT Guidelines Articles 6a, 7 and 8 of the Ordinance on the Construction and Operation of Railways

More information

Directive 96/48/EC - Interoperability of the trans- European high speed rail system

Directive 96/48/EC - Interoperability of the trans- European high speed rail system EN Directive 96/48/EC - Interoperability of the trans- European high speed rail system Technical Specification for Interoperability "Operations and traffic management" Sub-System - 1 / 155 - 1. INTRODUCTION

More information

The swiss way to capacity optimization for Traffic Management.

The swiss way to capacity optimization for Traffic Management. The swiss way to capacity optimization for Traffic Management. SBB AG Immobilien Strasse 8021 Zürich, Schweiz +41 51 222 22 22 sample@sbb.ch www.sbb.ch/immobilien Table of contents. Introduction to the

More information

Gotthard Base Tunnel Dino Alfaré Head of Railway Systems Execution AlpTransit Gotthard AG

Gotthard Base Tunnel Dino Alfaré Head of Railway Systems Execution AlpTransit Gotthard AG Dino Alfaré Head of Railway Systems Execution AlpTransit Gotthard AG 1 June 1st, 2016 2 Contents 1. The Project 2. Project Management 3. Geology 4. Costs and Financing Requirements 5. Railway Infrastructure

More information

THEFUTURERAILWAY THE INDUSTRY S RAIL TECHNICAL STRATEGY 2012 CONTROL, COMMAND AND COMMUNICATION

THEFUTURERAILWAY THE INDUSTRY S RAIL TECHNICAL STRATEGY 2012 CONTROL, COMMAND AND COMMUNICATION THEFUTURERAILWAY THE INDUSTRY S RAIL TECHNICAL STRATEGY 2012 17 CONTROL, COMMAND AND COMMUNICATION Control centre optimises the positions of trains in real time Drivers receive information to optimise

More information

Railway Simulation & Timetable Planning

Railway Simulation & Timetable Planning Your Local Partner for Railway Projects Anywhere in South East Asia Railway Simulation & Timetable Planning Engineering & Maintenance CONSULTING SIMULATION PLANNING ENGINEERING PRODUCTS TECH SUPPORT Simulation

More information

Abstract. 1 Introduction

Abstract. 1 Introduction DYNAMIS: a model for the calculation of running times for an efficient time-table construction A. Radtke, L. Mtiller & A. Schumacher Institute of Transport, Railway Construction and Operation, University

More information

Position Paper Technical Innovation Circle for Rail Freight Transport (TIS)

Position Paper Technical Innovation Circle for Rail Freight Transport (TIS) Position Paper Technical Innovation Circle for Rail Freight Transport (TIS) Berlin, 23 September 2014 About TIS During the Innotrans 2012 trade fair in Berlin, the Technical Innovation Circle for Rail

More information

Container Sharing in Seaport Hinterland Transportation

Container Sharing in Seaport Hinterland Transportation Container Sharing in Seaport Hinterland Transportation Herbert Kopfer, Sebastian Sterzik University of Bremen E-Mail: kopfer@uni-bremen.de Abstract In this contribution we optimize the transportation of

More information

Application of CSM on risk assessment at SBB

Application of CSM on risk assessment at SBB ERA-Workshop, 25 June 2013 Application of CSM on risk assessment at SBB Dr Jonathan Shaha Swiss Federal Railways SBB Central Safety Department 25 June 2013 Outline: Implementation of CSM RA at SBB Ú In

More information

Björn Paulsson 1 1 UIC, Paris, France

Björn Paulsson 1 1 UIC, Paris, France INNOTRACK - Innovative Track System - A Unique Approach of Infrastructure Managers and Competitive Track Supply Industry for Developing the Innovative Products of the Future Björn Paulsson 1 1 UIC, Paris,

More information

Roadmaps to 2050 FFE (Madrid, Spain) 21 September 2017

Roadmaps to 2050 FFE (Madrid, Spain) 21 September 2017 Capacity for Rail Roadmaps to 2050 FFE (Madrid, Spain) 21 September 2017 Vijay Ramdas SP5 Task Leader European Rail Journey 2020 Framework for multi-modal transport information management & payment system

More information

Remote Access to Vehicles and Condition Monitoring. Synopsis. Overview. Open standards PAPER

Remote Access to Vehicles and Condition Monitoring. Synopsis. Overview. Open standards PAPER PAPER g Remote Access to Vehicles and Condition Monitoring Synopsis In order to lower maintenance cost of rolling stock whilst raising the availability of the vehicles continuous knowledge about the state

More information

TSI OPERATION AND TRAFFIC MANAGEMENT FINAL REPORT ON THE MERGING OF CONVENTIONAL RAIL AND HIGH SPEED TSIS

TSI OPERATION AND TRAFFIC MANAGEMENT FINAL REPORT ON THE MERGING OF CONVENTIONAL RAIL AND HIGH SPEED TSIS INTEROPERABILITY UNIT RATION AND TRAFFIC MANAGEMENT FINAL REPORT ON THE MERGING OF CONVENTIONAL RAIL AND HIGH SPEED TSIS Reference: ERA/CON/2011-02/INT Document type: Final report Version : 0.8 Date :

More information

Job Report Cold Milling. Top job in motorway rehabilitation Wirtgen milling machines on the A99

Job Report Cold Milling. Top job in motorway rehabilitation Wirtgen milling machines on the A99 Job Report Cold Milling Top job in motorway rehabilitation Wirtgen milling machines on the A99 Wirtgen cold milling: Top job in motorway rehabilitation Wirtgen high-performance milling machines on the

More information

7 9 May 2012, Dubrovnik, Croatia 2 nd International Conference on Road and Rail Infrastructure

7 9 May 2012, Dubrovnik, Croatia 2 nd International Conference on Road and Rail Infrastructure 7 9 May 2012, Dubrovnik, Croatia 2 nd International Conference on Road and Rail Infrastructure Using simulation to assess infrastructure performance in multicriteria evaluation of railway projects Giovanni

More information

Europeans Modal Shift Policy. Political Will and Reality. Bernard Guillelmon CEO BLS. Rail Forum Europe

Europeans Modal Shift Policy. Political Will and Reality. Bernard Guillelmon CEO BLS. Rail Forum Europe Europeans Modal Shift Policy Political Will and Reality Bernard Guillelmon CEO BLS Rail Forum Europe 17.9.2013 BLS Cargo AG, Bollwerk 27, CH-3001 Bern - Tel: +41 58 327 28 44; Fax +41 58 327 28 60 - www.blscargo.ch

More information

Computation and evaluation of scheduled waiting time for railway networks

Computation and evaluation of scheduled waiting time for railway networks Computers in Railways XII 911 Computation and evaluation of scheduled waiting time for railway networks A. Landex Department of Transport, Technical University of Denmark, Denmark Abstract Timetables are

More information

TRENOExport. The Simulationbooster

TRENOExport. The Simulationbooster TRENOExport The Simulationbooster TRENOEXPORT Microscopic simulation is the most accurate method for reproducing railway operations. It supports engineers in a series of tasks, from long-range to short-term

More information

MICRO-SIMULATION OF A NIGHT TAXI-BUS SERVICE FOR THE HISTORICAL CENTRE OF ROME

MICRO-SIMULATION OF A NIGHT TAXI-BUS SERVICE FOR THE HISTORICAL CENTRE OF ROME MICRO-SIMULATION OF A NIGHT TAXI-BUS SERVICE FOR THE HISTORICAL CENTRE OF ROME Francesco Filippi 1), Marco Lemessi 2) and Thomas Schulze 3) Abstract: The Municipality of Rome plans to introduce a taxi-bus

More information

Paving the way for increased safety. MULTIRAIL Technology. Measuring, checking, monitoring and sand filling.

Paving the way for increased safety. MULTIRAIL Technology. Measuring, checking, monitoring and sand filling. Paving the way for increased safety. MULTIRAIL Technology. Measuring, checking, monitoring and sand filling. A sign of our times: more and more people and materials need to reach their destinations faster

More information

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny College of Computer and Information Sciences, King Saud University, Riyadh, Saudi Arabia mifawzi@ksu.edu.sa Keywords:

More information

Port Hinterland traffic: modern planning IT methods

Port Hinterland traffic: modern planning IT methods Computers in Railways XII 295 Port Hinterland traffic: modern planning IT methods A. Radtke IVE mbh - Ingenieurgesellschaft für Verkehrs - und Eisenbahnwesen mbh, Germany Abstract This paper will present

More information

Integrated System Display

Integrated System Display RAIL SOLUTIONS Integrated System Display SPACE SAVING Use as a single display for multiple auxillary systems. Subsystems that were typically installed in the drivers cab can now be installed at other convenient

More information

SERVICE QUALITY ATTRIBUTES AFFECTING THE SATISFACTION OF RAILWAY PASSENGERS OF SELECTIVE ROUTE IN SOUTHWESTERN PART OF BANGLADESH

SERVICE QUALITY ATTRIBUTES AFFECTING THE SATISFACTION OF RAILWAY PASSENGERS OF SELECTIVE ROUTE IN SOUTHWESTERN PART OF BANGLADESH SERVICE QUALITY ATTRIBUTES AFFECTING THE SATISFACTION OF RAILWAY PASSENGERS OF SELECTIVE ROUTE IN SOUTHWESTERN PART OF BANGLADESH Khan Rubayet RAHAMAN Urban and Rural Planning Discipline, Khulna University

More information

Public Transport Priority System: Impact on Quality of Service

Public Transport Priority System: Impact on Quality of Service Public Transport Priority System: Impact on Quality of Service Štefica Mrvelj, Marko Matulin, Niko Jelušić Faculty of Transport and Traffic Sciences University of Zagreb Vukelićeva 4, 10000 Zagreb, Croatia

More information

Rail-Agenda 21 For Sustainable Development of Deutsche Bahn AG

Rail-Agenda 21 For Sustainable Development of Deutsche Bahn AG eature Railways and The Environment (part 2) For Sustainable Development of Deutsche Bahn AG Joachim Kettner and Ulrich Ostermayer From Rio until Today The UN Conference on Environment and Development

More information

Heuristic Routing Software for Planning of Combined Road Transport with Swap Bodies: A Practical Case

Heuristic Routing Software for Planning of Combined Road Transport with Swap Bodies: A Practical Case Heuristic Routing Software for Planning of Combined Road Transport with Swap Bodies: A Practical Case Frederik Schulte University of Hamburg, Institute of Information Systems, 20146 Hamburg, E-Mail: frederik.schulte@uni-hamburg.de

More information

ViziRail Description

ViziRail Description ViziRail Description Table of Contents ViziRail Train Scheduling Software... 3 Timetabling and Trains... 4 Train Graphing... 9 Possessions... 14 Speed Restrictions... 16 Train Notices... 17 Train Control

More information

INVESTIGATION ON THE CAPACITY CONSUMPTION AT DUTCH RAILWAYS FOR VARIOUS SIGNALLING TECHNOLOGIES AND TRAFFIC CONDITIONS

INVESTIGATION ON THE CAPACITY CONSUMPTION AT DUTCH RAILWAYS FOR VARIOUS SIGNALLING TECHNOLOGIES AND TRAFFIC CONDITIONS INVESTIGATION ON THE CAPACITY CONSUMPTION AT DUTCH RAILWAYS FOR VARIOUS SIGNALLING TECHNOLOGIES AND TRAFFIC CONDITIONS Rob M.P. Goverde a, Francesco Corman bc, Andrea D Ariano d* a Department of Transport

More information

Forecasting robustness of timetables

Forecasting robustness of timetables Forecasting robustness of timetables W. Barter First Class Partnerships, UK Abstract Ultimately, the timetable is proof of the capacity of a rail network. If a train can be pathed, then capacity exists.

More information

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Iterative train scheduling in networks with tree topologies: a case study

More information

VS-PLUS Introduction. Even this knotty problem can be solved. Dr. Thomas Riedel. April 2001 page 1

VS-PLUS Introduction. Even this knotty problem can be solved. Dr. Thomas Riedel. April 2001 page 1 VS-PLUS Introduction Even this knotty problem can be solved Dr. Thomas Riedel April 2001 page 1 Presentation Contents Company introduction The traffic engineering workflow The workflow support tools Basic

More information

The Bend The Combi The Laser The Punch The System The Software. Prima Power servo electric turret punch presses E5 / E6

The Bend The Combi The Laser The Punch The System The Software. Prima Power servo electric turret punch presses E5 / E6 The Bend The Combi The Laser The Punch The System The Software Prima Power servo electric turret punch presses E / E6 New servo electric turret punch press by Prima Power An early and major step towards

More information

Expert System Applied to High-Speed Railway Track Circuit Coding and Its Simulation

Expert System Applied to High-Speed Railway Track Circuit Coding and Its Simulation Expert System Applied to High-Speed Railway Track Circuit Coding and Its Simulation Yan Li, Dewang Chen, and Xuan Yang State Key Laboratory of Rail Traffic Control and Safety, Beijing Jiaotong University,

More information

Simulation of Container Queues for Port Investment Decisions

Simulation of Container Queues for Port Investment Decisions The Sixth International Symposium on Operations Research and Its Applications (ISORA 06) Xinjiang, China, August 8 12, 2006 Copyright 2006 ORSC & APORC pp. 155 167 Simulation of Container Queues for Port

More information

Integrated Transport Model of Thuringia

Integrated Transport Model of Thuringia Florian M. Heinitz, Diana Pataki Nagy Integrated Transport Model of Thuringia Guest Lecture, KTI Budapest, 6 May 2010 Outline Introduction Supply Side Modelling Demand Side Modelling Application Projects

More information

Architectures of Automatic Train Operation for the mainline railway

Architectures of Automatic Train Operation for the mainline railway Architectures of Automatic Operation for the mainline railway RailTech Intelligent Rail Summit, 28 November 2017 x.rao@systransis.ch systransis Ltd 2017 Speed(v) Time (t) Speed (v) Non-optimised v-s Time

More information

A Log-Truck Scheduling Model Applied to a Belgian Forest Company. Jean-Sébastien Tancrez 1

A Log-Truck Scheduling Model Applied to a Belgian Forest Company. Jean-Sébastien Tancrez 1 A Log-Truck Scheduling Model Applied to a Belgian Forest Company Jean-Sébastien Tancrez 1 Louvain School of Management, Université catholique de Louvain, Mons, Belgium {js.tancrez@uclouvain.be} Abstract.

More information

on the move ZF Test Systems

on the move ZF Test Systems ZF Friedrichshafen AG Division Industrial Technology Business Unit Test Systems 94030 Passau Germany Phone +49 851 494-5529 Fax +49 851 494-905529 sales.it@zf.com For a future on the move ZF Test Systems

More information

Conference on sustainable freight transport in sensitive areas 27/28 October 2004, Vienna

Conference on sustainable freight transport in sensitive areas 27/28 October 2004, Vienna Conference on sustainable freight transport in sensitive areas 27/28 October 2004, Vienna Part 3: Frameworks and good practices How to scan the potential for modal shift? Results from the SPIN project

More information

Problem-Specific State Space Partitioning for Dynamic Vehicle Routing Problems

Problem-Specific State Space Partitioning for Dynamic Vehicle Routing Problems Volker Nissen, Dirk Stelzer, Steffen Straßburger und Daniel Fischer (Hrsg.): Multikonferenz Wirtschaftsinformatik (MKWI) 2016 Technische Universität Ilmenau 09. - 11. März 2016 Ilmenau 2016 ISBN 978-3-86360-132-4

More information

COST-BENEFIT-ANALYSIS FOR WAYSIDE TRAIN OBSERVATION PLANTS

COST-BENEFIT-ANALYSIS FOR WAYSIDE TRAIN OBSERVATION PLANTS 4 th International Scientific Conference Challenges in Transport and Communication Pardubice, September 14 th -15 th, 2006 COST-BENEFIT-ANALYSIS FOR WAYSIDE TRAIN OBSERVATION PLANTS Andreas Schöbel 1,

More information

IV. IMPROVEMENT OF CROSS-BORDER TRANSPORT BY RAIL TRANSPORT

IV. IMPROVEMENT OF CROSS-BORDER TRANSPORT BY RAIL TRANSPORT 48 IV. IMPROVEMENT OF CROSS-BORDER TRANSPORT BY RAIL TRANSPORT The region is characterized by long distances within and across countries. This is particularly challenging for landlocked countries which

More information

Wilhelm Dangelmaier Benjamin Klöpper Nando Rüngerer Mark Aufenanger

Wilhelm Dangelmaier Benjamin Klöpper Nando Rüngerer Mark Aufenanger Aspects of Agent Based Planning in the Demand Driven Railcab Scenario Wilhelm Dangelmaier Benjamin Klöpper Nando Rüngerer Mark Aufenanger Aspects of Agent Based Planning in the Demand Driven Railcab Scenario

More information

Study on train headway in different turning-back mode of urban mass transit station

Study on train headway in different turning-back mode of urban mass transit station Available online at www.sciencedirect.com ScienceDirect Transportation Research Procedia 25 (2017) 451 460 www.elsevier.com/locate/procedia World Conference on Transport Research - WCTR 2016 Shanghai.

More information

Rudolf Schilder. Track Innovations by Austrian Railways (OEBB)

Rudolf Schilder. Track Innovations by Austrian Railways (OEBB) Rudolf Schilder Track Innovations by Austrian Railways (OEBB) Dr. Rudolf Schilder, former Head of Business Unit Railway Line and Station Management, OEBB-Infrastructure AG (Austrian Railways Infrastructure),

More information

NetTrac MT. Modular Central Control System For Urban Rail. RAIL SIGNALLING SOLUTIONS

NetTrac MT. Modular Central Control System For Urban Rail.  RAIL SIGNALLING SOLUTIONS NetTrac MT Modular Central Control System For Urban Rail RAIL SIGNALLING SOLUTIONS www.thalesgroup.com NetTrac MT THE CENTRAL CONTROL SYSTEM SOLUTION THAT GROWS WITH YOUR NEEDS Whether you are operating

More information

Case Study Elasticity for the Slab Track in the Gotthard Base Tunnel, (CH)

Case Study Elasticity for the Slab Track in the Gotthard Base Tunnel, (CH) Case Study Elasticity for the Slab Track in the Gotthard Base Tunnel, (CH) The project of the century: With 57 kilometres the world's longest railway tunnel Highest requirements: Outstanding material properties

More information

METROPOLITAN RAILWAY NETWORK TRACK OCCUPATION PROTOCOL

METROPOLITAN RAILWAY NETWORK TRACK OCCUPATION PROTOCOL Approval Name Position Signature/Date Document Author Adam Graves Network Program Planning Manager Document Endorsers Approving Manager Scott Short Karen Wilson Robb van Toledo Manager, Network Scheduling

More information

Application of an Iterative Framework for Real-time Railway Rescheduling 1

Application of an Iterative Framework for Real-time Railway Rescheduling 1 Application of an Iterative Framework for Real-time Railway Rescheduling 1 Twan Dollevoet 2,6, Dennis Huisman 2,3,6, Leo G. Kroon 3,4,6, Lucas P. Veelenturf 5, Joris C. Wagenaar 4,6 2 Econometric Institute,

More information

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14)

Procedia - Social and Behavioral Sciences 189 ( 2015 ) XVIII Annual International Conference of the Society of Operations Management (SOM-14) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and ehavioral Sciences 189 ( 2015 ) 184 192 XVIII Annual International Conference of the Society of Operations Management (SOM-14)

More information

Keyword Constraint programming, Train traffic rescheduling system, Train operation, Car operation, Driver operation

Keyword Constraint programming, Train traffic rescheduling system, Train operation, Car operation, Driver operation Constraints Based Effective railway Rescheduling System Hiroyuki SHIMIZU, Hirohisa FUJIMOTO JR East Japan Information Systems Company JR East Japan Head Office Bldg 9F 2-2-2 Yoyogi, Shibuya-ku, Tokyo,

More information

Getting out of a (strawberry) jam: An Introduction to Supply Chain Analysis

Getting out of a (strawberry) jam: An Introduction to Supply Chain Analysis Getting out of a (strawberry) jam: An Introduction to Supply Chain Analysis Heng-Soon Gan Melbourne Operations Research The University of Melbourne VIC 3010, Australia h.gan@ms.unimelb.edu.au Kwanniti

More information

REPORT Railway Operation. Alex Landex, Anders H. Kaas & Sten Hansen. Centre for Traffic and Transport Technical University of Denmark

REPORT Railway Operation. Alex Landex, Anders H. Kaas & Sten Hansen. Centre for Traffic and Transport Technical University of Denmark REPORT 2006-4 Railway Operation Alex Landex, Anders H. Kaas & Sten Hansen Centre for Traffic and Transport Technical University of Denmark Railway Operation Alex Landex, Anders H. Kaas & Sten Hansen Subject:

More information

Key developments in the Channel Tunnel safety rules and the wider EU framework

Key developments in the Channel Tunnel safety rules and the wider EU framework Key developments in the Channel Tunnel safety rules and the wider EU framework Caroline Wake Head of UK Delegation, Channel Tunnel Safety Authority September 2012 1 Channel Tunnel content of presentation

More information

One system crossing the boundaries

One system crossing the boundaries One system crossing the boundaries ERS - Embedded Rail System for optimum integration into tunnel, station and bridge structures How can you improve safety and accessibility in tunnels and stations? How

More information

Scalability Investigations on Communication Traffic in Distributed Routing of Autonomous Logistic Objects

Scalability Investigations on Communication Traffic in Distributed Routing of Autonomous Logistic Objects Scalability Investigations on Communication Traffic in Distributed Routing of Autonomous Logistic Objects Bernd-Ludwig Wenning Communication Networks University of Bremen Otto-Hahn-Allee, 28359 Bremen,

More information

Instructions on Data Collection for the UNESCAP Time/Cost-Distance Methodology. - Basic Template Version-

Instructions on Data Collection for the UNESCAP Time/Cost-Distance Methodology. - Basic Template Version- Instructions on Data Collection for the UNESCAP Time/Cost-Distance Methodology - Basic Template Version- Version: 1.3 Prepared by: Transport Infrastructure Section Prepared on: 1 March 2007 Agenda 1 Introduction

More information

A New Fuzzy Logic Approach to Dynamic Dial-a-Ride Problem

A New Fuzzy Logic Approach to Dynamic Dial-a-Ride Problem Proceedings of the 2012 Industrial and Systems Engineering Research Conference G. Lim and J.W. Herrmann, eds. A New Fuzzy Logic Approach to Dynamic Dial-a-Ride Problem Maher Maalouf Industrial & Systems

More information

Volvo Research Foundation Future Urban Transport Symposium

Volvo Research Foundation Future Urban Transport Symposium Urban freight for liveable cities Volvo Research Foundation Future Urban Transport Symposium 15 th October 2012 Peter Hendy CBE Commissioner, Transport for London Contents Freight in London London Freight

More information

On- and Offline Scheduling of Bidirectional Traffic

On- and Offline Scheduling of Bidirectional Traffic On- and Offline Scheduling of Bidirectional Traffic Elisabeth Lübbecke Abstract This work summarizes insights related to bidirectional traffic on a stretch containing bottleneck segments. On a bottleneck

More information

A Study on the Life Cycle Cost Calculation of the Maglev Vehicle Based on the Maintenance Information

A Study on the Life Cycle Cost Calculation of the Maglev Vehicle Based on the Maintenance Information A Study on the Life Cycle Cost Calculation of the Maglev Vehicle Based on the Maintenance Information Jaehoon Kim and Jun-Seo Park Korea Railroad Research Institute, Korea lapin95 @krri.ac.kr, jspark@krri.ac.kr

More information

Planning Optimized. Building a Sustainable Competitive Advantage WHITE PAPER

Planning Optimized. Building a Sustainable Competitive Advantage WHITE PAPER Planning Optimized Building a Sustainable Competitive Advantage WHITE PAPER Planning Optimized Building a Sustainable Competitive Advantage Executive Summary Achieving an optimal planning state is a journey

More information

Request for information (RFI) Project seat capacity extension.

Request for information (RFI) Project seat capacity extension. 1/8 Request for information (RFI) Project seat capacity extension. 2/8 Table of contents 1 Background... 4 1.1 Flytoget AS... 4 1.2 The Request for information... 4 1.3 Regulations and use of information...

More information

SUPPLY CHAIN PLANNING WITH ADVANCED PLANNING SYSTEMS

SUPPLY CHAIN PLANNING WITH ADVANCED PLANNING SYSTEMS SUPPLY CHAIN PLANNING WITH ADVANCED PLANNING SYSTEMS Horst Tempelmeier University of Cologne Department of Production Management Tel. +49 221 470 3378 tempelmeier@wiso.uni-koeln.de Abstract: In the last

More information

SAFETY ASSESSMENT OF THE EMSLAND TRANSRAPID TEST FACILITY FOLLOWING MAJOR TECHNICAL MODIFICATIONS

SAFETY ASSESSMENT OF THE EMSLAND TRANSRAPID TEST FACILITY FOLLOWING MAJOR TECHNICAL MODIFICATIONS SAFETY ASSESSMENT OF THE EMSLAND TRANSRAPID TEST FACILITY FOLLOWING MAJOR TECHNICAL MODIFICATIONS No. 15 Wolfgang Otto TÜV Rheinland InterTraffic GmbH ISA Independent Safety Assessment Cologne, Germany

More information

A Genetic Algorithm on Inventory Routing Problem

A Genetic Algorithm on Inventory Routing Problem A Genetic Algorithm on Inventory Routing Problem Artvin Çoruh University e-mail: nevin.aydin@gmail.com Volume 3 No 3 (2014) ISSN 2158-8708 (online) DOI 10.5195/emaj.2014.31 http://emaj.pitt.edu Abstract

More information