diff --git a/doc/edge_coloring.html b/doc/edge_coloring.html index 691704bd..bcc5df23 100644 --- a/doc/edge_coloring.html +++ b/doc/edge_coloring.html @@ -52,7 +52,7 @@ colors c1, c2, ..., cn in a way that no vertex connects with 2 edges of the same color. Furthermore at most m + 1 colors are used. - +

Where defined

boost/graph/edge_coloring.hpp @@ -80,7 +80,7 @@ OUT: ColorMap color

Example

See example/king_ordering.cpp. +href="../example/edge_coloring.cpp">example/edge_coloring.cpp.

See Also