Uses of Interface
com.jgalgo.alg.MinimumEdgeCutGlobal
-
Packages that use MinimumEdgeCutGlobal Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of MinimumEdgeCutGlobal in com.jgalgo.alg
Methods in com.jgalgo.alg that return MinimumEdgeCutGlobal Modifier and Type Method Description MinimumEdgeCutGlobal
MinimumEdgeCutGlobal.Builder. build()
Create a new algorithm object for global minimum edge-cut computation.static MinimumEdgeCutGlobal
MinimumEdgeCutGlobal. newInstance()
Create a new minimum global edge-cut algorithm object.
-