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