|
|
@@ -141,6 +141,13 @@
|
|
|
href="libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy_atun_layout</tt></a>,
|
|
|
from Jeremiah Willcock and Doug Gregor of
|
|
|
Indiana University.</li>
|
|
|
+ <li><a href="libs/graph/doc/king_ordering.html"><tt>king_ordering</tt></a>, from
|
|
|
+ D. Kevin McGrath of Indiana University.</li>
|
|
|
+ <li><a
|
|
|
+ href="libs/graph/doc/cuthill_mckee_ordering.html"><tt>cuthill_mckee_ordering</tt></a>
|
|
|
+ has been recast as an invocation of
|
|
|
+ <tt>breadth_first_search</tt> and now supports graphs with
|
|
|
+ multiple components.</li>
|
|
|
<li><a href="libs/graph/doc/dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></a> now uses a relaxed heap [<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. <a href="libs/graph/doc/write-graphviz.html"><code>write_graphviz</code></a> also supports dynamic properties.</li>
|