From e9e1cbe1c19a2792029df491ac4a9ed0332a9f72 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 3 Nov 2004 15:40:09 +0000 Subject: [PATCH] index.htm, libs/graph/doc/table_of_contents.html: - Document the existence of the biconnected components algorithm libs/graph/example/biconnected_components.cpp: - Clean up the GraphViz output a bit libs/graph/doc/figs/biconnected.dot, libs/graph/doc/figs/biconnected.png, libs/graph/doc/biconnected_components.html: - Documentation for biconnected components and articulation points boost/graph/biconnected_components.hpp: - Minor type tweaks [SVN r26105] --- index.htm | 1 + libs/graph | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.htm b/index.htm index f1ab1c7434..0ce86f11b0 100644 --- a/index.htm +++ b/index.htm @@ -125,6 +125,7 @@
  • floyd_warshall_all_pairs_shortest_paths, from Lauren Foutz and Scott Hill.
  • astar_search, from Kristopher Beevers and Jufeng Peng.
  • fruchterman_reingold_force_directed_layout, from Doug Gregor and Indiana University.
  • +
  • biconnected_components and articulation_points, from Indiana University.
  • diff --git a/libs/graph b/libs/graph index e7023ea88a..8c2a5290ad 160000 --- a/libs/graph +++ b/libs/graph @@ -1 +1 @@ -Subproject commit e7023ea88a1149cabc8300d3efe9192dfac4c556 +Subproject commit 8c2a5290ad1a35a149fb0addec2c86f3af80a169