module Make:
k-coloring a graph.| Parameters: |
|
module H:Hashtbl.Swith type key = G.V.t
val coloring : Coloring.G.t -> int -> int H.tcoloring g k colors the graph g with k colors and returns the
coloring as a hash table mapping nodes to their colors.