A new public transportation data model and shortest-path algorithms

  • Authors:
  • Hongmei Wang;Ming Hu;Wei Xiao;Hongmei Wang

  • Affiliations:
  • School of Computer Science and Engineering, Changchun University of Technology, ChangChun, JiLin, China;School of Computer Science and Engineering, Changchun University of Technology, ChangChun, JiLin, China;School of Computer Science and Engineering, Changchun University of Technology, ChangChun, JiLin, China;School of Computer Science and Technology, JiLin University, ChangChun, JiLin, China

  • Venue:
  • CAR'10 Proceedings of the 2nd international Asia conference on Informatics in control, automation and robotics - Volume 1
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

By studying the best-path problem for public transportation systems, we found that the nature of transfer is that it requires extra costs from an edge to its adjacent edge. Therefore, we propose the notion of direct/indirect adjacent edges in weighted directed muItigraphs and extend the notion of path to the line. We use the direct/indirect adjacent edges weighted directed multigraph as a public transportation data model and improve the storage of an adjacency matrix. We introduce the space storage structure, the matrix VL, in order to store the scattered information of transfer in indirect adjacent edges lists. Thus, we solve the problem of complex network graphs' storage and design a new shortest path algorithm to solve transit problem based on the data model we propose in this paper. Algorithm analysis exhibits that the data model and the algorithm we propose are prior to a simple graph based on the Dijkstra's algorithm in terms of time and space.