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