diff --git a/doc/BellmanFordVisitor.html b/doc/BellmanFordVisitor.html index 58958e87..addf198b 100644 --- a/doc/BellmanFordVisitor.html +++ b/doc/BellmanFordVisitor.html @@ -156,6 +156,7 @@ when there is a negative cycle in the graph.
  • bellman_visitor +

    Python

    To implement a model of the BellmanFordVisitor concept in Python, diff --git a/doc/DFSVisitor.html b/doc/DFSVisitor.html index 031777db..4058a6ab 100644 --- a/doc/DFSVisitor.html +++ b/doc/DFSVisitor.html @@ -174,6 +174,7 @@ all the out-edges of u have been examined.
  • dfs_visitor +

    Python

    To implement a model of the DFSVisitor concept in Python, diff --git a/doc/DijkstraVisitor.html b/doc/DijkstraVisitor.html index 994ef140..5f5586cc 100644 --- a/doc/DijkstraVisitor.html +++ b/doc/DijkstraVisitor.html @@ -184,6 +184,7 @@ search tree and all of the adjacent vertices have been discovered
  • dijkstra_visitor +

    Python

    To implement a model of the DijkstraVisitor concept in Python, diff --git a/doc/adjacency_iterator.html b/doc/adjacency_iterator.html index b82a9788..d1adc438 100644 --- a/doc/adjacency_iterator.html +++ b/doc/adjacency_iterator.html @@ -35,7 +35,7 @@ namespace boost { template <class Graph, class VertexDescriptor, class OutEdgeIter> class adjacency_iterator_generator { public: - typedef iterator_adaptor<...> type; + typedef iterator_adaptor<...> type; }; } diff --git a/doc/breadth_first_search.html b/doc/breadth_first_search.html index 0aab22c9..c99ba3c8 100644 --- a/doc/breadth_first_search.html +++ b/doc/breadth_first_search.html @@ -242,7 +242,7 @@ UTIL: buffer(Buffer& Q) Default: boost::queue
    Python: The buffer must derive from the Buffer type for the graph. + href="./Buffer.html">Buffer type for the graph. diff --git a/doc/breadth_first_visit.html b/doc/breadth_first_visit.html index 481ab38f..d7bda494 100644 --- a/doc/breadth_first_visit.html +++ b/doc/breadth_first_visit.html @@ -113,7 +113,7 @@ UTIL: buffer(Buffer& Q) Default: boost::queue
    Python: The buffer must derive from the Buffer type for the graph. + href="./Buffer.html">Buffer type for the graph. diff --git a/doc/challenge.html b/doc/challenge.html index 8bb707b5..19b1f839 100644 --- a/doc/challenge.html +++ b/doc/challenge.html @@ -26,9 +26,9 @@ diff --git a/doc/sloan_start_end_vertices.htm b/doc/sloan_start_end_vertices.htm index 22d7dcf0..ffffbec8 100755 --- a/doc/sloan_start_end_vertices.htm +++ b/doc/sloan_start_end_vertices.htm @@ -68,10 +68,10 @@ For version 1: See example/sloan_ordering.cpp.

    See Also

    -

    sloan_start_end_vertices, +

    sloan_start_end_vertices, bandwidth, profile, - wavefront and +href="http://www.boost.org/libs/graph/doc/bandwidth.html">bandwidth, profile, + wavefront and degree_property_map in boost/graph/properties.hpp.

    [1] S. W. Sloan, An algorithm for profile and wavefront reduction of sparse matrices, Int. j. numer. methods eng., 23, 239 - 251 (1986)