mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
DFS-based biconnected components, from Janusz Piwowarski
[SVN r27442]
This commit is contained in:
parent
be3754d56d
commit
b6b4c13ad5
2 changed files with 3 additions and 2 deletions
|
@ -134,7 +134,8 @@
|
|||
<li><a href="libs/graph/doc/floyd_warshall_shortest.html"><tt>floyd_warshall_all_pairs_shortest_paths</tt></a>, from Lauren Foutz and Scott Hill.</li>
|
||||
<li><a href="libs/graph/doc/astar_search.html"><tt>astar_search</tt></a>, from Kristopher Beevers and Jufeng Peng.</li>
|
||||
<li><a href="libs/graph/doc/fruchterman_reingold.html"><tt>fruchterman_reingold_force_directed_layout</tt></a>, from Doug Gregor and Indiana University.</li>
|
||||
<li><a href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt> and <tt>articulation_points</tt></a>, from Indiana University.</li>
|
||||
<li><a
|
||||
href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt> and <tt>articulation_points</tt></a>, from Jeremy Siek, Janusz Piwowarski, and Doug Gregor.</li>
|
||||
<li><a href="libs/graph/doc/sequential_vertex_coloring.html"><tt>sequential_vertex_coloring</tt></a> has been updated, tested, and documented.</li>
|
||||
<li><a
|
||||
href="libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy_atun_layout</tt></a>,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 85daa2c5c6739d2aeda2819bb19ef6afb5dc441f
|
||||
Subproject commit c0783b62c08903ad24e158dfe5989e0b82d59e62
|
Loading…
Add table
Reference in a new issue