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