From b76ffc7f2a56955e2cdeb93f6902c40d3bbcffdd Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Thu, 9 Dec 2021 11:56:38 +0530 Subject: [PATCH] Typo fix in graph edge_coloring docs (#209) --- doc/edge_coloring.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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