added graph library changes

[SVN r8907]
This commit is contained in:
Jeremy Siek 2001-02-04 04:36:20 +00:00
parent a7e192c222
commit 0919f9eb69

View file

@ -59,6 +59,21 @@ with any concerns you don't want to just post to the mailing list.</p>
<li><a href="libs/random/index.html">Random Number Library</a>: Minor portability fixes
<li><a href="more/microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</a> added.
<li><a href="libs/array_traits/index.html">Array traits</a> minor portability fix.
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> - one significant change and some additions.
<ol>
<li>Changes to <a href="libs/graph/doc/breadth_first_search.html">
<tt>breadth_first_search()</tt></a> concerning the event points for
<a href="libs/graph/doc/BFSVisitor.html">BFSVisitor</a>. </li>
<li>Added two maximum flow algorithms:
<a href="libs/graph/doc/edmunds_karp_max_flow.html">
<tt>edmunds_karp_max_flow()</tt></a> and
<a href="libs/graph/doc/push_relabel_max_flow.html">
<tt>push_relabel_max_flow()</tt></a>. </li>
<li>Added the <a href="libs/graph/doc/adjacency_matrix.html">
<tt>adjacency_matrix</tt></a> graph class.</li>
<li>Added the <a href="libs/graph/doc/filtered_graph.html">
<tt>filtered_graph</tt></a> class adaptor.</li>
</ol></li>
</ul>
<p>January 10, 2001 - Version 1.20.1</p>
<ul>