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 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 between two terminal vertices.Cut
MinimumCutST. computeMinimumCut(Graph g, WeightFunction w, IntCollection sources, IntCollection sinks)
Compute the minimum cut in a graph between two sets of vertices.
-