OrderedCuts: A new approach for computing Gomory-Hu tree
Abstract
The Gomory-Hu tree, or a cut tree, is a classic data structure that stores minimum - cuts of an undirected weighted graph for all pairs of nodes . We propose a new approach for computing the cut tree based on a reduction to the problem that we call {\tt OrderedCuts}. Given a sequence of nodes , its goal is to compute minimum - cuts for all . We show that the cut tree can be computed by calls to {\tt OrderedCuts}. We also establish new results for {\tt OrderedCuts} that may be of independent interest. First, we prove that all cuts can be stored compactly with space in a data structure that we call an {\em {\tt OC} tree}. Second, we prove results that allow divide-and-conquer algorithms for computing OC tree. Finally, we describe a practical implementation based on {\tt OrderedCuts}, and compare it experimentally with two existing implementations of the classical Gomory-Hu tree algorithm as well as with our implementations. The results suggest that the {\tt OrderedCuts}-based approach is the most robust: on many family of problems it outperforms other algorithms by 1-2 orders of magnitude, and is never slower by more than a small factor. Our implementation is publicly available at https://pub.ist.ac.at/~vnk/software.html.
Cite
@article{arxiv.2208.02000,
title = {OrderedCuts: A new approach for computing Gomory-Hu tree},
author = {Vladimir Kolmogorov},
journal= {arXiv preprint arXiv:2208.02000},
year = {2026}
}