Package com.jgalgo.alg
Interface MinimumEdgeCutGlobal.Builder
-
- All Superinterfaces:
AlgorithmBuilderBase
- Enclosing interface:
- MinimumEdgeCutGlobal
public static interface MinimumEdgeCutGlobal.Builder extends AlgorithmBuilderBase
A builder forMinimumEdgeCutGlobal
objects.- Author:
- Barak Ugav
- See Also:
MinimumEdgeCutGlobal.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MinimumEdgeCutGlobal
build()
Create a new algorithm object for global minimum edge-cut computation.-
Methods inherited from interface com.jgalgo.alg.AlgorithmBuilderBase
setOption
-
-
-
-
Method Detail
-
build
MinimumEdgeCutGlobal build()
Create a new algorithm object for global minimum edge-cut computation.- Returns:
- a new minimum edge-cut algorithm
-
-