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