Interface VertexColoringAlgorithm<V>

Type Parameters:
V - the graph vertex type
All Known Implementing Classes:
BrownBacktrackColoring, ChordalGraphColoring, ColorRefinementAlgorithm, GreedyColoring, LargestDegreeFirstColoring, RandomGreedyColoring, SaturationDegreeColoring, SmallestDegreeLastColoring

public interface VertexColoringAlgorithm<V>
An algorithm which computes a graph vertex coloring.