module Make:
Provide a function for k-coloring a graph.
| Parameters: |
|
module H:Hashtbl.Swith type key = G.V.t
Hash tables used to store the coloring
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.