Constrained shortest path computation

  • Authors:
  • Manolis Terrovitis;Spiridon Bakiras;Dimitris Papadias;Kyriakos Mouratidis

  • Affiliations:
  • Electrical and Computer Engineering Department, National Technical University of Athens, Greece;Computer Science Department, Hong Kong University of Science and Technology, Hong Kong;Computer Science Department, Hong Kong University of Science and Technology, Hong Kong;Computer Science Department, Hong Kong University of Science and Technology, Hong Kong

  • Venue:
  • SSTD'05 Proceedings of the 9th international conference on Advances in Spatial and Temporal Databases
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper proposes and solves a-autonomy and k-stops shortest path problems in large spatial databases. Given a source s and a destination d, an a-autonomy query retrieves a sequence of data points connecting s and d, such that the distance between any two consecutive points in the path is not greater than a. A k-stops query retrieves a sequence that contains exactly k intermediate data points. In both cases our aim is to compute the shortest path subject to these constraints. Assuming that the dataset is indexed by a data-partitioning method, the proposed techniques initially compute a sub-optimal path by utilizing the Euclidean distance information provided by the index. The length of the retrieved path is used to prune the search space, filtering out large parts of the input dataset. In a final step, the optimal (a-autonomy or k-stops) path is computed (using only the non-eliminated data points) by an exact algorithm. We discuss several processing methods for both problems, and evaluate their efficiency through extensive experiments.