首页    期刊浏览 2024年07月06日 星期六
登录注册

文章基本信息

  • 标题:DMGA: A Distributed Shortest Path Algorithm for Multistage Graph
  • 本地全文:下载
  • 作者:Huanqing Cui ; Ruixue Liu ; Shaohua Xu
  • 期刊名称:Scientific Programming
  • 印刷版ISSN:1058-9244
  • 出版年度:2021
  • 卷号:2021
  • 页码:1-14
  • DOI:10.1155/2021/6639008
  • 出版社:Hindawi Publishing Corporation
  • 摘要:The multistage graph problem is a special kind of single-source single-sink shortest path problem. It is difficult even impossible to solve the large-scale multistage graphs using a single machine with sequential algorithms. There are many distributed graph computing systems that can solve this problem, but they are often designed for general large-scale graphs, which do not consider the special characteristics of multistage graphs. This paper proposes DMGA (Distributed Multistage Graph Algorithm) to solve the shortest path problem according to the structural characteristics of multistage graphs. The algorithm first allocates the graph to a set of computing nodes to store the vertices of the same stage to the same computing node. Next, DMGA calculates the shortest paths between any pair of starting and ending vertices within a partition by the classical dynamic programming algorithm. Finally, the global shortest path is calculated by subresults exchanging between computing nodes in an iterative method. Our experiments show that the proposed algorithm can effectively reduce the time to solve the shortest path of multistage graphs.
国家哲学社会科学文献中心版权所有