Package com.jgalgo.alg.color


package com.jgalgo.alg.color
Algorithms for solving graph coloring problems.
  • Class
    Description
    An algorithm that assign a color to each vertex in a graph such that the endpoints of each edge have different colors.
    Abstract class for coloring algorithms.
    The D-Satur coloring algorithm.
    A greedy coloring algorithm with random vertices order.
    The Recursive Largest First coloring algorithm.