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