Partially dynamic SSSP with O(mn) total time for m updates and n^2 queries
Determine whether there exists a partially dynamic Single-Source Shortest Paths (SSSP) algorithm on directed graphs with nonnegative edge weights that, over m edge updates and n^2 distance queries (from a fixed source to arbitrary targets), achieves O(mn) total time for all updates and queries combined.
References
Roditty and Zwick considered partially dynamic where instead of outputting the distances from $s$ to all nodes in $V$ after each update, the data structure only needs to support distance queries between $s$ and any queried node $v$. They explicitly stated the following open question:
Is partially dynamic $$ with $m$ updates and $n2$ queries in $O(mn)$ time?
— Fine-Grained Optimality of Partially Dynamic Shortest Paths and More
(2407.09651 - Saha et al., 12 Jul 2024) in Open Question (label open:RZ), Introduction