diff options
author | Douglas Gregor <doug.gregor@gmail.com> | 2006-02-07 13:15:35 +0000 |
---|---|---|
committer | Douglas Gregor <doug.gregor@gmail.com> | 2006-02-07 13:15:35 +0000 |
commit | b19ac8b27229c560d5290756e657f841c67f0467 (patch) | |
tree | af4b064555bfdb8df5344bdfb74ee2414d663c9e /index.htm | |
parent | 7aa7af166a7a581c4b826ea2008310c7a6cd58f3 (diff) | |
download | boost-b19ac8b27229c560d5290756e657f841c67f0467.tar.gz |
Add documentation, static_asserts for Bidirectional Graph support in adjacency_matrix
[SVN r32706]
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ <li><a href="libs/graph/doc/compressed_sparse_row.html"><tt>compressed_sparse_row_graph</tt></a>, from Jeremiah Willcock and Douglas Gregor of Indiana University.</li> <li><a href="sorted_erdos_renyi_generator.html"><tt>sorted_erdos_renyi_iterator</tt></a>, from Jeremiah Willcock of Indiana University.</li> <li><a href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt></a> now supports a visitor and named parameters, from Janusz Piwowarski.</li> + <li><a href="libs/graph/doc/adjacency_matrix.html"><tt>adjacency_matrix</tt></a> now models the <a href="libs/graph/doc/BidirectionalGraph.html">Bidirectional Graph</a> concept.</li> <li><a href="libs/graph/doc/dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></a> now calls <tt>vis.initialize_vertex</tt> for each vertex during initialization.</li> <li>See the <a href="libs/graph/doc/history.html#1.34.0">complete revision history</a> for more information.</li> </ul></li> |