Browse Source

boost/graph/biconnected_components.hpp:
- Added support for emitting articulation points (they come for free)
- Eliminated unused parameters in public interface
- Provided helper overloads that build the lowpt and discovertime property
maps themselves.
- Added articulation_points function that computes only articulation points
(edge components not included)

libs/graph/example/biconnected_components.cpp:
- Use some of the new overloads
- Output articulation points as filled circles


[SVN r26091]

Douglas Gregor 21 years ago
parent
commit
8089427d0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/graph

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 5aa64b9cace9d4a38214476ad585822be789c25a
+Subproject commit 6123fb57e9ab1c1dee32ca8a345a5c72d0f5d23c

粤ICP备19079148号