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 TypeClassDescriptionclassAbstract class for computing the global minimum edge cut in a graph.classStoer-Wagner Algorithm for global minimum cut.Methods in com.jgalgo.alg.connect that return MinimumEdgeCutGlobalModifier and TypeMethodDescriptionstatic MinimumEdgeCutGlobalMinimumEdgeCutGlobal.newInstance()Create a new minimum global edge-cut algorithm object.