Просмотр исходного кода

Mention change to undirected_dfs

[SVN r26285]
Douglas Gregor 21 лет назад
Родитель
Сommit
5935a1533c
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      index.htm
  2. 1 1
      libs/graph

+ 1 - 1
index.htm

@@ -126,7 +126,7 @@
 			      <LI><A href="libs/graph/doc/astar_search.html"><TT>astar_search</TT></A>, from Kristopher Beevers and Jufeng Peng.</LI>
 			      <LI><A href="libs/graph/doc/fruchterman_reingold.html"><TT>fruchterman_reingold_force_directed_layout</TT></A>, from Doug Gregor and Indiana University.</a></LI>
 			      <LI><A href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt> and <tt>articulation_points</tt></a>, from Indiana University.</a></li>
-			      <li><a href="libs/graph/doc/bellman_ford_shortest.html"><tt>bellman_ford_shortest_paths</tt></a> now permits one to specify the starting vertex, so that it will perform its own initialization.</li>
+			      <li>See the <a href="libs/graph/doc/history.html#by-version">history</a> for additional changes and bug fixes.</li>
 			    </UL></LI>
 			</UL>
 			

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 98187feda4d9adacbeaa8e3d68b2cc671b7bcf09
+Subproject commit 945fb8717c730dcb80af3b811c854c30da1e750b

粤ICP备19079148号