Uses of Interface
com.jgalgo.alg.connect.MinimumEdgeCutGlobal
Packages that use MinimumEdgeCutGlobal
Package
Description
Algorithms for solving connectivity problems, such as strongly/weakly connected components, minimum edge/vertex cuts,
ect.
-
Uses of MinimumEdgeCutGlobal in com.jgalgo.alg.connect
Classes in com.jgalgo.alg.connect that implement MinimumEdgeCutGlobalModifier and TypeClassDescriptionclass
Abstract class for computing the global minimum edge cut in a graph.class
Stoer-Wagner Algorithm for global minimum cut.Methods in com.jgalgo.alg.connect that return MinimumEdgeCutGlobalModifier and TypeMethodDescriptionstatic MinimumEdgeCutGlobal
MinimumEdgeCutGlobal.newInstance()
Create a new minimum global edge-cut algorithm object.