• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

Discrete dynamic shortest path problems in transportation applications: Complexity and algorithms with optimal run time,” (1998)

by I Chabini
Venue:Transportation Research Records,
Add To MetaCart

Tools

Sorted by:
Results 11 - 20 of 78
Next 10 →

Engineering the label-constrained shortest-path algorithm

by Chris Barrett, Keith Bisset, Martin Holzer, Goran Konjevod, Madhav Marathe, Dorothea Wagner , 2007
"... Abstract. We consider a generalization of the shortest-path problem: given an alphabet Σ, a graph G whose edges are weighted and Σ-labeled, and a regular language L ⊆ Σ∗, the L-constrained shortest-path problem consists of finding a shortest path p in G such that the concatenated labels along p form ..."
Abstract - Cited by 14 (2 self) - Add to MetaCart
Abstract. We consider a generalization of the shortest-path problem: given an alphabet Σ, a graph G whose edges are weighted and Σ-labeled, and a regular language L ⊆ Σ∗, the L-constrained shortest-path problem consists of finding a shortest path p in G such that the concatenated labels along p form a word of L. This definition allows to model, e. g., many traffic-planning problems. We present extensions of well-known speed-up techniques for the standard shortest-path problem, and con-duct an extensive experimental study of their performance with various networks and language constraints. Our results show that depending on the network type, both goal-directed and bidirectional search speed up the search considerably, while combinations of these do not. 1

Minimum Time and Minimum Cost Path Problems in Street Networks With Periodic Traffic Lights

by Ravindra K. Ahuja, James B. Orlin, Stefano Pallottino, Maria Grazia Scutellà , 2001
"... This paper investigates minimum time and minimum cost path problems in street networks regulated by periodic traffic lights. We show that the minimum time path problem is polynomially solvable. On the other hand, minimum cost path problems are generally NP-hard. Special, realistic, cases which ar ..."
Abstract - Cited by 12 (1 self) - Add to MetaCart
This paper investigates minimum time and minimum cost path problems in street networks regulated by periodic traffic lights. We show that the minimum time path problem is polynomially solvable. On the other hand, minimum cost path problems are generally NP-hard. Special, realistic, cases which are polynomially solvable are discussed.

Stochastic motion planning and applications to traffic

by Sejoon Lim, Hari Balakrishnan, David Gifford, Samuel Madden, Daniela Rus , 2011
"... ..."
Abstract - Cited by 12 (5 self) - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...We evaluate the algorithm and its assumptions using simulation and actual test driving. 1.1 Related Work Our work is closely related to stochastic planning and stochastic shortest-path algorithms. In =-=[3]-=-, an efficient algorithm for a dynamic shortest path with time dependent deterministic edge cost is given. Prior work has considered stochastic shortest paths under the assumption that the travel time...

Algorithms for Minimum-Cost Paths in Time-Dependent Networks with Waiting Policies

by Brian C. Dean
"... ..."
Abstract - Cited by 11 (1 self) - Add to MetaCart
Abstract not found

Shortest paths in fifo time-dependent networks: theory and algorithms

by Brian C. Dean , 2004
"... ..."
Abstract - Cited by 9 (0 self) - Add to MetaCart
Abstract not found
(Show Context)

Citation Context

...rdering of the nodes in GT may be constructed easily by enumerating them one “level” at a time in chronological order; this approach was initially proposed by Cai, Kloks, and Wong [2], and by Chabini =-=[4]-=-. To implement this, we introduce a distance label Dsi(t) for each node (i, t) in GT which will give the shortest path distance from S to (i, t) in GT . These distance labels will satisfy LDsi(t) = t ...

Distributed Intelligence in Large Scale Traffic Simulations on Parallel Computers

by Kai Nagel - Collective Cognition: Mathematical Foundations of Distributed Intelligence, Santa Fe Institute , 2002
"... Transportation systems can be seen as displaying meta-intelligence, in the sense that intelligent actors (travelers) conspire to make the system function as a whole. ..."
Abstract - Cited by 6 (2 self) - Add to MetaCart
Transportation systems can be seen as displaying meta-intelligence, in the sense that intelligent actors (travelers) conspire to make the system function as a whole.
(Show Context)

Citation Context

...e need the information time-dependent. If we assume that we have 15-min time slices, this results in a little less than 100 time slices for a full day although some of the information can be recycled =-=[26]-=-. The memory requirements for the second method now become 30 000 links 10 000 nodes 100 time slices 5 options 4 bytes per entry # 600 GByte , 12 Figure 7: Individualization of plans and interaction w...

Bidirectional A ∗ Search on Time-Dependent Road Networks

by Giacomo Nannicini, Daniel Delling, Dominik Schultes , 2010
"... The computation of point-to-point shortest paths on time-dependent road networks has a large practical interest, but very few works propose efficient algorithms for this problem. We propose a novel approach which tackles one of the main complications of route planning in time-dependent graphs, which ..."
Abstract - Cited by 6 (1 self) - Add to MetaCart
The computation of point-to-point shortest paths on time-dependent road networks has a large practical interest, but very few works propose efficient algorithms for this problem. We propose a novel approach which tackles one of the main complications of route planning in time-dependent graphs, which is the difficulty of using bidirectional search: since the exact arrival time at the destination is unknown, we start a backward search from the destination node using lower bounds on arc costs in order to restrict the set of nodes that have to be explored by the forward search. Our algorithm is based on A ∗ with landmarks (ALT); extensive computational results show that it is very effective in practice if we are willing to accept a small approximation factor, resulting in a speed-up of more than one order of magnitude with respect to Dijkstra’s algorithm while finding only slightly suboptimal solutions. The main idea presented here can also be generalized to other types of search algorithms.
(Show Context)

Citation Context

... number of explored nodes, will then be smaller than in the unidirectional case, up to a factor of two. Dijkstra’s algorithm applied to time-dependent FIFO networks has been optimized in various ways =-=[5, 6]-=-. We note here that in the time-dependent scenario bidirectional search cannot be applied, because the arrival time at destination node is unknown. We also remark that all speedup techniques based onf...

On Distributed Time-Dependent Shortest Paths over Duty-Cycled Wireless Sensor Networks

by Shouwen Lai, Binoy Ravindran
"... Abstract—We revisit the shortest path problem in asynchronous duty-cycled wireless sensor networks, which exhibit time-dependent features. We model the time-varying link cost and distance from each node to the sink as periodic functions. We show that the time-cost function satisfies the FIFO propert ..."
Abstract - Cited by 5 (1 self) - Add to MetaCart
Abstract—We revisit the shortest path problem in asynchronous duty-cycled wireless sensor networks, which exhibit time-dependent features. We model the time-varying link cost and distance from each node to the sink as periodic functions. We show that the time-cost function satisfies the FIFO property, which makes the time-dependent shortest path problem solvable in polynomial-time. Using the β-synchronizer, we propose a fast distributed algorithm to build all-to-one shortest paths with polynomial message complexity and time complexity. The algorithm determines the shortest paths for all discrete times with a single execution, in contrast with multiple executions needed by previous solutions. We further propose an efficient distributed algorithm for time-dependent shortest path maintenance. The proposed algorithm is loop-free with low message complexity and low space complexity of O(maxdeg), where maxdeg is the maximum degree for all nodes. The performance of our solution is evaluated under diverse network configurations. The results suggest that our algorithm is more efficient than previous solutions in terms of message complexity and space complexity. I.

Fast paths in large-scale dynamic road networks

by Giacomo Nannicini, Philippe Baptiste , Gilles Barbier, Daniel Krob, Leo Liberti , 2007
"... Efficiently computing fast paths in large-scale dynamic road networks (where dynamic traffic information is known over a part of the network) is a practical problem faced by several traffic information service providers who wish to offer a realistic fast path computation to GPS terminal enabled vehi ..."
Abstract - Cited by 5 (1 self) - Add to MetaCart
Efficiently computing fast paths in large-scale dynamic road networks (where dynamic traffic information is known over a part of the network) is a practical problem faced by several traffic information service providers who wish to offer a realistic fast path computation to GPS terminal enabled vehicles. The heuristic solution method we propose is based on a highway hierarchy-based shortest path algorithm for static large-scale networks; we maintain a static highway hierarchy and perform each query on the dynamically evaluated network, using a simple algorithm to propagate available dynamic traffic information over a larger part of the road network. We provide computational results that show the efficacy of our approach.

ON FINDING PATHS AND FLOWS IN MULTICRITERIA, STOCHASTIC AND TIME-VARYING NETWORKS

by S. Opasanon
"... This dissertation addresses two classes of network flow problems in networks with multiple, stochastic and time-varying attributes. The first problem class is concerned with providing routing instructions with the ability to make updated decisions as information about travel conditions is revealed f ..."
Abstract - Cited by 5 (0 self) - Add to MetaCart
This dissertation addresses two classes of network flow problems in networks with multiple, stochastic and time-varying attributes. The first problem class is concerned with providing routing instructions with the ability to make updated decisions as information about travel conditions is revealed for individual travelers in a transportation network. Three exact algorithms are presented for identifying all or a subset of the adaptive Pareto-optimal solutions with respect to the expected value of each criterion from each node to a desired destination for each departure time in the period of interest. The second problem class is concerned with problems of determining the optimal set of a priori path flows for evacuation in capacitated networks are addressed, where the time-dependent and stochastic nature of arc attributes and capacities inherent in these problems is explicitly considered. The concept of Safest Escape is formulated for developing egress instructions. An exact algorithm is proposed to determine the pattern of flow that maximizes the minimum path probability of successful arrival of supply at the sink While the Safest Escape problem considers stochastic, time-varying capacities,
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University