The Gomory-Hu tree, or a cut tree, is a classic data structure that stores minimum $s$-$t$ cuts of an undirected weighted graph for all pairs of nodes $(s,t)$. We propose a new approach for computing the cut tree based on a reduction to the problem that we call OrderedCuts. Given a sequence of nodes $s,v_1,\ldots,v_\ell$, its goal is to compute minimum $\{s,v_1,\ldots,v_{i-1}\}$-$v_i$ cuts for all $i\in[\ell]$. We show that the cut tree can be computed by $\tilde O(1)$ calls to OrderedCuts. We also establish new results for OrderedCuts that may be of independent interest. First, we prove that all $\ell$ cuts can be stored compactly with $O(n)$ space in a data structure that we call an OC tree. We define a weaker version of this structure th...
We show that the minimumcut problem for weighted undirected graphs can be solved in NC using three s...
We significantly improve known time bounds for solving the minimum cut problem on undirected graphs....
The All-Pairs Min-Cut problem (aka All-Pairs Max-Flow) asks to compute a minimum s-t cut (or just it...
The Gomory-Hu tree, or a cut tree, is a classic data structure that stores minimum $s$-$t$ cuts of a...
This paper studies algorithms for computing a Gomory-Hu tree, which is a classical data structure th...
We present a fast algorithm for computing a Gomory-Hu tree or cut tree for an unweighted undirected ...
We present a fast algorithm for computing a Gomory-Hu tree or cut tree for an unweighted undirecte...
We present a fast algorithm for computing a Gomory-Hu tree or cut tree for an unweighted undirected ...
A cut tree (or Gomory-Hu tree) of an undirected weighted graph G = (V,E) encodes a minimum s-t-cut f...
This is an experimental study of algorithms for the cut tree problem. We study the Gomory-Hu and Gus...
Gomory-Hu (GH) Trees are a classical sparsification technique for graph connectivity. It is also a f...
We investigate the use of Gomory's mixed integer cuts within a branch-and-cut framework. It has...
The classical Ford-Fulkerson algorithm computes a maximum u-v flow and a minimum u-v cut between two...
In 1961, Gomory and Hu showed that the All-Pairs Max-Flow problem of computing the max-flow between ...
Embedding cuts into a branch-and-cut framework is a delicate task, especially when a large set of cu...
We show that the minimumcut problem for weighted undirected graphs can be solved in NC using three s...
We significantly improve known time bounds for solving the minimum cut problem on undirected graphs....
The All-Pairs Min-Cut problem (aka All-Pairs Max-Flow) asks to compute a minimum s-t cut (or just it...
The Gomory-Hu tree, or a cut tree, is a classic data structure that stores minimum $s$-$t$ cuts of a...
This paper studies algorithms for computing a Gomory-Hu tree, which is a classical data structure th...
We present a fast algorithm for computing a Gomory-Hu tree or cut tree for an unweighted undirected ...
We present a fast algorithm for computing a Gomory-Hu tree or cut tree for an unweighted undirecte...
We present a fast algorithm for computing a Gomory-Hu tree or cut tree for an unweighted undirected ...
A cut tree (or Gomory-Hu tree) of an undirected weighted graph G = (V,E) encodes a minimum s-t-cut f...
This is an experimental study of algorithms for the cut tree problem. We study the Gomory-Hu and Gus...
Gomory-Hu (GH) Trees are a classical sparsification technique for graph connectivity. It is also a f...
We investigate the use of Gomory's mixed integer cuts within a branch-and-cut framework. It has...
The classical Ford-Fulkerson algorithm computes a maximum u-v flow and a minimum u-v cut between two...
In 1961, Gomory and Hu showed that the All-Pairs Max-Flow problem of computing the max-flow between ...
Embedding cuts into a branch-and-cut framework is a delicate task, especially when a large set of cu...
We show that the minimumcut problem for weighted undirected graphs can be solved in NC using three s...
We significantly improve known time bounds for solving the minimum cut problem on undirected graphs....
The All-Pairs Min-Cut problem (aka All-Pairs Max-Flow) asks to compute a minimum s-t cut (or just it...