Fully dynamic update of arc-flags

Fully dynamic update of arc-flags

0.00 Avg rating0 Votes
Article ID: iaor201522236
Volume: 63
Issue: 3
Start Page Number: 243
End Page Number: 259
Publication Date: May 2014
Journal: Networks
Authors: , ,
Keywords: combinatorial optimization, networks: path
Abstract:

Best connections in real networks are usually found by applying Dijkstra's shortest paths algorithm. Unfortunately, networks deriving from real‐world applications are huge, yielding unsustainable times to compute shortest paths. Therefore, considerable research has been conducted in recent years to accelerate Dijkstra's algorithm on typical instances of transportation and communication networks, such as road networks. These efforts have led to the development of many so called speed‐up techniques, as for example Arc‐Flags. The main drawback of many of these techniques, including Arc‐Flags, is that they do not work well in the realistic dynamic scenarios where the networks change over time. In this article, we introduce a new data structure, named Road‐Signs, which is used to update the Arc‐Flags of a graph in fully dynamic scenarios. Road‐Signs can be used to compute Arc‐Flags, can be efficiently updated and does not require large space consumption for sparse networks. We develop a fully dynamic algorithm for updating Arc‐Flags, by updating Road‐Signs, each time that a modification occurs on an edge of the network. We show that this algorithm is better than recomputation from scratch of Arc‐Flags in terms of the affected parameters of the input, which makes this solution suitable to be efficient in practice. However, it is not better than recomputation from scratch in the worst case. We also propose an experimental study to evaluate the practical performance of the new dynamic algorithm. To this aim, we use real‐world road networks subject to sequences of weight change operations. Our experiments show a significant speed‐up in the updating phase with respect to the recomputation from scratch of Arc‐Flags.Copyrigh.

Reviews

Required fields are marked *. Your email address will not be published.