From b19ac8b27229c560d5290756e657f841c67f0467 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 7 Feb 2006 13:15:35 +0000 Subject: Add documentation, static_asserts for Bidirectional Graph support in adjacency_matrix [SVN r32706] --- index.htm | 1 + 1 file changed, 1 insertion(+) (limited to 'index.htm') diff --git a/index.htm b/index.htm index f85f2078d4..2037b3539a 100644 --- a/index.htm +++ b/index.htm @@ -160,6 +160,7 @@
  • compressed_sparse_row_graph, from Jeremiah Willcock and Douglas Gregor of Indiana University.
  • sorted_erdos_renyi_iterator, from Jeremiah Willcock of Indiana University.
  • biconnected_components now supports a visitor and named parameters, from Janusz Piwowarski.
  • +
  • adjacency_matrix now models the Bidirectional Graph concept.
  • dijkstra_shortest_paths now calls vis.initialize_vertex for each vertex during initialization.
  • See the complete revision history for more information.
  • -- cgit v1.2.1