Uses of Interface
com.jgalgo.alg.connect.MinimumEdgeCutGlobal
-
Packages that use MinimumEdgeCutGlobal Package Description com.jgalgo.alg.connect 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 MinimumEdgeCutGlobal Modifier and Type Class Description class
MinimumEdgeCutGlobalAbstract
Abstract class for computing the global minimum edge cut in a graph.class
MinimumEdgeCutGlobalStoerWagner
Stoer-Wagner Algorithm for global minimum cut.Methods in com.jgalgo.alg.connect that return MinimumEdgeCutGlobal Modifier and Type Method Description static MinimumEdgeCutGlobal
MinimumEdgeCutGlobal. newInstance()
Create a new minimum global edge-cut algorithm object.
-