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