mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
added graph library changes
[SVN r8907]
This commit is contained in:
parent
a7e192c222
commit
0919f9eb69
1 changed files with 15 additions and 0 deletions
15
index.htm
15
index.htm
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue