Module Graph__Coloring.Make
Provide a function for k-coloring a graph.
Parameters
Signature
module H : Stdlib.Hashtbl.S with type H.key = G.V.t and type 'a H.t = 'a Stdlib.Hashtbl.Make(G.V).tHash tables used to store the coloring