Routing in Line Planning for Public Transport
|
|
|
- Teresa Ross
- 10 years ago
- Views:
Transcription
1 Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D Berlin-Dahlem Germany MARC E. PFETSCH RALF BORNDÖRFER Routing in Line Planning for Public Transport Supported by the DFG Research Center MATHEON Mathematics for key technologies in Berlin ZIB-Report (August 2005)
2 Routing in Line Planning for Public Transport Marc E. Pfetsch Ralf Borndörfer Abstract The line planning problem is one of the fundamental problems in strategic planning of public and rail transport. It consists in finding lines and corresponding frequencies in a network such that a given demand can be satisfied. There are two objectives. Passengers want to minimize travel times, the transport company wishes to minimize operating costs. We investigate three variants of a multi-commodity flow model for line planning that differ with respect to passenger routings. The first model allows arbitrary routings, the second only unsplittable routings, and the third only shortest path routings with respect to the network. We compare these models theoretically and computationally on data for the city of Potsdam. 1 Introduction Integer programming methods have become a successful tool for line planning in the last decade. Fixing passenger routes according to a so-called system split and choosing lines from a precomputed pool, Bussieck et al. [3] maximized direct travelers, and Claessens et al. [4] minimized costs; the latter approach was improved by Goossens et al. [6]. Recently, the systemsplit assumptions were relaxed by Goossens et al. [5] and by Schöbel and Scholl [7, 8], who minimize the number of transfers or transfer times. In [1, 2] we introduced a basic IP model for the line planning problem in which both lines and passenger routes are generated dynamically, imposing a length restriction on lines. The results can contain multiple passenger paths between the same endpoints and detours, which passengers would not take in practice. The aim of this paper is to study more realistic variants of our model with passenger routing restrictions, namely, unsplittable routings and routings on a shortest path w.r.t. the network. Length restricted routes would lead to additional interesting variants. We have also investigated these, but do not discuss them here due to lack of space. Supported by the DFG Research Center Matheon Mathematics for key technologies in Berlin. Address of the authors: Konrad-Zuse-Zentrum für Informationstechnik Berlin, Takustr. 7, Berlin, Germany; {pfetsch, borndoerfer}@zib.de 1
3 2 Line Planning Models The line planning problem involves a number k of transportation modes (bus, subway, etc.), an undirected multigraph G = (V,E) = (V,E 1... E k ), which we call transportation network, terminal sets T 1,...,T k V, operating costs c 1 ÉE 1 +,...,ck ÉE k +, vehicle capacities κ 1,...,κ k É+, and a (not necessarily symmetric) origin-destination matrix (OD-matrix) (d st ) ÉV V + of travel demands, i.e., d st is the number of passengers that want to travel from node s to t. Let D := {(s,t) V V : d st > 0} be the set of all OD-pairs. A line of mode i is a path in the mode graph G i := (V,E i ) connecting two (different) terminals of T i. Note that paths are always simple, i.e., node repetitions are not allowed. We denote by L the set of all lines, by L e := {l L : e l} the set of lines that use edge e E, by c l := e l ci e the operating cost of line l of mode i, and by κ l := κ i its vehicle capacity. We derive from G a directed passenger route graph (V,A) by replacing each edge e E with two antiparallel arcs a(e) and a(e); conversely, let e(a) E be the undirected edge corresponding to a A. For an OD-pair (s,t) D, an (s,t)-passenger path is a directed path in (V,A) from s to t. Let P st be the set of all (s,t)-passenger paths and P := {p P st : (s,t) D} be the set of all passengers paths. We are given travel times τ a É+ for every arc a A. The weighted travel time of a passenger path p P st is defined as τ p := d st a p τ a. Let P P and P st := P P st be subsets of passenger paths that model routing restrictions. Introducing variables y p Ê+ for the fraction of the demand d st traveling from s to t on path p and f l Ê+ for the frequency of line l L, and a parameter 0 λ 1 that weights line operating costs and travel times, we can state the following general line planning model: (LPP) min λ γ T f + (1 λ) τ T y (s,t) D d st y(p st p:a p P st ) = 1 (s,t) D (1a) y p κ l f l a A (1b) l:e(a) l f l 0 l L (1c) 0 y p 1 p P. (1d) Here, we write y(p st ) := p P st y p and similarly for other vectors and sets. Constraints (1a) force that demand d st is routed from s to t. The capacity constraints (1b) ensure that all passengers can be transported. We now derive three variants of the model (LPP). The multi-path routing (MPR) model is obtained from (LPP) by setting P := P, i.e., by allowing arbitrary passenger routings. The unsplittable path routing (UPR) model is derived from (LPP) by setting P := P and by forcing y p for all p P, 2
4 which ensures passenger paths to be unsplittable. The network path routing (NPR) model is obtained from (LPP) by letting P only contain shortest paths from s to t with respect to the travel times in the transportation network G (independent of the lines) for every (s,t) D. We assume w.l.o.g. that shortest paths are unique and, therefore, that passengers are routed on a unique shortest path for every OD-pair; note that such a routing is automatically unsplittable. 3 Theoretical Comparison We study in this section the influence of routing restrictions on the optima and the complexity of the line planning problem. Denote by opt(x;i) the optimal solution of problem X {MPR,UPR,NPR} for an instance I, by opt LP (X;I) the optimal solution of the corresponding LP relaxation, and by gap(x,y ) := sup I opt(x; I) opt(y ;I) the gap between (the optimum of) problem X and Y, where the supremum is taken over all instances I. From the definitions of the problems, by observing that (MPR) and (NPR) are LPs, and that (MPR) is the LP relaxation of (UPR), we obtain immediately for any instance I: opt(mpr;i) opt(upr;i) opt(npr;i) (2) opt LP (MPR;I) = opt(mpr;i) = opt LP (UPR;I) opt LP (NPR;I) = opt(npr;i). We have shown in [2] that (MPR), even though it is an LP, is N P-hard. Our complexity proof uses only unsplittable shortest paths. This implies: Proposition 3.1. (MPR), (UPR), and (NPR) are N P-hard. We can strengthen this result for (UPR) as follows: Proposition 3.2. (UPR) is N P-hard, even when the lines are fixed a priori. We skip the proof, which works by reduction of the disjoint paths problem, and return to the relations (2). We show that there exist instances for which the inequalities are strict and that, in fact, the gap can be arbitrary large. Theorem 3.1. gap(upr, MPR) =. Proof. Consider the digraph D on the left of Figure 1. It has 2k + 2 nodes. The graph G underlying D gives rise to a line planning problem as follows. We consider a mode i for each edge {s,i} and a mode i for each {i,t}, 3
5 1 1 s 2 2 t s [m] m 1 t k k m [m] Figure 1: Constructions for Theorems 3.1 and 3.2, respectively. i = 1,...,k, with edge sets E i := {{s,i}} and E i := {{i,t}}, and terminal sets T i := {s,i} and T i := {i,t}, i.e., there exists exactly one line path for each such mode and its terminals are the endpoints of the corresponding edge. The costs and capacities of these lines l are c l = 0 and κ l = 1, respectively. There is an additional line mode for the zig-zag structure in the middle; its edge set are the zig-zag-edges (the edges shown dashed) and its terminal set is {1,k }. This modes also supports exactly one line path on the zig-zag structure. The cost of this line is c l = 1 and its capacity is κ l = 1. The travel times are all zero. We finally set the demand between s and t to k and to zero otherwise. Consider (MPR) associated with this instance. Its optimal solution is to set all line frequencies to 1 and to route a passenger flow of 1 on the k paths of length three between s and t. We therefore have opt(mpr;i) = 1, since only the zig-zag line contributes to the objective. Now consider the corresponding (UPR). Any solution must choose a single path between s and t and has to route a flow of k on it. Such a path must use the zigzag line, whose frequency must therefore be k, i.e., opt(upr; I) = k. This implies opt(upr; I) opt(mpr;i) = k 1 = k, which concludes the proof. Note that this shows that the integrality gap for (UPR) is arbitrarily large. Theorem 3.2. gap(npr, UPR) =. Proof. Consider the digraph D on the right of Figure 1 and number its nodes from left to right as s = 1,2,...,m 1,m = t. It gives rise to an instance I of the line planning problem as follows. D has m 1 arcs at the top and one arc at the bottom. We associate with each arc a mode as in the proof of Theorem 3.1 that supports exactly one line on this arc. The cost of each such line l is c l = m and its capacity is κ l = 1. We want to route a demand 4
6 of 1 from s to t and set the travel times to 1 on the top arcs and to m on the bottom arc. The optimal (unsplittable) solution of the associated (UPR) sets the frequency of the line on the bottom arc to 1, incurring a line cost of m, and routes all demand on this line with a travel time of m. Hence, opt(upr;i) = 2m. The optimal solution of the associated (NPR) routes all demand on the shortest path with respect to G, which is the path through the upper arcs. Since we need m 1 lines with frequencies 1 and costs m, the line costs are m (m 1). The travel time is m 1. Hence, opt(npr;i) = m 2 1. It follows that opt(npr; I) opt(upr;i) = m2 1 2m = 1 2 (m 1 m ), which concludes the proof. 4 Computational Results We now provide an empirical comparison of the different routing variants of our model on data for the city of Potsdam. The data represents the network of It has 27 bus lines and 4 tram lines. Including line variants, regional trains, and city railroad, the total number of lines is 80. The preprocessed network has 410 nodes, 106 of which are OD-nodes, and 891 edges. The ODmatrix has 4685 nonzeros and the total demand is 42,796, for a time horizon of 3 hours. No data was available for line costs; we decided on operating costs c i e := 100 for each edge e and mode i. We have described in [2] a column generation algorithm for the line planning problem, solving shortest path problems to price the passenger variables y and longest path problems to price the line variables f. In our approach, we restrict the set L of line paths. Namely, we compute the minimal number k(a,b) of edges needed to connect a and b in G i = (V,E i ) and allow only lines with k max{1.2 k(a,b),55} edges. The idea is to produce only lines that do not deviate too much from a shortest path. With this restriction, line pricing can be performed quite fast by enumeration. Passenger paths are priced out by using Dijkstra s algorithm. The master LPs are solved with the barrier algorithm and, towards the end, with the primal simplex algorithm of CPLEX 9.1. Our algorithm can be applied directly to (MPR). Table 1 reports our computational results as well a reference solution, i.e., an optimal solution to (MPR), where the lines were fixed to be the lines of the 1998 Potsdam system (only 61 were active, i.e., had a positive frequency). To compute solutions for (NPR) we modified our code by fixing the passenger paths to shortest connections between the OD-nodes. The restrictions on the line construction, however, can cause that there are arcs which cannot be covered by lines. We ignore such arcs for the computation of the shortest 5
7 Table 1: Comparison of all results for λ = The CPU time is measured in seconds on a 3.4 Ghz Pentium 4. pass. time line cost objective lines/pass. CPU Reference solution: 104,977, , , / MPR: 108,763, , , / NPR: 92,124, , ,078, / shortest path UPR: 95,270, , , / thickest path UPR: 108,729, , , / paths. From the results in Table 1, we see that indeed 4685 passenger paths are needed which equals the number of OD-pairs. Computing optimal solutions to (UPR) is not only hard from a theoretical, but also from a practical viewpoint. Indeed, the model uses 4,174,335 for our data. This makes a direct integer programming approach impractical. Note that a Lagrangean relaxation of the capacity constraints (1b) will not help, as this does not improve over the LP relaxation solution (MPR). We therefore implemented two heuristics for (UPR). The first heuristic computes a solution to (MPR) and determines the shortest paths with respect to the computed line system. It then deletes all other passenger paths and re-solves the LP, thereby allowing the pricing of new lines. Table 1 shows that the gap to the MPR solution is 46.8%. The second heuristic chooses for each OD-pair among the paths used by the MPR solution the thickest, i.e., the one carrying the highest number of passengers. It then prices out lines as above. The gap to the MPR solution is only 2.3%. The quality of these heuristics clearly depends on the weighting λ. If λ is very small, the MPR solution will use very short passenger paths and the solutions of both heuristics will be close to that of (MPR), i.e., the gap is small. Analyzing Table 1, we see that (MPR) improves upon the reference solution (but increases the total travel time). The NPR solution has the shortest total travel time, but the highest objective. The shortest path UPR solution also has very low total travel time and high line costs, while the thickest path UPR solution is very close to the lower bound solution of (MPR). binary variables y st a References [1] R. Borndörfer, M. Grötschel, and M. E. Pfetsch, Models for line planning in public transport, Report 04 10, ZIB, [2] R. Borndörfer, M. Grötschel, and M. E. Pfetsch, A path-based model for line planning in public transport, Report 05 18, ZIB, [3] M. R. Bussieck, P. Kreuzer, and U. T. Zimmermann, Optimal lines for railway systems, Eur. J. Oper. Res. 96, no. 1 (1997), pp
8 [4] M. T. Claessens, N. M. van Dijk, and P. J. Zwaneveld, Cost optimal allocation of rail passanger lines, Eur. J. Oper. Res. 110, no. 3 (1998), pp [5] J.-W. H. M. Goossens, S. van Hoesel, and L. G. Kroon, On solving multi-type line planning problems, METEOR Research Memorandum RM/02/009, University of Maastricht, [6] J.-W. H. M. Goossens, S. van Hoesel, and L. G. Kroon, A branch-andcut approach for solving railway line-planning problems, Transportation Sci. 38, no. 3 (2004), pp [7] A. Schöbel and S. Scholl, Line planning with minimal travelling time. Preprint, [8] S. Scholl, Customer-Oriented Line Planning, PhD thesis, Universität Göttingen,
Lecture Notes. Line Planning. Marc Pfetsch Zuse Institute Berlin [email protected]. last change: 02/01/2007
Lecture Notes Line Planning Marc Pfetsch Zuse Institute Berlin [email protected] last change: 02/01/2007 Technische Universität Berlin Fakultät II, Institut für Mathematik WS 2006/07 Ganzzahlige Optimierung
How To Solve The Line Connectivity Problem In Polynomatix
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany RALF BORNDÖRFER MARIKA NEUMANN MARC E. PFETSCH The Line Connectivity Problem Supported by the DFG Research
Fare Planning for Public Transport
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany MARIKA NEUMANN Fare Planning for Public Transport Supported by the DFG Research Center Matheon Mathematics
Line Planning with Minimal Traveling Time
Line Planning with Minimal Traveling Time Anita Schöbel and Susanne Scholl Institut für Numerische und Angewandte Mathematik, Georg-August-Universität Göttingen Lotzestrasse 16-18, 37083 Göttingen, Germany
Re-optimization of Rolling Stock Rotations
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany RALF BORNDÖRFER 1, JULIKA MEHRGARDT 1, MARKUS REUTHER 1, THOMAS SCHLECHTE 1, KERSTIN WAAS 2 Re-optimization
Strategic planning in LTL logistics increasing the capacity utilization of trucks
Strategic planning in LTL logistics increasing the capacity utilization of trucks J. Fabian Meier 1,2 Institute of Transport Logistics TU Dortmund, Germany Uwe Clausen 3 Fraunhofer Institute for Material
Approximation Algorithms
Approximation Algorithms or: How I Learned to Stop Worrying and Deal with NP-Completeness Ong Jit Sheng, Jonathan (A0073924B) March, 2012 Overview Key Results (I) General techniques: Greedy algorithms
Frequency Assignment in Mobile Phone Systems
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany MARTIN GRÖTSCHEL Frequency Assignment in Mobile Phone Systems ZIB-Report 00-58 (Dezember 2000) Frequency Assignment
Proximal mapping via network optimization
L. Vandenberghe EE236C (Spring 23-4) Proximal mapping via network optimization minimum cut and maximum flow problems parametric minimum cut problem application to proximal mapping Introduction this lecture:
5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1
5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1 General Integer Linear Program: (ILP) min c T x Ax b x 0 integer Assumption: A, b integer The integrality condition
Applied Algorithm Design Lecture 5
Applied Algorithm Design Lecture 5 Pietro Michiardi Eurecom Pietro Michiardi (Eurecom) Applied Algorithm Design Lecture 5 1 / 86 Approximation Algorithms Pietro Michiardi (Eurecom) Applied Algorithm Design
Branch and Cut for TSP
Branch and Cut for TSP jla,[email protected] Informatics and Mathematical Modelling Technical University of Denmark 1 Branch-and-Cut for TSP Branch-and-Cut is a general technique applicable e.g. to solve symmetric
JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS. Received December May 12, 2003; revised February 5, 2004
Scientiae Mathematicae Japonicae Online, Vol. 10, (2004), 431 437 431 JUST-IN-TIME SCHEDULING WITH PERIODIC TIME SLOTS Ondřej Čepeka and Shao Chin Sung b Received December May 12, 2003; revised February
Fairness in Routing and Load Balancing
Fairness in Routing and Load Balancing Jon Kleinberg Yuval Rabani Éva Tardos Abstract We consider the issue of network routing subject to explicit fairness conditions. The optimization of fairness criteria
8.1 Min Degree Spanning Tree
CS880: Approximations Algorithms Scribe: Siddharth Barman Lecturer: Shuchi Chawla Topic: Min Degree Spanning Tree Date: 02/15/07 In this lecture we give a local search based algorithm for the Min Degree
Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams
Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams André Ciré University of Toronto John Hooker Carnegie Mellon University INFORMS 2014 Home Health Care Home health care delivery
INTEGER PROGRAMMING. Integer Programming. Prototype example. BIP model. BIP models
Integer Programming INTEGER PROGRAMMING In many problems the decision variables must have integer values. Example: assign people, machines, and vehicles to activities in integer quantities. If this is
Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing
Multi-layer MPLS Network Design: the Impact of Statistical Multiplexing Pietro Belotti, Antonio Capone, Giuliana Carello, Federico Malucelli Tepper School of Business, Carnegie Mellon University, Pittsburgh
2.3 Convex Constrained Optimization Problems
42 CHAPTER 2. FUNDAMENTAL CONCEPTS IN CONVEX OPTIMIZATION Theorem 15 Let f : R n R and h : R R. Consider g(x) = h(f(x)) for all x R n. The function g is convex if either of the following two conditions
Path-based formulations of a bilevel toll setting problem
Path-based formulations of a bilevel toll setting problem Mohamed Didi-Biha 1, Patrice Marcotte 2 and Gilles Savard 3 1 Laboratoire d Analyse non linéaire et Géométrie, Université d Avignon et des Pays
Revenue Management for Transportation Problems
Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende
Analysis of Micro-Macro Transformations of Railway Networks
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany MARCO BLANCO THOMAS SCHLECHTE Analysis of Micro-Macro Transformations of Railway Networks Zuse Institute Berlin
Discuss the size of the instance for the minimum spanning tree problem.
3.1 Algorithm complexity The algorithms A, B are given. The former has complexity O(n 2 ), the latter O(2 n ), where n is the size of the instance. Let n A 0 be the size of the largest instance that can
Chapter 11. 11.1 Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling
Approximation Algorithms Chapter Approximation Algorithms Q. Suppose I need to solve an NP-hard problem. What should I do? A. Theory says you're unlikely to find a poly-time algorithm. Must sacrifice one
A Service Design Problem for a Railway Network
A Service Design Problem for a Railway Network Alberto Caprara Enrico Malaguti Paolo Toth Dipartimento di Elettronica, Informatica e Sistemistica, University of Bologna Viale Risorgimento, 2-40136 - Bologna
Chapter 1. Introduction
Chapter 1 Introduction Intermodal freight transportation describes the movement of goods in standardized loading units (e.g., containers) by at least two transportation modes (rail, maritime, and road)
Minimizing costs for transport buyers using integer programming and column generation. Eser Esirgen
MASTER STHESIS Minimizing costs for transport buyers using integer programming and column generation Eser Esirgen DepartmentofMathematicalSciences CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG
Real-Time Destination-Call Elevator Group Control on Embedded Microcontrollers
Konrad-Zuse-Zentrum für Informationstechnik Berlin Takustraße 7 D-14195 Berlin-Dahlem Germany BENJAMIN HILLER ANDREAS TUCHSCHERER Real-Time Destination-Call Elevator Group Control on Embedded Microcontrollers
Nan Kong, Andrew J. Schaefer. Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA
A Factor 1 2 Approximation Algorithm for Two-Stage Stochastic Matching Problems Nan Kong, Andrew J. Schaefer Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA Abstract We introduce
A Column-Generation and Branch-and-Cut Approach to the Bandwidth-Packing Problem
[J. Res. Natl. Inst. Stand. Technol. 111, 161-185 (2006)] A Column-Generation and Branch-and-Cut Approach to the Bandwidth-Packing Problem Volume 111 Number 2 March-April 2006 Christine Villa and Karla
Modeling and Solving the Capacitated Vehicle Routing Problem on Trees
in The Vehicle Routing Problem: Latest Advances and New Challenges Modeling and Solving the Capacitated Vehicle Routing Problem on Trees Bala Chandran 1 and S. Raghavan 2 1 Department of Industrial Engineering
The Goldberg Rao Algorithm for the Maximum Flow Problem
The Goldberg Rao Algorithm for the Maximum Flow Problem COS 528 class notes October 18, 2006 Scribe: Dávid Papp Main idea: use of the blocking flow paradigm to achieve essentially O(min{m 2/3, n 1/2 }
THE SCHEDULING OF MAINTENANCE SERVICE
THE SCHEDULING OF MAINTENANCE SERVICE Shoshana Anily Celia A. Glass Refael Hassin Abstract We study a discrete problem of scheduling activities of several types under the constraint that at most a single
! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm.
Approximation Algorithms 11 Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of three
Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows
TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents
A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions
A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions Marc Goerigk, Bob Grün, and Philipp Heßler Fachbereich Mathematik, Technische Universität
Charles Fleurent Director - Optimization algorithms
Software Tools for Transit Scheduling and Routing at GIRO Charles Fleurent Director - Optimization algorithms Objectives Provide an overview of software tools and optimization algorithms offered by GIRO
! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm.
Approximation Algorithms Chapter Approximation Algorithms Q Suppose I need to solve an NP-hard problem What should I do? A Theory says you're unlikely to find a poly-time algorithm Must sacrifice one of
24. The Branch and Bound Method
24. The Branch and Bound Method It has serious practical consequences if it is known that a combinatorial problem is NP-complete. Then one can conclude according to the present state of science that no
Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method
Lecture 3 3B1B Optimization Michaelmas 2015 A. Zisserman Linear Programming Extreme solutions Simplex method Interior point method Integer programming and relaxation The Optimization Tree Linear Programming
Cost-efficient network synthesis from leased lines
1 Cost-efficient network synthesis from leased lines Dimitris Alevras", Martin Grotschel b and Roland Wessaly b "IBM Corporation, Philadelphia, USA E-mail: [email protected] h Konrad-Zuse-Zentrum fiir
Two objective functions for a real life Split Delivery Vehicle Routing Problem
International Conference on Industrial Engineering and Systems Management IESM 2011 May 25 - May 27 METZ - FRANCE Two objective functions for a real life Split Delivery Vehicle Routing Problem Marc Uldry
Cost Models for Vehicle Routing Problems. 8850 Stanford Boulevard, Suite 260 R. H. Smith School of Business
0-7695-1435-9/02 $17.00 (c) 2002 IEEE 1 Cost Models for Vehicle Routing Problems John Sniezek Lawerence Bodin RouteSmart Technologies Decision and Information Technologies 8850 Stanford Boulevard, Suite
A Branch and Bound Algorithm for Solving the Binary Bi-level Linear Programming Problem
A Branch and Bound Algorithm for Solving the Binary Bi-level Linear Programming Problem John Karlof and Peter Hocking Mathematics and Statistics Department University of North Carolina Wilmington Wilmington,
Railway rolling stock is one of the most significant cost components for operators of passenger trains. The
TRANSPORTATION SCIENCE Vol. 0, No., August 2006, pp. 78 91 issn 001-1655 eissn 1526-57 06 00 078 informs doi 10.1287/trsc.1060.0155 2006 INFORMS Efficient Circulation of Railway Rolling Stock Arianna Alfieri
Practical Guide to the Simplex Method of Linear Programming
Practical Guide to the Simplex Method of Linear Programming Marcel Oliver Revised: April, 0 The basic steps of the simplex algorithm Step : Write the linear programming problem in standard form Linear
Single-Link Failure Detection in All-Optical Networks Using Monitoring Cycles and Paths
Single-Link Failure Detection in All-Optical Networks Using Monitoring Cycles and Paths Satyajeet S. Ahuja, Srinivasan Ramasubramanian, and Marwan Krunz Department of ECE, University of Arizona, Tucson,
Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs
Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs Kousha Etessami U. of Edinburgh, UK Kousha Etessami (U. of Edinburgh, UK) Discrete Mathematics (Chapter 6) 1 / 13 Overview Graphs and Graph
New Exact Solution Approaches for the Split Delivery Vehicle Routing Problem
New Exact Solution Approaches for the Split Delivery Vehicle Routing Problem Gizem Ozbaygin, Oya Karasan and Hande Yaman Department of Industrial Engineering, Bilkent University, Ankara, Turkey ozbaygin,
Local Search for the Resource Constrained Assignment Problem
Local Search for the Resource Constrained Assignment Problem Markus Reuther Zuse Institute Berlin Takustrasse 7, 14195 Berlin, Germany [email protected] Abstract The resource constrained assignment problem
3. Linear Programming and Polyhedral Combinatorics
Massachusetts Institute of Technology Handout 6 18.433: Combinatorial Optimization February 20th, 2009 Michel X. Goemans 3. Linear Programming and Polyhedral Combinatorics Summary of what was seen in the
1 Introduction. Linear Programming. Questions. A general optimization problem is of the form: choose x to. max f(x) subject to x S. where.
Introduction Linear Programming Neil Laws TT 00 A general optimization problem is of the form: choose x to maximise f(x) subject to x S where x = (x,..., x n ) T, f : R n R is the objective function, S
Linear Programming I
Linear Programming I November 30, 2003 1 Introduction In the VCR/guns/nuclear bombs/napkins/star wars/professors/butter/mice problem, the benevolent dictator, Bigus Piguinus, of south Antarctica penguins
Mathematical finance and linear programming (optimization)
Mathematical finance and linear programming (optimization) Geir Dahl September 15, 2009 1 Introduction The purpose of this short note is to explain how linear programming (LP) (=linear optimization) may
IE 680 Special Topics in Production Systems: Networks, Routing and Logistics*
IE 680 Special Topics in Production Systems: Networks, Routing and Logistics* Rakesh Nagi Department of Industrial Engineering University at Buffalo (SUNY) *Lecture notes from Network Flows by Ahuja, Magnanti
CHAPTER 9. Integer Programming
CHAPTER 9 Integer Programming An integer linear program (ILP) is, by definition, a linear program with the additional constraint that all variables take integer values: (9.1) max c T x s t Ax b and x integral
On the effect of forwarding table size on SDN network utilization
IBM Haifa Research Lab On the effect of forwarding table size on SDN network utilization Rami Cohen IBM Haifa Research Lab Liane Lewin Eytan Yahoo Research, Haifa Seffi Naor CS Technion, Israel Danny Raz
Chapter 13: Binary and Mixed-Integer Programming
Chapter 3: Binary and Mixed-Integer Programming The general branch and bound approach described in the previous chapter can be customized for special situations. This chapter addresses two special situations:
Social Media Mining. Graph Essentials
Graph Essentials Graph Basics Measures Graph and Essentials Metrics 2 2 Nodes and Edges A network is a graph nodes, actors, or vertices (plural of vertex) Connections, edges or ties Edge Node Measures
An Approximation Algorithm for Bounded Degree Deletion
An Approximation Algorithm for Bounded Degree Deletion Tomáš Ebenlendr Petr Kolman Jiří Sgall Abstract Bounded Degree Deletion is the following generalization of Vertex Cover. Given an undirected graph
LECTURE 5: DUALITY AND SENSITIVITY ANALYSIS. 1. Dual linear program 2. Duality theory 3. Sensitivity analysis 4. Dual simplex method
LECTURE 5: DUALITY AND SENSITIVITY ANALYSIS 1. Dual linear program 2. Duality theory 3. Sensitivity analysis 4. Dual simplex method Introduction to dual linear program Given a constraint matrix A, right
5.1 Bipartite Matching
CS787: Advanced Algorithms Lecture 5: Applications of Network Flow In the last lecture, we looked at the problem of finding the maximum flow in a graph, and how it can be efficiently solved using the Ford-Fulkerson
ARTICLE IN PRESS. European Journal of Operational Research xxx (2004) xxx xxx. Discrete Optimization. Nan Kong, Andrew J.
A factor 1 European Journal of Operational Research xxx (00) xxx xxx Discrete Optimization approximation algorithm for two-stage stochastic matching problems Nan Kong, Andrew J. Schaefer * Department of
Algorithm Design and Analysis
Algorithm Design and Analysis LECTURE 27 Approximation Algorithms Load Balancing Weighted Vertex Cover Reminder: Fill out SRTEs online Don t forget to click submit Sofya Raskhodnikova 12/6/2011 S. Raskhodnikova;
An optimization model for aircraft maintenance scheduling and re-assignment
Transportation Research Part A 37 (2003) 29 48 www.elsevier.com/locate/tra An optimization model for aircraft maintenance scheduling and re-assignment Chellappan Sriram 1, Ali Haghani * Department of Civil
How To Solve A Minimum Set Covering Problem (Mcp)
Measuring Rationality with the Minimum Cost of Revealed Preference Violations Mark Dean and Daniel Martin Online Appendices - Not for Publication 1 1 Algorithm for Solving the MASP In this online appendix
How to speed-up hard problem resolution using GLPK?
How to speed-up hard problem resolution using GLPK? Onfroy B. & Cohen N. September 27, 2010 Contents 1 Introduction 2 1.1 What is GLPK?.......................................... 2 1.2 GLPK, the best one?.......................................
A Column Generation Model for Truck Routing in the Chilean Forest Industry
A Column Generation Model for Truck Routing in the Chilean Forest Industry Pablo A. Rey Escuela de Ingeniería Industrial, Facultad de Ingeniería, Universidad Diego Portales, Santiago, Chile, e-mail: [email protected]
Analysis of Approximation Algorithms for k-set Cover using Factor-Revealing Linear Programs
Analysis of Approximation Algorithms for k-set Cover using Factor-Revealing Linear Programs Stavros Athanassopoulos, Ioannis Caragiannis, and Christos Kaklamanis Research Academic Computer Technology Institute
Passive Discovery Algorithms
t t Technische Universität Berlin Telecommunication Networks Group arxiv:1506.05255v1 [cs.ni] 17 Jun 2015 Optimized Asynchronous Passive Multi-Channel Discovery of Beacon-Enabled Networks Niels Karowski,
Cloud Branching. Timo Berthold. joint work with Domenico Salvagnin (Università degli Studi di Padova)
Cloud Branching Timo Berthold Zuse Institute Berlin joint work with Domenico Salvagnin (Università degli Studi di Padova) DFG Research Center MATHEON Mathematics for key technologies 21/May/13, CPAIOR
Part 2: Community Detection
Chapter 8: Graph Data Part 2: Community Detection Based on Leskovec, Rajaraman, Ullman 2014: Mining of Massive Datasets Big Data Management and Analytics Outline Community Detection - Social networks -
OPRE 6201 : 2. Simplex Method
OPRE 6201 : 2. Simplex Method 1 The Graphical Method: An Example Consider the following linear program: Max 4x 1 +3x 2 Subject to: 2x 1 +3x 2 6 (1) 3x 1 +2x 2 3 (2) 2x 2 5 (3) 2x 1 +x 2 4 (4) x 1, x 2
Route optimization applied to school transports A method combining column generation with greedy heuristics
PREPRINT Route optimization applied to school transports A method combining column generation with greedy heuristics Mikael Andersson Peter Lindroth Department of Mathematics CHALMERS UNIVERSITY OF TECHNOLOGY
Stationary random graphs on Z with prescribed iid degrees and finite mean connections
Stationary random graphs on Z with prescribed iid degrees and finite mean connections Maria Deijfen Johan Jonasson February 2006 Abstract Let F be a probability distribution with support on the non-negative
Locating and sizing bank-branches by opening, closing or maintaining facilities
Locating and sizing bank-branches by opening, closing or maintaining facilities Marta S. Rodrigues Monteiro 1,2 and Dalila B. M. M. Fontes 2 1 DMCT - Universidade do Minho Campus de Azurém, 4800 Guimarães,
Lecture 17 : Equivalence and Order Relations DRAFT
CS/Math 240: Introduction to Discrete Mathematics 3/31/2011 Lecture 17 : Equivalence and Order Relations Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT Last lecture we introduced the notion
Load balancing of temporary tasks in the l p norm
Load balancing of temporary tasks in the l p norm Yossi Azar a,1, Amir Epstein a,2, Leah Epstein b,3 a School of Computer Science, Tel Aviv University, Tel Aviv, Israel. b School of Computer Science, The
Incremental Network Design with Shortest Paths
Incremental Network Design with Shortest Paths Tarek Elgindy, Andreas T. Ernst, Matthew Baxter CSIRO Mathematics Informatics and Statistics, Australia Martin W.P. Savelsbergh University of Newcastle, Australia
This article has been accepted for inclusion in a future issue of this journal. Content is final as presented, with the exception of pagination.
IEEE/ACM TRANSACTIONS ON NETWORKING 1 A Greedy Link Scheduler for Wireless Networks With Gaussian Multiple-Access and Broadcast Channels Arun Sridharan, Student Member, IEEE, C Emre Koksal, Member, IEEE,
Lecture 4: BK inequality 27th August and 6th September, 2007
CSL866: Percolation and Random Graphs IIT Delhi Amitabha Bagchi Scribe: Arindam Pal Lecture 4: BK inequality 27th August and 6th September, 2007 4. Preliminaries The FKG inequality allows us to lower bound
Duality in General Programs. Ryan Tibshirani Convex Optimization 10-725/36-725
Duality in General Programs Ryan Tibshirani Convex Optimization 10-725/36-725 1 Last time: duality in linear programs Given c R n, A R m n, b R m, G R r n, h R r : min x R n c T x max u R m, v R r b T
PANDA: A Software Tool for Improved Train Dispatching with Focus on Passenger Flows
CASPT 2015 PANDA: A Software Tool for Improved Train Dispatching with Focus on Passenger Flows Ralf Rückert Martin Lemnian Christoph Blendinger Steffen Rechner Matthias Müller-Hannemann Abstract Delay
