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