Explorar el Código

Announce additions to BGL

[SVN r25896]
Douglas Gregor hace 21 años
padre
commit
52f97df597
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      index.htm

+ 13 - 0
index.htm

@@ -115,6 +115,19 @@
                         <!-- Search Google -->
                         <h2><a name="Latest News">Latest News</a></h2>
 
+			<h3> ??? - Version 1.33.0</h3>
+
+			<h4>Updated Libraries</h4>
+
+			<ul>
+			  <li><a href="libs/graph/doc/index.html">Graph Library</a>: Introduced several new algorithms:
+			    <ul>
+			      <li><a href="libs/graph/doc/floyd_warshall_shortest.html"><tt>floyd_warshall_all_pairs_shortest_paths</tt></a>, from Lauren Foutz and Scott Hill.</li>
+			      <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>
+			    </ul></li>
+			</ul>
+			
                         <h3> ??? - Version 1.32.0</h3>
                         
                         <h4>New Libraries</h4>

粤ICP备19079148号