首页 | 本学科首页   官方微博 | 高级检索  
     检索      

网络最短路径定界搜索算法
引用本文:李引珍,郭耀煌.网络最短路径定界搜索算法[J].西南交通大学学报,2004,39(5):561-564.
作者姓名:李引珍  郭耀煌
作者单位:1. 西南交通大学经济管理学院,四川,成都,610031;兰州交通大学交通运输学院,甘肃,兰州,730070
2. 西南交通大学经济管理学院,四川,成都,610031
基金项目:国家自然科学基金资助项目(70071028)
摘    要:用Dijkstra算法求解大规模网络两顶点间最短路径时,需计算大量与最短路径无关的顶点,效率较低,双向定界搜索算法是首先对网络进行双向搜索,得到一条经任意点的最短路径,一般情况下,这条路径已非常接近、甚至等于最短路径。然后,以此路径的标号(即路径长)作为搜索计算的界,进行双向标号计算,对超过界的顶点不再计算,以提高计算效率.算法分析表明,用该算法可使计算效率提高约一倍。

关 键 词:网络分析  最短路径  双向定界搜索算法  效率
文章编号:0258-2724(2004)05-0561-04

Bound Searching Algorithm for Shortest Path in a Network
LI Yin-zhen.Bound Searching Algorithm for Shortest Path in a Network[J].Journal of Southwest Jiaotong University,2004,39(5):561-564.
Authors:LI Yin-zhen
Institution:LI Yin-zhen~
Abstract:Many irrelevant vertexes must be searched in order to find the shortest path between two vertexes in a large network with Dijkstra algorithm, resulting in low efficiency. To improve the searching efficiency, a new searching algorithm, named bidirectional bound searching algorithm, was proposed. With this method, a shortest path from the source vertex to the terminal vertex via any vertex is determined first by bidirectional searching. This path is closed to or even the same as the shortest path to be found. The length of this path is then taken as a bound, and any vertex with larger label value than the bound in later calculations will not be considered. It was proved that the calculating efficiency of the new algorithm was as twice as that of the traditional Dijkstra algorithm.
Keywords:network analysis  shortest path  bidirectional bound search algorithm  efficiency
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号