Stcut
Stcut is a term used in graph theory and network analysis to denote a partition of a graph's vertices that separates a designated start vertex s from a terminal vertex t. In many sources it is used interchangeably with the standard concept of an s-t cut, with "stcut" written as a single word or as "s-t cut." The main idea is to divide V into two disjoint sets S and T = V \ S such that s ∈ S and t ∈ T; the cut is the set of edges that cross from S to T and, in weighted graphs, the cut capacity is the sum of the weights of those crossing edges (directed graphs count edges from S to T).
Direct and undirected variants: In directed graphs, only the edges oriented from S to T contribute to
Algorithms and properties: Classic algorithms to compute minimum s-t cuts include Ford-Fulkerson, Edmonds-Karp, Dinic's algorithm, and
Applications and history: The concept is foundational in network design, reliability assessment, and image segmentation via