Digraph.Coloring
Coloring
val coloring : t -> int -> unit
coloring g k colors the nodes of graph g using k colors, assigning the marks integer values between 1 and k.
coloring g k
g
k
val two_color : t -> unit
two_color g attemps to color g with colors 1 and 2.
two_color g