Sfoglia il codice sorgente

added graph library changes

[SVN r8907]
Jeremy Siek 25 anni fa
parent
commit
0919f9eb69
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 15 0
      index.htm

+ 15 - 0
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>

粤ICP备19079148号