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