Index: index.htm =================================================================== RCS file: /cvsroot/boost/boost/index.htm,v retrieving revision 1.266.2.21 diff -u -r1.266.2.21 index.htm --- index.htm 9 May 2007 04:39:43 -0000 1.266.2.21 +++ index.htm 29 May 2007 15:37:27 -0000 @@ -341,6 +341,11 @@ vis.initialize_vertex for each vertex during initialization. +
  • bellman_ford_shortest_paths: + fixed a bug where certain negative + cycles were not correctly detected.
  • +
  • Note: the name of the compiled library for the GraphViz @@ -350,7 +355,7 @@ conventions.
  • See the complete + "libs/graph/doc/history.html#1.34.1">complete revision history for more information.
  • Index: libs/graph/doc/history.html =================================================================== RCS file: /cvsroot/boost/boost/libs/graph/doc/history.html,v retrieving revision 1.35.2.3 diff -u -r1.35.2.3 history.html --- libs/graph/doc/history.html 15 Dec 2006 13:35:08 -0000 1.35.2.3 +++ libs/graph/doc/history.html 29 May 2007 15:37:27 -0000 @@ -76,6 +76,10 @@

    Changes by version