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