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.
-template <class IncidenceGraph, class DFSVisitor, class ColorMap> +template <class IncidenceGraph, class DFSVisitor, class ColorMap> void depth_first_visit(IncidenceGraph& g, typename graph_traits<IncidenceGraph>::vertex_descriptor s, DFSVisitor& vis, ColorMap color) -template <class IncidenceGraph, class DFSVisitor, class ColorMap, +template <class IncidenceGraph, class DFSVisitor, class ColorMap, class TerminatorFunc> void depth_first_visit(IncidenceGraph& g, typename graph_traits<IncidenceGraph>::vertex_descriptor s, diff --git a/doc/dijkstra_shortest_paths.html b/doc/dijkstra_shortest_paths.html index ba59d342..d907d04f 100644 --- a/doc/dijkstra_shortest_paths.html +++ b/doc/dijkstra_shortest_paths.html @@ -56,7 +56,7 @@ algorithm for the case when some edge weights are negative. Use breadth-first search instead of Dijkstra's algorithm when all edge weights are equal to one. For the definition of the shortest-path problem see Section Shortest-Paths +HREF="graph_theory_review.html#sec:shortest-paths-algorithms">Shortest-Paths Algorithms for some background to the shortest-path problem. diff --git a/doc/graph_theory_review.html b/doc/graph_theory_review.html index ca4ecc22..65823bbb 100644 --- a/doc/graph_theory_review.html +++ b/doc/graph_theory_review.html @@ -29,7 +29,7 @@ the reader has some previous acquaintance with graph algorithms, this chapter should be enough to get started. If the reader has no previous background in graph algorithms we suggest a more thorough introduction such as Introduction to Algorithms +href="http://toc.lcs.mit.edu/~clr/">Introduction to Algorithms by Cormen, Leiserson, and Rivest.diff --git a/doc/kruskal_min_spanning_tree.html b/doc/kruskal_min_spanning_tree.html index ae17be96..b8554c63 100644 --- a/doc/kruskal_min_spanning_tree.html +++ b/doc/kruskal_min_spanning_tree.html @@ -95,7 +95,7 @@ IN: const Graph& g IN: OutputIterator spanning_tree_edgesdiff --git a/doc/incremental_components.html b/doc/incremental_components.html index 752cb6d0..bbac574d 100644 --- a/doc/incremental_components.html +++ b/doc/incremental_components.html @@ -35,7 +35,7 @@ the situation where edges are both added and removed from the graph, hence it is called incremental[42] (and not fully dynamic). The disjoint-sets class is described in Section Disjoint Sets. +HREF="../disjoint_sets/disjoint_sets.html">Disjoint Sets.
The following five operations are the primary functions that you will diff --git a/doc/inv_adjacency_iterator.html b/doc/inv_adjacency_iterator.html index 02c1cb59..be851a16 100644 --- a/doc/inv_adjacency_iterator.html +++ b/doc/inv_adjacency_iterator.html @@ -37,7 +37,7 @@ namespace boost { template <class Graph, class VertexDescriptor, class InEdgeIter> class inv_adjacency_iterator_generator { public: - typedef iterator_adaptor<...> type; + typedef iterator_adaptor<...> type; }; }
The edges of the minimum spanning tree are output to this Output + href="http://www.sgi.com/tech/stl/OutputIterator.html">Output Iterator.
Python: This parameter is not used in Python. Instead, a diff --git a/doc/layout_tolerance.html b/doc/layout_tolerance.html index 67a13147..fa01ca9a 100644 --- a/doc/layout_tolerance.html +++ b/doc/layout_tolerance.html @@ -1,6 +1,6 @@Struct template layout_tolerance
Home Libraries People FAQ More Struct template layout_tolerance
boost::layout_tolerance — Determines when to terminate layout of a particular graph based on a given relative tolerance.
Synopsis
template<typename T = double> struct layout_tolerance { - // construct/copy/destruct + // construct/copy/destruct layout_tolerance(const T & = T(0.001)); // public member functions diff --git a/doc/publications.html b/doc/publications.html index 81e243b0..cd612dae 100644 --- a/doc/publications.html +++ b/doc/publications.html @@ -26,8 +26,8 @@- Dr. Dobb's Sept. 2000 Article
- OOPSLA'99 GGCL Paper
- Lie-Quan Lee's Master's Thesis about GGCL(ps) (pdf)
-- Dietmar Kühl's Master's Thesis: Design Pattern for the Implementation of Graph Algorithms
-- ISCOPE'99 Sparse Matrix Ordering (pdf)
+- Dietmar Kühl's Master's Thesis: Design Pattern for the Implementation of Graph Algorithms
+- ISCOPE'99 Sparse Matrix Ordering (pdf)
- C++ Template Workshop 2000, Concept Checking
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, 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)