Uses of Interface
com.jgalgo.Cut
-
-
Uses of Cut in com.jgalgo
Methods in com.jgalgo that return Cut Modifier and Type Method Description Cut
MinimumCutGlobal. computeMinimumCut(Graph g, WeightFunction w)
Compute the global minimum cut in a graph.Cut
MinimumCutST. computeMinimumCut(Graph g, WeightFunction w, int source, int sink)
Compute the minimum cut in a graph and a weight function with two terminal vertices.
-