Original optimal method to solve the all-pairs shortest path problem: Dhouib-matrix-ALL-SPP

被引:1
|
作者
Dhouib S. [1 ]
机构
[1] Department of Industrial Management, Higher Institute of Industrial Management of Sfax, The University of Sfax
来源
Data Science and Management | 2024年 / 7卷 / 03期
关键词
All-pairs shortest paths problem; Artificial intelligence; Combinatorial optimization; Dhouib-matrix; Graph theory; Intelligent networks; Network model; Operations research;
D O I
10.1016/j.dsm.2024.01.005
中图分类号
学科分类号
摘要
The All-pairs shortest path problem (ALL-SPP) aims to find the shortest path joining all the vertices in a given graph. This study proposed a new optimal method, Dhouib-matrix-ALL-SPP (DM-ALL-SPP) to solve the ALL-SPP based on column-row navigation through the adjacency matrix. DM-ALL-SPP is designed to generate in a single execution the shortest path with details among all-pairs of vertices for a graph with positive and negative weighted edges. Even for graphs with a negative cycle, DM-ALL-SPP reported a negative cycle. In addition, DM-ALL-SPP continues to work for directed, undirected and mixed graphs. Furthermore, it is characterized by two phases: the first phase consists of adding by column repeated (n) iterations (where n is the number of vertices), and the second phase resides in adding by row executed in the worst case (n∗log(n)) iterations. The first phase, focused on improving the elements of each column by adding their values to each row and modifying them with the smallest value. The second phase is emphasized by rows only for the elements modified in the first phase. Different instances from the literature were used to test the performance of the proposed DM-ALL-SPP method, which was developed using the Python programming language and the results were compared to those obtained by the Floyd-Warshall algorithm. © 2024 Xi'an Jiaotong University
引用
收藏
页码:206 / 217
页数:11
相关论文
共 50 条