Multi-source Shortest Distances Algorithm Based on Road Network Hierarchical Strategy

Bing LI,Si-fa ZHENG,Jian-dong CAO,Xiao-min LIAN,Ke-qiang LI
DOI: https://doi.org/10.3969/j.issn.1000-3428.2008.12.013
2008-01-01
Abstract:In order to meet the request of high real-time performance of dynamic VRP,for solving the multi-source shortest distances problem in the real road network,the full road network with very large size is decomposed into different layers,and then is distributed into several sub-graphs with small size,therefore,the original shortest distances problem in the large-size road network is approximately transformed into several small-size problems.The distances matrix is calculated by using the Dijkstra algorithm repeatedly,and the distances in which case the error is large are corrected by calculating it again with the exact algorithm.The algorithm in a two-layer hierarchical road network of the map of Beijing is realized,and applied for solving the vehicle routing problem in delivery scheduling.The computing result of the example indicates that the CPU time can be deduced significantly in spite of 8% VRP errors,therefore,the algorithm can be applied in the dynamic scheduling problems which need high real-time performance.
What problem does this paper attempt to address?