Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book
2025/10/24 by Eleon Bach, Bach, Eleon, Alexander E. Black +5 · 8 voices
#cs.DS #math.OC
paper · pdf · doi:10.48550/arxiv.2510.21613
Abstract
Narrowing the gap between theory and practice is a longstanding goal of the algorithm analysis community. To further progress our understanding of how algorithms work in practice, we propose a new algorithm analysis framework that we call by the book analysis. In contrast to earlier frameworks, by the book analysis not only models an algorithm's input data, but also the algorithm itself. Results from by the book analysis are meant to correspond well with established knowledge of an algorithm's practical behavior, as they are meant to be grounded in observations from implementations, input modeling best practices, and measurements on practical benchmark instances. We apply our framework to the simplex method, an algorithm which is beloved for its excellent performance in practice and notorious for its high running time under worst-case analysis. The simplex method similarly showcased the state of the art framework smoothed analysis (Spielman and Teng, STOC'01). We explain how our framework overcomes several weaknesses of smoothed analysis and we prove that under input scaling assumptions, feasibility tolerances and other design principles used by simplex method implementations, the simplex method indeed attains a polynomial running time.
Citations
Cited by
Discussions
- The simplex algorithm is super efficient. 80 years of experience says it runs in linear time. Nobody can explain _why_ it is so fast. We invented a new algorithm analysis framework to find out. [bsky, 212 points, 5 comments]
- Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book [hn, 39 points, 3 comments]
- Excited for today’s @optima-arc.bsky.social seminar by Eleon Bach (TU Munich) on their STOC26 paper arxiv.org/abs/2510.21613 (w/ Alexander Black, @sophie.huiberts.me and Sean Kafer). This is happening [bsky, 8 points, 0 comments]
- Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book [lobsters, 5 points, 0 comments]
- Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book https://arxiv.org/abs/2510.21613 [bsky, 0 points, 0 comments]
- Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book https://lobste.rs/s/szch6i #compsci [bsky, 0 points, 0 comments]
- Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book https:// arxiv.org/abs/2510.21613 # HackerNews # BeyondSmoothedAnalysis # SimplexMethod # AlgorithmResearch # Arxiv # Mathematics [mastodon, 0 points, 0 comments]
- Beyond Smoothed Analysis: Analyzing the Simplex Method by the Book https://arxiv.org/abs/2510.21613 [comments] [6 points] [bsky, 0 points, 0 comments]
Related