A Short Note on Relevant Cuts
Nico Domschke, Thomas Gatter, Richard Golnik, Peter F. Stadler
TL;DR
This note investigates relevant cuts in weighted undirected graphs, showing that a cut is relevant exactly when it is a weight-minimal $u,v$-cut for some pair $u,v$ of distinct vertices, and that the collection of such cuts can be exponential in size. It leverages Gomory-Hu trees and PQ-DAG representations to develop polynomial-time enumeration strategies, notably restricting to PQ-DAGs on the edges of a Gomory-Hu tree for efficiency. The authors implement and compare several approaches (GUS-P, GUS-T, YEH) on large chemical-graph benchmarks, finding that GUS-T generally offers the best performance while maintaining versatility. The work has practical implications for graph-based genetic algorithms and chemical-space explorations, and provides open-source tooling for researchers to enumerate relevant cuts.
Abstract
The set of relevant cuts in a graph is the union of all minimum weight bases of the cut space. A cut is relevant if and only if it is the a minimum weight cut between two distinct vertices.
