A Branch-and-Price method for the Multiple-depot Vehicle and Crew Scheduling Problem

Similar documents
DM559/DM545 Linear and integer programming

Essays on Some Combinatorial Optimization Problems with Interval Data

Handout 4: Deterministic Systems and the Shortest Path Problem

Column generation to solve planning problems

IEOR E4004: Introduction to OR: Deterministic Models

6.231 DYNAMIC PROGRAMMING LECTURE 3 LECTURE OUTLINE

Financial Optimization ISE 347/447. Lecture 15. Dr. Ted Ralphs

Integer Programming Models

Lecture 10: The knapsack problem

Optimization Methods in Management Science

Dynamic Programming: An overview. 1 Preliminaries: The basic principle underlying dynamic programming

Q1. [?? pts] Search Traces

Lecture outline W.B.Powell 1

Yao s Minimax Principle

56:171 Operations Research Midterm Exam Solutions October 22, 1993

PARELLIZATION OF DIJKSTRA S ALGORITHM: COMPARISON OF VARIOUS PRIORITY QUEUES

Stochastic Dual Dynamic Programming

1 Shapley-Shubik Model

Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras

A Combination of Different Resource Management Policies in a Multi-Project Environment

CHAPTER 5: DYNAMIC PROGRAMMING

Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Maximum Contiguous Subsequences

Word Count: 5192 words + 5 figure(s) + 4 table(s) = 7442 words

Handout 8: Introduction to Stochastic Dynamic Programming. 2 Examples of Stochastic Dynamic Programming Problems

The Assignment Problem

CHAPTER 6 CRASHING STOCHASTIC PERT NETWORKS WITH RESOURCE CONSTRAINED PROJECT SCHEDULING PROBLEM

Decision Trees with Minimum Average Depth for Sorting Eight Elements

6.231 DYNAMIC PROGRAMMING LECTURE 8 LECTURE OUTLINE

Finding optimal arbitrage opportunities using a quantum annealer

Chapter 15: Dynamic Programming

Mathematics for Management Science Notes 06 prepared by Professor Jenny Baglivo

Activity Predecessors Durations (days) a - 3 b a 4 c a 5 d a 4 e b 2 f d 9 g c, e 6 h f, g 2

Homework #2 Graphical LP s.

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems

Anne Bracy CS 3410 Computer Science Cornell University

Dynamic Resource Allocation for Spot Markets in Cloud Computi

Recharging Bandits. Joint work with Nicole Immorlica.

On-line Supplement for Constraint Aggregation in Column Generation Models for Resource-Constrained Covering Problems

Assortment Planning under the Multinomial Logit Model with Totally Unimodular Constraint Structures

56:171 Operations Research Midterm Exam Solutions October 19, 1994

Dynamic Appointment Scheduling in Healthcare

Problem Set 2: Answers

6.231 DYNAMIC PROGRAMMING LECTURE 3 LECTURE OUTLINE

Roll No. :... Invigilator s Signature :.. CS/B.TECH(IT)/SEM-5/M(CS)-511/ OPERATIONS RESEARCH AND OPTIMIZATION TECHNIQUES

Chapter 21. Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION

Issues. Senate (Total = 100) Senate Group 1 Y Y N N Y 32 Senate Group 2 Y Y D N D 16 Senate Group 3 N N Y Y Y 30 Senate Group 4 D Y N D Y 22

FUNCIONAMIENTO DEL ALGORITMO DEL PCR: EUPHEMIA

Single Machine Inserted Idle Time Scheduling with Release Times and Due Dates

56:171 Operations Research Midterm Exam Solutions Fall 1994

0/1 knapsack problem knapsack problem

Homework solutions, Chapter 8

THE TRAVELING SALESMAN PROBLEM FOR MOVING POINTS ON A LINE

Optimizing the service of the Orange Line

Deterministic Dynamic Programming

The Deployment-to-Saturation Ratio in Security Games (Online Appendix)

SOLVING ROBUST SUPPLY CHAIN PROBLEMS

56:171 Operations Research Midterm Examination Solutions PART ONE

Stochastic Optimization Methods in Scheduling. Rolf H. Möhring Technische Universität Berlin Combinatorial Optimization and Graph Algorithms

A Robust Option Pricing Problem

Introduction to Operations Research

Optimal Satisficing Tree Searches

Multiunit Auctions: Package Bidding October 24, Multiunit Auctions: Package Bidding

Mechanisms for Matching Markets with Budgets

An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents

6.231 DYNAMIC PROGRAMMING LECTURE 5 LECTURE OUTLINE

Multistage Stochastic Programming

Lecture 5: Iterative Combinatorial Auctions

Optimization Models one variable optimization and multivariable optimization

An Exact Solution Approach for Portfolio Optimization Problems under Stochastic and Integer Constraints

56:171 Operations Research Midterm Examination Solutions PART ONE

Maximizing of Portfolio Performance

Optimization Methods. Lecture 16: Dynamic Programming

Lesson Topics. B.3 Integer Programming Review Questions

Sublinear Time Algorithms Oct 19, Lecture 1

NODIA AND COMPANY. GATE SOLVED PAPER Mechanical Engineering Industrial Engineering. Copyright By NODIA & COMPANY

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

56:171 Operations Research Midterm Examination October 28, 1997 PART ONE

Markowitz portfolio theory

Analyzing Pricing and Production Decisions with Capacity Constraints and Setup Costs

Optimal Integer Delay Budget Assignment on Directed Acyclic Graphs

Lecture 14: Basic Fixpoint Theorems (cont.)

Chapter 8. Markowitz Portfolio Theory. 8.1 Expected Returns and Covariance

CSE 417 Dynamic Programming (pt 2) Look at the Last Element

What is Greedy Approach? Control abstraction for Greedy Method. Three important activities

An effective perfect-set theorem

56:171 Operations Research Midterm Examination October 25, 1991 PART ONE

Bounding Optimal Expected Revenues for Assortment Optimization under Mixtures of Multinomial Logits

Multistage Stochastic Mixed-Integer Programs for Optimizing Gas Contract and Scheduling Maintenance

Log-Robust Portfolio Management

The Irrevocable Multi-Armed Bandit Problem

CEC login. Student Details Name SOLUTIONS

Lecture 6. 1 Polynomial-time algorithms for the global min-cut problem

6 -AL- ONE MACHINE SEQUENCING TO MINIMIZE MEAN FLOW TIME WITH MINIMUM NUMBER TARDY. Hamilton Emmons \,«* Technical Memorandum No. 2.

Multistage Stochastic Demand-side Management for Price-Making Major Consumers of Electricity in a Co-optimized Energy and Reserve Market

Technical Report Doc ID: TR April-2009 (Last revised: 02-June-2009)

Project Planning. Jesper Larsen. Department of Management Engineering Technical University of Denmark

Exact Procedures for Non-Regular Measures of the Multi-Mode RCPSP

1 Appendix A: Definition of equilibrium

Elastic demand solution methods

Transcription:

A Branch-and-Price method for the Multiple-depot Vehicle and Crew Scheduling Problem SCIP Workshop 2018, Aachen Markó Horváth Tamás Kis Institute for Computer Science and Control Hungarian Academy of Sciences

Outline 1. Introduction Mathematical background (if needed) Column Generation, Branch-and-Price 2. Introduction Integrated Vehicle and Crew Scheduling Problem (MDVCSP) Vehicle Scheduling, Crew Scheduling 3. A Branch-and-Price method for the MDVCSP Modelling approach Solution approach (branching strategies, pricing variables, etc.) 4. Computational experiments Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 2

Introduction

Introduction Mathematical background Column Generation approach for Linear Programs x A b c Master Problem min {cx : Ax b, x 0} Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 4

Introduction Mathematical background Column Generation approach for Linear Programs x π A c b Master Problem min {cx : Ax b, x 0} = max {πb : πa c, π 0} Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 4

Introduction Mathematical background Column Generation approach for Linear Programs x π A c A c b Master Problem min {cx : Ax b, x 0} = max {πb : πa c, π 0} Restricted Master Problem (RMP) min {c x : A x b, x 0} Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 4

Introduction Mathematical background Column Generation approach for Linear Programs x π A c A c b Master Problem min {cx : Ax b, x 0} = max {πb : πa c, π 0} Restricted Master Problem (RMP) Variable Pricing / Column Generation min {c x : A x b, x 0} iteratively add new variables (i.e., columns) with negative reduced cost (that is, c = c πa) to the problem Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 4

Introduction Mathematical background Branch-and-Price method for Integer Linear Programs Master Problem min { cx : Ax b, x 0, x Z d} Branch-and-Price Branch-and-Bound + Column Generation at each node of the search tree, columns may be added to the LP relaxation. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 5

Introduction Mathematical background Branch-and-Price method for Integer Linear Programs Master Problem min { cx : Ax b, x 0, x Z d} Branch-and-Price Branch-and-Bound + Column Generation at each node of the search tree, columns may be added to the LP relaxation. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 5

Introduction Mathematical background Branch-and-Price method for Integer Linear Programs Master Problem min { cx : Ax b, x 0, x Z d} Branch-and-Price Branch-and-Bound + Column Generation at each node of the search tree, columns may be added to the LP relaxation. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 5

Introduction Mathematical background Branch-and-Price method for Integer Linear Programs Master Problem min { cx : Ax b, x 0, x Z d} Branch-and-Price Branch-and-Bound + Column Generation at each node of the search tree, columns may be added to the LP relaxation. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 5

Introduction Mathematical background Branch-and-Price method for Integer Linear Programs Master Problem min { cx : Ax b, x 0, x Z d} Branch-and-Price Branch-and-Bound + Column Generation at each node of the search tree, columns may be added to the LP relaxation. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 5

Introduction Vehicle and Crew Scheduling Problem Vehicle Scheduling Vehicle Scheduling Problem (VSP): Given: a set of timetabled trips a fleet of vehicles divided into depots Goal: find an assignment of trips to vehicles such that each trip is assigned exactly once each vehicle performs a feasible sequence of trips each sequence starts and ends at the same depot asset and operational costs are minimized Typically modelled as a multicommodity-flow problem Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 6

Introduction Vehicle and Crew Scheduling Problem Vehicle Scheduling trip to carry passengers from station A (6:30) to station B (7:30) A B A B A C A B B CB C B A B A C B C B C A C B 6:00 8:00 10:00 12:00 14:00 Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 7

Introduction Vehicle and Crew Scheduling Problem Vehicle Scheduling A B A B A C A B B CB C B A B A C B C B C A C B 6:00 8:00 10:00 12:00 14:00 A BB C B C A B B AA B C B B C B A A C B Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 7

Introduction Vehicle and Crew Scheduling Problem Crew Scheduling vehicle schedule vehicle block I vehicle block II A BB C B C A B B AA B 6:00 8:00 10:00 12:00 14:00 A B A pull out to A B trip from A to B C deadhead from B to C relief point Figure: route of a vehicle and some driver activites Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 8

Introduction Vehicle and Crew Scheduling Problem Crew Scheduling vehicle schedule vehicle block I vehicle block II A BB C B C A B B AA B 6:00 8:00 10:00 12:00 14:00 task I task II task III task IV A B A pull out to A B trip from A to B C deadhead from B to C relief point Figure: route of a vehicle and some driver activites Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 8

Introduction Vehicle and Crew Scheduling Problem Crew Scheduling vehicle schedule vehicle block I vehicle block II A BB C B C A B B AA B 6:00 8:00 10:00 12:00 14:00 task I task II task III task IV A B A pull out to A B trip from A to B C deadhead from B to C relief point piece of work I piece of work II piece of work III Figure: route of a vehicle and some driver activites Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 8

Introduction Vehicle and Crew Scheduling Problem Crew Scheduling vehicle schedule vehicle block I vehicle block II A BB C B C A B B AA B 6:00 8:00 10:00 12:00 14:00 task I task II task III task IV A B A pull out to A B trip from A to B C deadhead from B to C relief point piece of work I piece of work II piece of work III driver duty Figure: route of a vehicle and some driver activites Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 8

Introduction Vehicle and Crew Scheduling Problem Crew Scheduling Crew Scheduling Problem (CSP): Given: a set of tasks Goal: find a set of driver duties such that each task is covered by a duty that can be performed by a single driver each duty satisfies a wide variety of federal laws, safety regulations, and (collective) in-house agreements labor costs are minimized Typically modelled as a set-partitioning (-covering) problem Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 9

Introduction Vehicle and Crew Scheduling Problem Integrated approach Sequential approach: 1. VSP: trips vehicle schedules (and tasks) 2. CSP: vehicle schedules (and tasks) driver duties seriously criticized because in the mass transit case crew costs mostly dominate vehicle operating costs Integrated approach: VCSP: trips vehicle schedules, driver duties (i.e., simultaneously) Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 10

Introduction Vehicle and Crew Scheduling Problem Integrated approach The set of tasks is not fixed, hence the number of potential duties can be vast even for small-sized problems. Table: example for an instance with 80 trips depot #pieces of work #duties 1 340763 7 billion 2 344121 7.5 billion 3 151244 1.5 billion 4 437611 10 billion Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 11

A Branch-and-Price method for the Multiple-Depot Integrated Vehicle and Crew Scheduling Problem

Problem definition Assumptions 1. Each vehicle is assigned to a depot where its daily schedule starts end ends. Each depot is unlimited in capacity, that is, it can store an unlimited number of vehicles. 2. A vehicle returns to its depot if the idle time between two consecutive trips is long enough to perform a round trip to the depot. 3. Each driver is assigned to a depot and may only conduct tasks on vehicles from this particular depot. However, a duty does not necessarily start and end in this depot. It may have a minimum and maximum duration. 4. A driver is required to be present if a vehicle is outside of a depot, while no driver is needed when the vehicle is parked in the depot. 5. Drivers may only change their vehicle during a break, i.e., between two pieces of work. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 13

Problem definition Assumptions 6. A piece of work is only restricted by its duration. 7. A duty consists of one or two pieces of work. (...) Table: properties of duty types Tripper Early Day Late Split Min Max Min Max Min Max Min Max Min Max start time 8:00 13:15 end time 16:30 18:14 19:30 piece length 0:30 5:00 0:30 5:00 0:30 5:00 0:30 5:00 0:30 5:00 break length - - 0:45 0:45 0:45 1:30 spread time 9:45 9:45 9:45 12:00 working time 9:00 9:00 9:00 9:00 Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 14

Modelling approach set of trips: A B B C B C A B B A A B station A station B station C depot Figure: time-space network for a single depot d Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 15

Modelling approach vehicle schedule A B C B C A B B A A B station A station B station C depot Figure: time-space network for a single depot d Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 15

Modelling approach vehicle schedule A B C B C A B B A A B piece of work driver duty piece of work station A station B station C depot Figure: time-space network for a single depot d Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 15

Modelling approach vehicle schedule A B C B C A B B A A B piece of work driver duty piece of work station A station B station C depot y d ij Z 0, (i, j) Ād x d k {0, 1}, k K d Figure: time-space network for a single depot d Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 15

Modelling approach yij d + ij Ā d min d D ij Ād c d ij y d ij + f k d xk d (1) d D k K d xk d = 1 t T (2) d D k K d (t) xk d xk d = 0 d D, i V d \ V d (3) k K + d (i) k K d (i) xk d yji d xk d = 0 d D, i V d (4) k K + d (i) ji Ā d k K d (i) 0 y d ij, y d ij Z d D, ij Ād (5) x k d {0, 1} d D, k K d (6) Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 16

Modelling approach yij d + ij Ā d min d D ij Ād c d ij y d ij + f k d xk d (1) d D k K d xk d = 1 t T (2) d D k K d (t) xk d xk d = 0 d D, i V d \ V d (3) k K + d (i) k K d (i) xk d yji d xk d = 0 d D, i V d (4) k K + d (i) ji Ā d k K d (i) 0 y d ij, y d ij Z d D, ij Ād (5) x k d {0, 1} d D, k K d (6) SCIP Worth to mention! Variables y ij are implicit integer! (SCIP VARTYPE IMPLINT) Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 16

Solution approach Branch-and-Price Straightforward idea How to...... create initial Restricted Master Problem?... price out new variables (i.e., driver duties)?... perform branch on variables? (Note that branching decisions must be taken into consideration during variable pricing) Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 17

Solution approach Branching strategies Default 0-1 branching is weak Branching strategy 1: Assign trips to depots easy to handle in the pricing problem Branching strategy 2: SPP-based branching based on the Ryan-Foster branching scheme (see set-partitioning constraints (2)) very inconvenient to handle in the pricing problem Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 18

Solution approach Branching strategies Assign trips to depots Let ( x, ȳ) be a fractional solution to the relaxation of the corresponding RMP Assign trips to depots: Some trips may be committed to multiple depots in the LP-solution Trip t, depot d (such that 0 < k K d t Partitioning (two branches) x d k < 1) 1. binding branch: require to cover trip t by a duty from depot d 2. banning branch: forbid to cover trip t by a duty from depot d Splitting (several branches) 1. jth (binding) branch: require to cover trip t by a duty from depot d j Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 19

Solution approach Branching strategies Assign trips to depots Branching rule (scip::objbranchrule, scip execlp) performed if the LP solution of the current problem is fractional determine candidate (t, d) Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 20

Solution approach Branching strategies Assign trips to depots Branching rule (scip::objbranchrule, scip execlp) t d t d performed if the LP solution of the current problem is fractional determine candidate (t, d) create child nodes Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 20

Solution approach Branching strategies Assign trips to depots Branching rule (scip::objbranchrule, scip execlp) t d t d performed if the LP solution of the current problem is fractional determine candidate (t, d) create child nodes create constraints for child nodes SCIP CONS SCIP CONS Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 20

Solution approach Branching strategies Assign trips to depots Branching rule (scip::objbranchrule, scip execlp) t d t d performed if the LP solution of the current problem is fractional determine candidate (t, d) create child nodes create constraints for child nodes SCIP CONS SCIP CONS Constraint handler (scip::objconshdlr, scip prop) propagation, i.e, node preprocessing Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 20

Solution approach Pricing variables yij d + ij Ād min d D ij Ād c d ij y d d ij + f k xk d d D k K d xk d = 1 λ t t T d D k K d (t) xk d xk d = 0 µ d i d D, i V d \ V d k K + d (i) k K d (i) xk d yji d xk d = 0 µ d i d D, i V d k K + d (i) ji Ā d k K d (i) 0 y d ij, y d ij Z d D, ij Ād x k d {0, 1} d D, k K d Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 21

Solution approach Pricing variables station A station B station C depot Figure: piece-of-work generation network for a single depot Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 22

Solution approach Pricing variables station A station B station C depot Figure: piece-of-work generation network for a single depot Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 22

Solution approach Pricing variables station A station B station C depot µ µ µ µ λ λ λ λ µ µ µ µ µ µ λ λ λ µ µ µ µ µ µ µ µ µ µ µ µ µ µ µ µ Figure: piece-of-work generation network for a single depot Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 22

Solution approach Pricing variables station A station B station C depot µ µ µ µ λ λ λ λ µ µ µ µ µ µ λ λ λ µ µ µ µ µ µ µ µ µ µ µ µ µ µ µ µ Figure: piece-of-work generation network for a single depot Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 22

Solution approach Pricing variables Generation of driver duties: 1. Generation of pieces of work find shortest path (according to reduced costs) for all source-destination pair 2. Generation of duties duties consisting of 1 piece of work: simple enumeration procedure duties consisting of 2 pieces of work: smart pairing procedure Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 23

Solution approach Pricing variables Generation of driver duties: 1. Generation of pieces of work find shortest path (according to reduced costs) for all source-destination pair 2. Generation of duties duties consisting of 1 piece of work: simple enumeration procedure duties consisting of 2 pieces of work: smart pairing procedure Branching rules must be taken into consideration during duty generation! Assign trips to depots binding branch (t d): remove trip t from the piece generation network of depot d d banning branch (t d): remove trip t from the piece generation network of depot d Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 23

Solution approach Pricing variables Pricer (scip::objpricer, scip redcost/scip farkas) SCIP CONS SCIP CONS called inside the price-and-cut loop of the subproblem solving process if the current LP relaxation is feasible/infeasible scip farkas: similar pricing procedure (Farkas-multipliers, zero objective function) Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 24

Solution approach Pricing variables Pricer (scip::objpricer, scip redcost/scip farkas) SCIP CONS SCIP CONS called inside the price-and-cut loop of the subproblem solving process if the current LP relaxation is feasible/infeasible scip farkas: similar pricing procedure (Farkas-multipliers, zero objective function) create and add priced variables Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 24

Solution approach Initial Restricted Master Problem Contains all of the flow variables (y d ij ) Contains a set of duty variables (x d k ) 1. use fictive columns penalized by a high cost 2. start with an empty set of duty variables (Farkas pricing) 3. obtain a feasible solution for the MDVCSP by using a sequential approach Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 25

Computational experiments

Computational experiments Implementation details Test environment and implementation C++ programming language Branch-and-Price framework: SCIP Optimization Suite (version 3.1.1) Graph algorithms: LEMON C++ library (version 1.3.1) Instances and problem parameters Randomly generated problem instances of Dennis Huisman 80A: 10 instances (4 depots, 4 stations) 100A: 10 instances (4 depots, 5 stations) Running details Gap limit: 0.5%; time limit: 20 number of trips Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 27

Computational experiments Evaluation of the branching rules Goal: select the most appropriate branching rule for the problem Tested on 10 10 = 100 instances Table: Summary of experiments on branching rules Problem Rule Status a Bound Best solution Time O G T Lower Upper Gap v d v+d 80A Partitioning 9 50 41 34 772.2 35 410.8 1.8% 9.5 18.5 28.0 755.6 Splitting 8 49 43 34 769.4 35 481.4 2.0% 9.5 18.6 28.0 777.5 100A Partitioning 6 49 45 41 624.0 42 464.2 2.0% 11.4 22.1 33.5 1136.6 Splitting 5 43 52 41 621.7 42 533.2 2.2% 11.4 22.1 33.6 1205.4 a : number of instances that solved to (O)ptimality or where (G)ap limit or (T)ime limit was reached Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 28

Computational experiments Evaluation of the integrated method We compared four methods: Seq. : sequential approach (used to obtain the initial RMP) Int. (first): integrated approach; interrupted right after a feasible solution was found Int. (timelimit): integrated approach; interrupted only when the gap/time limit was reached Int. [Steinzen et al., 2010]: integrated approach of [Steinzen et al., 2010] Note that our experiments were performed on a workstation with 4GB RAM, and XEON X5650 CPU of 2.67 GHz, and under Linux operating system, while the experiments of Steinzen et al. [2010] were performed on a Dell OptiPlex GX620 personal computer with an Intel Pentium IV 3.4 GHz processor and 2 GB of main memory under Windows XP. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 29

Computational experiments Evaluation of the integrated method Table: Comparing sequential and integrated methods Problem Method v d v+d Cost Time 80A Seq. 9.2 24.3 33.5 40 588.0 1.2 Int. (first) 9.6 18.6 28.2 35 668.5 4.1 Int. (timelimit) 9.5 18.5 28.0 35 456.9 914.6 Int. [Steinzen et al., 2010] 9.2 19.1 28.2 235.0 100A Seq. 11.0 28.2 39.2 47 792.7 1.6 Int. (first) 11.4 22.0 33.4 42 428.5 31.8 Int. (timelimit) 11.4 21.9 33.3 42 287.4 1007.0 Int. [Steinzen et al., 2010] 11.0 22.7 33.7 369.0 Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 30

Thank you for your attention! Horváth, M., & Kis, T. (2017). Computing strong lower and upper bounds for the integrated multiple-depot vehicle and crew scheduling problem with branchand-price. Central European Journal of Operations Research, 1-29. marko.horvath@sztaki.mta.hu

References Ingmar Steinzen, Vitali Gintner, Leena Suhl, and Natalia Kliewer. A time-space network approach for the integrated vehicle-and crew-scheduling problem with multiple depots. Transportation Science, 44(3):367 382, 2010. Markó Horváth, Tamás Kis A Branch-and-Price method for the MDVCSP 32