diff --git a/index.htm b/index.htm index bf9fb7a68f..4f47ad9f83 100644 --- a/index.htm +++ b/index.htm @@ -338,6 +338,15 @@ dijkstra_shortest_paths now calls vis.initialize_vertex for each vertex during initialization. + +
  • read_graphviz 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 + here.
  • See the complete