Smoothed Analysis of the Successive Shortest Path Algorithm

January 22, 2015 Β· Declared Dead Β· πŸ› SIAM journal on computing (Print)

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Tobias Brunsch, Kamiel Cornelissen, Bodo Manthey, Heiko RΓΆglin, Clemens RΓΆsner arXiv ID 1501.05493 Category cs.DS: Data Structures & Algorithms Citations 24 Venue SIAM journal on computing (Print) Last Checked 3 months ago
Abstract
The minimum-cost flow problem is a classic problem in combinatorial optimization with various applications. Several pseudo-polynomial, polynomial, and strongly polynomial algorithms have been developed in the past decades, and it seems that both the problem and the algorithms are well understood. However, some of the algorithms' running times observed in empirical studies contrast the running times obtained by worst-case analysis not only in the order of magnitude but also in the ranking when compared to each other. For example, the Successive Shortest Path (SSP) algorithm, which has an exponential worst-case running time, seems to outperform the strongly polynomial Minimum-Mean Cycle Canceling algorithm. To explain this discrepancy, we study the SSP algorithm in the framework of smoothed analysis and establish a bound of $O(mnφ)$ for the number of iterations, which implies a smoothed running time of $O(mnφ(m + n\log n))$, where $n$ and $m$ denote the number of nodes and edges, respectively, and $φ$ is a measure for the amount of random noise. This shows that worst-case instances for the SSP algorithm are not robust and unlikely to be encountered in practice. Furthermore, we prove a smoothed lower bound of $Ω(m φ\min\{n, φ\})$ for the number of iterations of the SSP algorithm, showing that the upper bound cannot be improved for $φ= Ω(n)$.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted