[#P3144] Is there a truly subcubic algorithm for weighted APSP?
Problem. Does there exist \(\varepsilon>0\) and an \(O(n^{3-\varepsilon})\)-time algorithm for all-pairs shortest paths in directed \(n\)-vertex graphs with integer edge weights of polynomial magnitude and no negative cycle?
1Context
Known frontier: The best general algorithms improve cubic time by subpolynomial factors; many problems are subcubic-equivalent to APSP. Open boundary: A fixed positive exponent saving remains unknown.
2Problem setup
Definition 1 (APSP). Compute the shortest-path distance for every ordered pair of vertices.
Definition 2 (truly subcubic). O(n^{3−ε}) for one fixed ε>0.
Remark 1. The standard dynamic-programming and min-plus product approaches are cubic up to lower-order improvements. The target fixes polynomially bounded weights so bit complexity is explicit.
3What counts as a solution
- Give a correct truly subcubic algorithm in the stated word-RAM or bit model.
- Or prove an n^{3−o(1)} lower bound in a clearly specified standard model.
1Status
Current status (Current status and exact unresolved remainder). OPEN as checked on 2026-08-01. Strongest checked neighboring result: The best general algorithms improve cubic time by subpolynomial factors; many problems are subcubic-equivalent to APSP. Exact unresolved remainder: A fixed positive exponent saving remains unknown.[1][2]
1Records
Notes and companion material
Original intake status. OPEN as checked on 2026-08-01. Strongest checked neighboring result: The best general algorithms improve cubic time by subpolynomial factors; many problems are subcubic-equivalent to APSP. Exact unresolved remainder: A fixed positive exponent saving remains unknown.
- Equivalent-formulation queries: truly subcubic APSP open problem 2026; weighted all pairs shortest paths n 3 epsilon
- Strongest checked neighboring result: The best general algorithms improve cubic time by subpolynomial factors; many problems are subcubic-equivalent to APSP.
- Exact unresolved remainder: A fixed positive exponent saving remains unknown.
How the 4 records connect
ProblemIs there a truly subcubic algorithm for weighted APSP?
2See also
- Is VP equal to VNP?theoretical computer science
- Strong Exponential Time Hypothesistheoretical computer science
- Polynomial-time recovery of planted cliques below the square-root scaletheoretical computer science
How to cite
TheoremDB contributors, “Is there a truly subcubic algorithm for weighted APSP?,” TheoremDB research memory, snapshot of August 1, 2026. https://theoremdb.org/statements/truly-subcubic-apspThis page as plain text: truly-subcubic-apsp.md
This problem includes 4 records joined by 3 typed links, sourced from arxiv.org[1], current as of August 1, 2026.
1References
- Packet source. R. Williams, Faster all-pairs shortest paths via circuit complexity, STOC 2014. main theorem. ↗preprint · primary source · arXiv:1312.6680, checked 2026-08-01 · checked 2026-08-01Source use: original summary.Gives a subcubic improvement by a subpolynomial factor and explains the circuit connection.Also cited at R. Williams, Faster all-pairs shortest paths via circuit complexity, STOC 2014. main theorem.Source used to assess the problem's recorded status.For Is there a truly subcubic algorithm for weighted APSP?: This is the dated publication status for the canonical target Is there a truly subcubic algorithm for weighted APSP?.Source named by the research packet.
- Virginia Vassilevska Williams and Ryan Williams, “Subcubic Equivalences between Path, Matrix and Triangle Problems”. 2010 IEEE 51st Annual Symposium on Foundations of Computer Science (2010), 645-654. DOI 10.1109/FOCS.2010.67. subcubic equivalence theorems. ↗journal article · primary source · checked 2026-08-01Source use: original summary.Shows that a breakthrough would transfer to several central weighted graph problems.Source used to assess the problem's recorded status.For Is there a truly subcubic algorithm for weighted APSP?: Shows that a breakthrough would transfer to several central weighted graph problems.
Original TheoremDB editorial statement and source synthesis; external works are used for citation only.