Uses of Interface
com.jgalgo.Cut
-
Packages that use Cut Package Description com.jgalgo -
-
Uses of Cut in com.jgalgo
Methods in com.jgalgo that return Cut Modifier and Type Method Description CutMinimumCutGlobal. computeMinimumCut(Graph g, WeightFunction w)Compute the global minimum cut in a graph.CutMinimumCutST. computeMinimumCut(Graph g, WeightFunction w, int source, int sink)Compute the minimum cut in a graph between two terminal vertices.CutMinimumCutST. computeMinimumCut(Graph g, WeightFunction w, IntCollection sources, IntCollection sinks)Compute the minimum cut in a graph between two sets of vertices.
-