A Simple and Fast Reduction from Gomory-Hu Trees to Polylog Maxflows
Abstract
Given an undirected graph , a Gomory-Hu tree (Gomory and Hu, 1961) is a tree on that preserves all-pairs mincuts of exactly. We present a simple, efficient reduction from Gomory-Hu trees to polylog maxflow computations. On unweighted graphs, our reduction reduces to maxflow computations on graphs of total instance size and the algorithm requires only additional time. Our reduction is the first that is tight up to polylog factors. The reduction also seamlessly extends to weighted graphs, however, instance sizes and runtime increase to . Finally, we show how to extend our reduction to reduce Gomory-Hu trees for unweighted hypergraphs to maxflow in hypergraphs. Again, our reduction is the first that is tight up to polylog factors.
Keywords
Cite
@article{arxiv.2509.02520,
title = {A Simple and Fast Reduction from Gomory-Hu Trees to Polylog Maxflows},
author = {Maximilian Probst Gutenberg and Rasmus Kyng and Weixuan Yuan and Wuwei Yuan},
journal= {arXiv preprint arXiv:2509.02520},
year = {2026}
}
Comments
The proof of the claimed running time bound contains a gap. The algorithmic correctness is not affected, but the stated runtime is not justified by the current analysis