summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2005-12-20 21:59:51 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2005-12-20 21:59:51 +0000
commitd27c57e46ec26b5d1e21706b91143c8c36b8428e (patch)
tree81ad25f2deaf16eee11babf44b42870bf5e868c8 /index.htm
parent616f9b5e5d686dbdfc5ce94ae9cfe205eaf0b89d (diff)
downloadboost-d27c57e46ec26b5d1e21706b91143c8c36b8428e.tar.gz
Add sorted_erdos_renyi_iterator, from Jeremiah Willcock
[SVN r32119]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 3d734293be..9b51441d43 100644
--- a/index.htm
+++ b/index.htm
@@ -145,6 +145,7 @@
<li><a href="libs/graph/doc/maximum_matching.html"><tt>edmonds_maximum_cardinality_matching</tt></a>, from Aaron Windsor.</li>
<li><a href="libs/graph/doc/lengauer_tarjan_dominator_tree.htm"><tt>lengauer_tarjan_dominator_tree</tt></a>, from JongSoo Park.</li>
<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/dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></a> now calls <tt>vis.initialize_vertex</tt> for each vertex during initialization.</li>
</ul></li>