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

Add Ron Garcia's new GraphViz parser.

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

+ 1 - 0
index.htm

@@ -136,6 +136,7 @@
                             Indiana University.</li>
                             <li><a href="libs/graph/doc/dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></a> now uses a relaxed heap&nbsp;[<A
   HREF="libs/graph/doc/bibliography.html#driscoll88">61</A>] as its priority queue, improving its complexity to <em>O(V log V)</em> and improving real-world performance for larger graphs.</li>
+                            <li><a href="libs/graph/doc/read_graphviz.html"><code>read_graphviz</code></a> now has a new, Spirit-based parser that works for all graph types and supports arbitrary properties on the graph, from Ron Garcia. The old, Bison-based GraphViz reader has been deprecated and will be removed in a future Boost release.</li>
                             <li>See the <a href="libs/graph/doc/history.html#by-version">history</a> for additional changes and bug fixes.</li>
                             </ul></li>
 

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit b02d2011a899150e694639e526425b8245875900
+Subproject commit a6f984b406110304050d584157b362c136d87e58

粤ICP备19079148号