30,220 research outputs found

    Engineering Algorithms for Dynamic and Time-Dependent Route Planning

    Get PDF
    Efficiently computing shortest paths is an essential building block of many mobility applications, most prominently route planning/navigation devices and applications. In this thesis, we apply the algorithm engineering methodology to design algorithms for route planning in dynamic (for example, considering real-time traffic) and time-dependent (for example, considering traffic predictions) problem settings. We build on and extend the popular Contraction Hierarchies (CH) speedup technique. With a few minutes of preprocessing, CH can optimally answer shortest path queries on continental-sized road networks with tens of millions of vertices and edges in less than a millisecond, i.e. around four orders of magnitude faster than Dijkstra’s algorithm. CH already has been extended to dynamic and time-dependent problem settings. However, these adaptations suffer from limitations. For example, the time-dependent variant of CH exhibits prohibitive memory consumption on large road networks with detailed traffic predictions. This thesis contains the following key contributions: First, we introduce CH-Potentials, an A*-based routing framework. CH-Potentials computes optimal distance estimates for A* using CH with a lower bound weight function derived at preprocessing time. The framework can be applied to any routing problem where appropriate lower bounds can be obtained. The achieved speedups range between one and three orders of magnitude over Dijkstra’s algorithm, depending on how tight the lower bounds are. Second, we propose several improvements to Customizable Contraction Hierarchies (CCH), the CH adaptation for dynamic route planning. Our improvements yield speedups of up to an order of magnitude. Further, we augment CCH to efficiently support essential extensions such as turn costs, alternative route computation and point-of-interest queries. Third, we present the first space-efficient, fast and exact speedup technique for time-dependent routing. Compared to the previous time-dependent variant of CH, our technique requires up to 40 times less memory, needs at most a third of the preprocessing time, and achieves only marginally slower query running times. Fourth, we generalize A* and introduce time-dependent A* potentials. This allows us to design the first approach for routing with combined live and predicted traffic, which achieves interactive running times for exact queries while allowing live traffic updates in a fraction of a minute. Fifth, we study extended problem models for routing with imperfect data and routing for truck drivers and present efficient algorithms for these variants. Sixth and finally, we present various complexity results for non-FIFO time-dependent routing and the extended problem models

    TALplanner in IPC-2002: Extensions and Control Rules

    Full text link
    TALplanner is a forward-chaining planner that relies on domain knowledge in the shape of temporal logic formulas in order to prune irrelevant parts of the search space. TALplanner recently participated in the third International Planning Competition, which had a clear emphasis on increasing the complexity of the problem domains being used as benchmark tests and the expressivity required to represent these domains in a planning system. Like many other planners, TALplanner had support for some but not all aspects of this increase in expressivity, and a number of changes to the planner were required. After a short introduction to TALplanner, this article describes some of the changes that were made before and during the competition. We also describe the process of introducing suitable domain knowledge for several of the competition domains

    Optimizing departure times in vehicle routes

    Get PDF
    Most solution methods for the vehicle routing problem with time\ud windows (VRPTW) develop routes from the earliest feasible departure time. However, in practice, temporal traffic congestions make\ud that such solutions are not optimal with respect to minimizing the\ud total duty time. Furthermore, VRPTW solutions do not account for\ud complex driving hours regulations, which severely restrict the daily\ud travel time available for a truck driver. To deal with these problems,\ud we consider the vehicle departure time optimization (VDO) problem\ud as a post-processing step of solving a VRPTW. We propose an ILP-formulation that minimizes the total duty time. The obtained solutions are feasible with respect to driving hours regulations and they\ud account for temporal traffic congestions by modeling time-dependent\ud travel times. For the latter, we assume a piecewise constant speed\ud function. Computational experiments show that problem instances\ud of realistic sizes can be solved to optimality within practical computation times. Furthermore, duty time reductions of 8 percent can\ud be achieved. Finally, the results show that ignoring time-dependent\ud travel times and driving hours regulations during the development of\ud vehicle routes leads to many infeasible vehicle routes. Therefore, vehicle routing methods should account for these real-life restrictions

    Scheduling and Routing of Truck Drivers Considering Regulations on Drivers’ Working Hours

    Get PDF
    In many countries, truck drivers are obliged by law to take a break or a rest regularly. In the European Union, for example, this is governed by Regulation (EC) No. 561/2006. It states that, after 4.5 hours of driving a truck, it is prohibited to continue driving until a 45-minute break is taken. After accumulating a driving time of 9 hours, a rest of 11 hours is mandatory. These are only two rules of a considerably longer list of break rules set out in this regulation, and it is only one of many regulations there are worldwide. Such breaks and rests have to be planned into the work schedules of the drivers. In general, the task of a dispatcher is to find routes and schedules for the truck drivers such that every customer is served in time. With the regulations on drivers’ working hours, both the routing and the scheduling parts of the task become more challenging. In this thesis, we study several optimization problems that arise in the context of drivers’ working hours. One is known as the truck driver scheduling problem. Here, a sequence of customers is given, and the task is to find a schedule for a driver such that every customer is visited within one of the customer’s time windows and the applicable break rules are complied with. Depending on the regarded break rules, we get different variants of the truck driver scheduling problem. Little is known about the complexity of the individual problem variants. One of the two focal points of this thesis is to present polynomial-time algorithms for different variants of the problem, for which polynomial-time algorithms are not yet known. With this, we can falsify the NP-hardness conjecture of Xu et al. (2003) for an important special case of their considered problem variant. But this thesis is not only about scheduling, it is also about routing. This constitutes the second focal point of this thesis. We present an integrated approach for the vehicle routing and truck driver scheduling problem. Here, a route refers to the order in which the customers are visited. However, the meaning of route is twofold. In another studied problem, the truck driver scheduling and routing problem, it means the sequence of road segments that the driver takes to drive from one customer to the other. In this problem, we take into account that, before taking a break, truck drivers need to head for a rest area or at least a spot where their vehicle can be parked. We even consider the time-dependent scenario in which driving times on road segments vary over the day due to rush hours. Both an exact approach and a heuristic for this problem are presented, and both are evaluated on a recent road network instance of Germany. It turns out that the heuristic is at least two orders of magnitude faster but still hardly worse than the exact approach. Our main motivation is the application in practice. It is our aim – and this is especially true for the second focal point – to provide helpful algorithms that may find their way into software products for dispatchers, like the described approach for the vehicle routing and truck driver scheduling problem is already integrated into the vehicle route planning tools of a commercial provider of logistics optimization software

    Paying With Our Health: The Real Cost of Freight Transport in California

    Get PDF
    Examines the health costs of asthma and other illnesses, and the level of economic opportunity provided to affected communities, with the transport of goods in California. Estimates the cost of state-recommended pollution controls to transporters

    Investing in Mobility: Freight Transport in the Hudson Region

    Get PDF
    Proposes a framework for assessing alternative investments in freight rail, highway, and transit capacity that would increase the ability to improve mobility and air quality in the New York metropolitan area

    Vehicle Routing with Traffic Congestion and Drivers' Driving and Working Rules

    Get PDF
    For the intensively studied vehicle routing problem (VRP), two real-life restrictions have received only minor attention in the VRP-literature: traffic congestion and driving hours regulations. Traffic congestion causes late arrivals at customers and long travel times resulting in large transport costs. To account for traffic congestion, time-dependent travel times should be considered when constructing vehicle routes. Next, driving hours regulations, which restrict the available driving and working times for truck drivers, must be respected. Since violations are severely fined, also driving hours regulations should be considered when constructing vehicle routes, even more in combination with congestion problems. The objective of this paper is to develop a solution method for the VRP with time windows (VRPTW), time-dependent travel times, and driving hours regulations. The major difficulty of this VRPTW extension is to optimize each vehicle’s departure times to minimize the duty time of each driver. Having compact duty times leads to cost savings. However, obtaining compact duty times is much harder when time-dependent travel times and driving hours regulations are considered. We propose a restricted dynamic programming (DP) heuristic for constructing the vehicles routes, and an efficient heuristic for optimizing the vehicle’s departure times for each (partial) vehicle route, such that the complete solution algorithm runs in polynomial time. Computational experiments emonstrate the trade-off between travel distance minimization and duty time minimization, and illustrate the cost savings of extending the depot opening hours such that traveling before the morning peak and after the evening peak becomes possible

    Joint Route Planning under Varying Market Conditions

    Get PDF
    Purpose - To provide empirical evidence on the level of savings that can be attained by joint route planning and how these savings depend on specific market characteristics.Design/methodology/approach - Joint route planning is a measure that companies can take to decrease the costs of their distribution activities. Essentially, this can either be achieved through horizontal cooperation or through outsourcing distribution to a Logistics Service Provider.The synergy value is defined as the difference between distribution costs in the original situation where all entities perform their orders individually, and the costs of a system where all orders are collected and route schemes are set up simultaneously to exploit economies of scale.This paper provides estimates of synergy values, both in a constructed benchmark case and in a number of real-world cases.Findings - It turns out that synergy values of 30% are achievable.Furthermore, intuition is developed on how the synergy values depend on characteristics of the distribution problem under consideration.Practical implications - The developed intuition on the nature of synergy values can help practitioners to find suitable combinations of distribution systems, since synergy values can quickly be assessed based on the characteristics of the distribution problem, without solving large and difficult Vehicle Routing Problems.Originality/value - this paper addresses a major impediment to horizontal cooperation: estimating operational savings upfront.Horizontal cooperation;Distribution;Outsourcing;Vehicle routing with time windows;Retail

    Potential Terrorist Uses of Highway-Borne Hazardous Materials, MTI Report 09-03

    Get PDF
    The Department of Homeland Security (DHS) has requested that the Mineta Transportation Institutes National Transportation Security Center of Excellence (MTI NTSCOE) provide any research it has or insights it can provide on the security risks created by the highway transportation of hazardous materials. This request was submitted to MTI/NSTC as a National Transportation Security Center of Excellence. In response, MTI/NTSC reviewed and revised research performed in 2007 and 2008 and assembled a small team of terrorism and emergency-response experts, led by Center Director Brian Michael Jenkins, to report on the risks of terrorists using highway shipments of flammable liquids (e.g., gasoline tankers) to cause casualties anywhere, and ways to reduce those risks. This report has been provided to DHS. The teams first focus was on surface transportation targets, including highway infrastructure, and also public transportation stations. As a full understanding of these materials, and their use against various targets became revealed, the team shifted with urgency to the far more plentiful targets outside of surface transportation where people gather and can be killed or injured. However, the team is concerned to return to the top of the use of these materials against public transit stations and recommends it as a separate subject for urgent research

    The choice between road transport and rolling motorway: a case study

    Get PDF
    The paper reports on a research project aimed at estimating the potential demand for a rolling motorway service connecting Trieste (Italy) and Chop (Ukraine). More specifically, the study has explored which factors play a role in the choice between the current prevailing mode of transport, that is road transport by trucks, and a rolling motorway service. Based on the estimates derived from a discrete choice model obtained on the basis of stated choice data collected from truck drivers and from transport companies, it is found that the monetary cost, the travel time and the day of the week play an important role. The scenario analysis allows us to conclude that under the current prices and regulations a rolling motorway service operating on a weekday would have no potential demand, whereas some potential demand would have a service operating during the weekend. Substantial demand for a rolling motorway service appears only if the monetary road cost (fuel cost or highway toll) increases considerably. A heavy-vehicle road tax equivalent to the one used for crossing the Alps in Switzerland and Austria would alter the balance in favor of the rolling motorway.Rail transport, modal choice, road transport, rolling motorway.
    • 

    corecore