Use this tag for questions about the family of all cut sets of an undirected graph.
In graph theory, a cut is a partition of the vertices of a graph into two disjoint subsets. Any cut determines a cut set, the set of edges that have one endpoint in each subset of the partition. Those edges are said to cross the cut. In a connected graph, each cut set determines a unique cut, and in some cases cuts are identified with their cut-sets rather than with their vertex partitions.
The family of all cut sets of an undirected graph is known as the cut space of the graph. It forms a vector space over the two-element finite field of arithmetic modulo two with the symmetric difference of two cut sets as the vector addition operation and is the orthogonal complement of the cycle space. If the edges of the graph are given positive weights, the minimum weight basis of the cut space can be described by a tree on the same vertex set as the graph, called the Gomory-Hu tree. Each edge of that tree is associated with a bond in the original graph, and the minimum cut between two nodes s and t is the minimum weight bond among those associated with the path from s to t in the tree.