Papers › Faster all-pairs shortest paths via circuit complexity
Faster all-pairs shortest paths via circuit complexity
Ryan Williams
The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.
We present a new randomized method for computing the min-plus product (a.k.a., tropical product) of two n ×n matrices, yielding a faster algorithm for solving the all-pairs shortest path problem (APSP) in dense n-node directed graphs with arbitrary edge weights. On the real RAM, where additions and comparisons of reals are unit cost (but all other operations have typical logarithmic cost), the algorithm runs in time n³/(2^(Ω(logn)^(1/2))) and is correct with high probability. On the word RAM, the algorithm runs in n³/2^(Ω(logn)^(1/2)) + n²⁺ᵒ⁽¹⁾logM time for edge weights in ([0,M] ∩ℤ)∪{∞}. Prior algorithms used either n³/(logᶜ n) time for various c ≤2, or O(M^αn^β) time for various α> 0 and β> 2. The new algorithm applies a tool from circuit complexity, namely the Razborov-Smolensky polynomials for approximately representing AC⁰[p] circuits, to efficiently reduce a matrix product over the (min,+) algebra to a relatively small number of rectangular matrix products over 𝔽₂, each of which are computable using a particularly efficient method due to Coppersmith. We also give a deterministic version of the algorithm running in n³/2^(log^δ n) time for some δ> 0, which utilizes the Yao-Beigel-Tarui translation of AC⁰[m] circuits into "nice" depth-two circuits.
In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.
For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1312.6680")
Code
Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.
By repository: community (archive-listed): 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.
Code Syntology ran Syntology
17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.
Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.
Harvested from JamesCraster/URSS-Subcubic-APSP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.
Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.
Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.
59ed30bae36ca3fd · report
f5d5e7aabe69cb90 · report
903fcf8483af0f7e · report
eb71ef13d3ffee0e · report
d1c4b0db90c665aa · report
95767a8f095b257c · report
5a8b1aa58f68be63 · report
32aa0455fb301f3e · report
f747800188783d17 · report
a237e553ac664dd7 · report
9cc64dc868711220 · report
917ffd5a5db05fbc · report
4c60d99367be8570 · report
e08936aa36f0c6a8 · report
ec7c83665cc45c83 · report
0435d663778fc6f1 · report
50a2e684e6a98dbc · report
Results from the paper archive 2025-07-28
No leaderboard rows for this paper in the archive.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections