Package com.jgalgo
Interface VertexCover.Builder
-
- All Superinterfaces:
com.jgalgo.internal.util.BuilderAbstract<VertexCover.Builder>
- Enclosing interface:
- VertexCover
public static interface VertexCover.Builder extends com.jgalgo.internal.util.BuilderAbstract<VertexCover.Builder>
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.
-
-
-
Method Detail
-
build
VertexCover build()
Create a new algorithm object for minimum vertex cover computation.- Returns:
- a new minimum vertex cover algorithm
-
-