Incremental Fo(+,<) Maintenance of All-Pairs Shortest Paths for Undirected Graphs after Insertions and Deletions

Chaoyi Pang,Ramamohanarao Kotagiri,Guozhu Dong
DOI: https://doi.org/10.1007/3-540-49257-7_23
1999-01-01
Abstract:We give incremental algorithms, which support both edge insertions and deletions, for the all-pairs shortest-distance problem (APSD) in weighted undirected graphs. Our algorithms use first-order queries, + (addition) and < (less-than); they store O(n(2)) number of tuples,where n is the number of vertices, and have AC(0) data complexity for integer weights. Since FO(+, <) is supported by almost all current database systems, our maintenance algorithms are more appropriate for database applications than non-database query type of maintenance algorithms. Our algorithms can also be extended to duplicate semantics.
What problem does this paper attempt to address?