Module 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).t
Hash tables used to store the coloring
Coloring.Make
Provide a function for k
-coloring a graph.
module H : Stdlib.Hashtbl.S with type H.key = G.V.t and type 'a H.t = 'a Stdlib.Hashtbl.Make(G.V).t
Hash tables used to store the coloring