April 13, 2013
Library dependency calculations will be generated soon, please check back later.
This is an older version of Boost and was released in 2013. The current version is 1.89.0.
March 9th, 2001 12:00 GMT
operator
== for adjacency_list::edge_descriptor
to improve semantics for multigraphs. Moved adjacency_iterator_generator
from namespace detail to
boost and added documentation.
Renamed dynamic_components() to incremental_components(),
better matching graph literature terminology. Cleaned up interface of connected_components() and created separate strong_components()
function using Tarjan's more efficient algorithm. Fixed documentation figures
for adjacency_list
and adjacency_matrix.
Added docs for cuthill_mckee_ordering()
algorithm.