Class VertexColoringAlgorithm.ColoringImpl<V>

    • Constructor Detail

      • ColoringImpl

        public ColoringImpl​(Map<V,​Integer> colors,
                            int numberColors)
        Construct a new vertex coloring.
        Parameters:
        colors - the color map
        numberColors - the total number of colors used