mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Support for graph properties in read_graphviz for BGL.
[SVN r36267]
This commit is contained in:
parent
54864087bf
commit
2a6b61b1d6
1 changed files with 9 additions and 0 deletions
|
@ -338,6 +338,15 @@
|
|||
dijkstra_shortest_paths</tt></a> now calls
|
||||
<tt>vis.initialize_vertex</tt> for each vertex
|
||||
during initialization.</li>
|
||||
|
||||
<li><tt>read_graphviz</tt> now provides
|
||||
support for graph properties. WARNING: This
|
||||
may result in exceptions if the
|
||||
supplied property maps do not account
|
||||
for graph properties. See the example
|
||||
use <a href=
|
||||
"libs/graph/doc/read_graphviz.html">
|
||||
here</a>.</li>
|
||||
|
||||
<li>See the <a href=
|
||||
"libs/graph/doc/history.html#1.34.0">complete
|
||||
|
|
Loading…
Add table
Reference in a new issue