Package org.graph4j.coloring
package org.graph4j.coloring
-
ClassDescriptionAttempts at finding the optimum coloring of a graph using a systematic exploration of the search space.Attempts at finding the optimum coloring of a graph using a systematic exploration of the search space.A coloring of the vertices of a graph.Base class for exact vertex coloring algorithms.Greedy coloring is a simple heuristic algorithm that assigns colors to the vertices of a graph in a greedy manner, that is, by selecting the smallest possible color that has not yet been used by any of the neighboring vertices.A node in the backtrack coloring search tree.