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