Merge in Boost.Graph changes from RC_1_34_0 branch

[SVN r40813]
This commit is contained in:
Douglas Gregor 2007-11-05 21:43:24 +00:00
parent c09b24159b
commit 23ca414964
151 changed files with 620 additions and 1424 deletions

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) 2004 Kris Beevers -- Copyright (c) 2004 Kris Beevers
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: AStarHeuristic</Title> <Title>Boost Graph Library: AStarHeuristic</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) 2004 Kris Beevers -- Copyright (c) 2004 Kris Beevers
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: AStarVisitor</Title> <Title>Boost Graph Library: AStarVisitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>AdjacencyGraph</Title> <Title>AdjacencyGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>AdjacencyMatrix</Title> <Title>AdjacencyMatrix</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: BFSVisitor</Title> <Title>Boost Graph Library: BFSVisitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>BasicMatrix</Title> <Title>BasicMatrix</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Bellman Ford Visitor</Title> <Title>Boost Graph Library: Bellman Ford Visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Bidirectional</Title> <Title>Bidirectional</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Buffer</Title> <Title>Buffer</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: ColorValue Concept</Title> <Title>Boost Graph Library: ColorValue Concept</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>DFS Visitor</Title> <Title>DFS Visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Dijkstra Visitor</Title> <Title>Boost Graph Library: Dijkstra Visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>EdgeListGraph</Title> <Title>EdgeListGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2001 -- Copyright (c) Jeremy Siek 2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Edge Mutable Graph</Title> <Title>Edge Mutable Graph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: EventVisitor</Title> <Title>Boost Graph Library: EventVisitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: EventVisitorList</Title> <Title>Boost Graph Library: EventVisitorList</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Graph</Title> <Title>Graph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>IncidenceGraph</Title> <Title>IncidenceGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>IteratorConstructibleGraph</Title> <Title>IteratorConstructibleGraph</Title>

View File

@ -1,3 +1,9 @@
# Copyright (c) 2002 Trustees of Indiana University
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
DVIPS = dvips DVIPS = dvips
LATEX = latex LATEX = latex

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2001 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Monoid</Title> <Title>Monoid</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>MutableGraph</Title> <Title>MutableGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>MutablePropertyGraph</Title> <Title>MutablePropertyGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>PropertyGraph</Title> <Title>PropertyGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Property</Title> <Title>Property</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>VertexAndEdgeListGraph</Title> <Title>VertexAndEdgeListGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>VertexListGraph</Title> <Title>VertexListGraph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2001 -- Copyright (c) Jeremy Siek 2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Vertex Mutable Graph</Title> <Title>Vertex Mutable Graph</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Acknowledgements</Title> <Title>Boost Graph Library: Acknowledgements</Title>

View File

@ -1,4 +1,11 @@
<html> <html>
<!--
-- Copyright (c) Jeremy Siek 2000
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Adjacency List</Title> <Title>Boost Graph Library: Adjacency List</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Graph Traits</Title> <Title>Boost Graph Library: Graph Traits</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Adjacency Matrix</Title> <Title>Boost Graph Library: Adjacency Matrix</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) 2004 Kris Beevers -- Copyright (c) 2004 Kris Beevers
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: astar_heuristic</Title> <Title>Boost Graph Library: astar_heuristic</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) 2004 Kris Beevers -- Copyright (c) 2004 Kris Beevers
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: A* Heuristic Search</Title> <Title>Boost Graph Library: A* Heuristic Search</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) 2004 Kris Beevers -- Copyright (c) 2004 Kris Beevers
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: astar_visitor</Title> <Title>Boost Graph Library: astar_visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Bandwidth</Title> <Title>Boost Graph Library: Bandwidth</Title>

View File

@ -1,4 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<html> <html>
<head> <head>
<meta name="generator" content= <meta name="generator" content=

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Bellman Ford Shortest Paths</Title> <Title>Bellman Ford Shortest Paths</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: bellman_visitor</Title> <Title>Boost Graph Library: bellman_visitor</Title>

View File

@ -1,5 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head> <head>
<title>Boost Graph Library: Brandes' Betweenness Centrality</title> <title>Boost Graph Library: Brandes' Betweenness Centrality</title>
</head> </head>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: bfs_visitor</Title> <Title>Boost Graph Library: bfs_visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Named Parameters</Title> <Title>Boost Graph Library: Named Parameters</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Bibliography</Title> <Title>Boost Graph Library: Bibliography</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000, 2001 -- Copyright (c) Jeremy Siek 2000, 2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Breadth-First Search</Title> <Title>Boost Graph Library: Breadth-First Search</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000, 2001 -- Copyright (c) Jeremy Siek 2000, 2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Breadth-First Visit</Title> <Title>Boost Graph Library: Breadth-First Visit</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Challenge</Title> <Title>Challenge</Title>

View File

@ -1,4 +1,11 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Function template circle_graph_layout</title></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table cellpadding="2" width="100%"><td valign="top"><img src="../../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td><td align="center"><a href="../../../index.htm">Home</a></td><td align="center"><a href="../../libraries.htm">Libraries</a></td><td align="center"><a href="../../../people/people.htm">People</a></td><td align="center"><a href="../../../more/faq.htm">FAQ</a></td><td align="center"><a href="../../../more/index.htm">More</a></td></table><hr><div class="refentry" lang="en"><a name="id103562-bb"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><img src="figs/python.gif" alt="(Python)"/><span class="refentrytitle">Function template circle_graph_layout</span></h2><p>boost::circle_graph_layout &#8212; Layout the graph with the vertices at the points of a regular n-polygon. </p></div><h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2><div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"> <html><!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Function template circle_graph_layout</title></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table cellpadding="2" width="100%"><td valign="top"><img src="../../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td><td align="center"><a href="../../../index.htm">Home</a></td><td align="center"><a href="../../libraries.htm">Libraries</a></td><td align="center"><a href="../../../people/people.htm">People</a></td><td align="center"><a href="../../../more/faq.htm">FAQ</a></td><td align="center"><a href="../../../more/index.htm">More</a></td></table><hr><div class="refentry" lang="en"><a name="id103562-bb"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><img src="figs/python.gif" alt="(Python)"/><span class="refentrytitle">Function template circle_graph_layout</span></h2><p>boost::circle_graph_layout &#8212; Layout the graph with the vertices at the points of a regular n-polygon. </p></div><h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2><div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis">
<span class="bold"><b>template</b></span>&lt;<span class="bold"><b>typename</b></span> VertexListGraph, <span class="bold"><b>typename</b></span> PositionMap, <span class="bold"><b>typename</b></span> Radius&gt; <span class="bold"><b>template</b></span>&lt;<span class="bold"><b>typename</b></span> VertexListGraph, <span class="bold"><b>typename</b></span> PositionMap, <span class="bold"><b>typename</b></span> Radius&gt;
  <span class="type"><span class="bold"><b>void</b></span></span> circle_graph_layout(<span class="bold"><b>const</b></span> VertexListGraph &amp; g, PositionMap position,   <span class="type"><span class="bold"><b>void</b></span></span> circle_graph_layout(<span class="bold"><b>const</b></span> VertexListGraph &amp; g, PositionMap position,
                           Radius radius);</pre></div><div class="refsect1" lang="en"><a name="id821794"></a><h2>Where Defined</h2><a href="../../../boost/graph/circle_layout.hpp">boost/graph/circle_layout.hpp</a><h2>Description</h2><p>The distance from the center of the polygon to each point is determined by the <tt class="computeroutput">radius</tt> parameter. The <tt class="computeroutput">position</tt> parameter must be an Lvalue Property Map whose value type is a class type containing <tt class="computeroutput">x</tt> and <tt class="computeroutput">y</tt> members that will be set to the <tt class="computeroutput">x</tt> and <tt class="computeroutput">y</tt> coordinates.                            Radius radius);</pre></div><div class="refsect1" lang="en"><a name="id821794"></a><h2>Where Defined</h2><a href="../../../boost/graph/circle_layout.hpp">boost/graph/circle_layout.hpp</a><h2>Description</h2><p>The distance from the center of the polygon to each point is determined by the <tt class="computeroutput">radius</tt> parameter. The <tt class="computeroutput">position</tt> parameter must be an Lvalue Property Map whose value type is a class type containing <tt class="computeroutput">x</tt> and <tt class="computeroutput">y</tt> members that will be set to the <tt class="computeroutput">x</tt> and <tt class="computeroutput">y</tt> coordinates.

View File

@ -1,5 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<!--
-- Copyright (c) 2005 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head> <head>
<title>Compressed Sparse Row Graph</title> <title>Compressed Sparse Row Graph</title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000-2001 -- Copyright (c) Jeremy Siek 2000-2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Connected Components</Title> <Title>Boost Graph Library: Connected Components</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Constructing Graph Algorithms</Title> <Title>Boost Graph Library: Constructing Graph Algorithms</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Copy Graph</Title> <Title>Boost Graph Library: Copy Graph</Title>

View File

@ -2,13 +2,9 @@
<!-- Copyright (c) Jeremy Siek 2000 --> <!-- Copyright (c) Jeremy Siek 2000 -->
<!-- Permission to use, copy, modify, distribute and sell this software --> -- Distributed under the Boost Software License, Version 1.0.
<!-- and its documentation for any purpose is hereby granted without fee, --> -- (See accompanying file LICENSE_1_0.txt or copy at
<!-- provided that the above copyright notice appears in all copies and --> -- http://www.boost.org/LICENSE_1_0.txt)
<!-- that both that copyright notice and this permission notice appear -->
<!-- in supporting documentation. Silicon Graphics makes no -->
<!-- representations about the suitability of this software for any -->
<!-- purpose. It is provided "as is" without express or implied warranty. -->
<Head> <Head>
<Title>Boost Graph Library: Cuthill-Mckee Ordering</Title> <Title>Boost Graph Library: Cuthill-Mckee Ordering</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Directed Acyclic Graph Shortest Paths</Title> <Title>Boost Graph Library: Directed Acyclic Graph Shortest Paths</Title>

View File

@ -6,6 +6,13 @@
:copyright: This stylesheet has been placed in the public domain. :copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils. Default cascading style sheet for the HTML output of Docutils.
-- Copyright (c) 2005 Trustees of Indiana University
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/ */
.first { .first {

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Depth-First Search</Title> <Title>Boost Graph Library: Depth-First Search</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Depth-First Visit</Title> <Title>Boost Graph Library: Depth-First Visit</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: dfs_visitor</Title> <Title>Boost Graph Library: dfs_visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Dijkstra's Shortest Paths</Title> <Title>Boost Graph Library: Dijkstra's Shortest Paths</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: dijkstra_visitor</Title> <Title>Boost Graph Library: dijkstra_visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: distance_recorder</Title> <Title>Boost Graph Library: distance_recorder</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Edge List Class</Title> <Title>Boost Graph Library: Edge List Class</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Edmunds-Karp Maximum Flow</Title> <Title>Boost Graph Library: Edmunds-Karp Maximum Flow</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2002 -- Copyright (c) Jeremy Siek 2002
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Exceptions</Title> <Title>Boost Graph Library: Exceptions</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: FAQ</Title> <Title>Boost Graph Library: FAQ</Title>

View File

@ -1,4 +1,9 @@
# -*- makefile -*- # -*- makefile -*-
# Copyright (c) 2002 Trustees of Indiana University
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
.SUFFIXES: .fig .gif .tif .jpeg .SUFFIXES: .fig .gif .tif .jpeg

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>File Dependency Example</Title> <Title>File Dependency Example</Title>
@ -105,7 +101,7 @@ list of files and to set-up the dependencies. We use the
<TT>adjacency_list</TT> class to represent the graph. The <TT>adjacency_list</TT> class to represent the graph. The
<TT>vecS</TT> selector means that a <TT>std::vector</TT> will be used <TT>vecS</TT> selector means that a <TT>std::vector</TT> will be used
to represent each edge-list, which provides efficient traversal. The to represent each edge-list, which provides efficient traversal. The
<TT>directedS</TT> selector means we want a directed graph, and the <TT>bidirectionalS</TT> selector means we want a directed graph with access to both the edges outgoing from each vertex and the edges incoming to each vertex, and the
<TT>color_property</TT> attaches a color property to each vertex of the <TT>color_property</TT> attaches a color property to each vertex of the
graph. The color property will be used in several of the algorithms in graph. The color property will be used in several of the algorithms in
the following sections. the following sections.
@ -140,9 +136,8 @@ the following sections.
}; };
using namespace boost; using namespace boost;
typedef adjacency_list&lt;vecS, vecS, directedS, typedef adjacency_list&lt;vecS, vecS, bidirectionalS,
property&lt;vertex_color_t, default_color_type&gt;, property&lt;vertex_color_t, default_color_type&gt;
property&lt;edge_weight_t, int&gt;
&gt; Graph; &gt; Graph;
Graph g(used_by, used_by + sizeof(used_by) / sizeof(Edge), N); Graph g(used_by, used_by + sizeof(used_by) / sizeof(Edge), N);
typedef graph_traits&lt;Graph&gt;::vertex_descriptor Vertex; typedef graph_traits&lt;Graph&gt;::vertex_descriptor Vertex;
@ -208,86 +203,42 @@ earliest time that a file can be built assuming that an unlimited
number of files can be built at the same time? The main criteria for number of files can be built at the same time? The main criteria for
when a file can be built is that all of the files it depends on must when a file can be built is that all of the files it depends on must
already be built. To simplify things for this example, we'll assume already be built. To simplify things for this example, we'll assume
that each file takes 1 time unit to build (even header files). The that each file takes 1 time unit to build (even header files). For
parallel compilation, we can build all of the files corresponding to
vertices with no dependencies, e.g., those that have
an <i>in-degree</i> of 0, in the first step. For all other files, the
main observation for determining the ``time slot'' for a file is that main observation for determining the ``time slot'' for a file is that
the time slot must be one more than the maximum time-slot of the files the time slot must be one more than the maximum time-slot of the files
it depends on. it depends on.
<P> <P>We start be creating a vector <code>time</code> that will store the
This idea of calculating a value based on the previously computed time step at which each file can be built. We initialize every value
values of neighboring vertices is the same idea behind Dijkstra's with time step zero.</p>
single-source shortest paths algorithm (see <a
href="./dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths()</tt></a>). The
main difference between this situation and a shortest-path algorithm
is that we want to use the maximum of the neighbors' values instead of
the minimum. In addition, we do not have a single source
vertex. Instead we will want to treat all vertices with in-degree of
zero as sources (i.e., vertices with no edges coming into them). So we
use Dijkstra's algorithm with several extra parameters instead
of relying on the defaults.
<P>
To use <TT>dijkstra_shortest_paths()</TT>, we must first set up the vertex
and edge properties that will be used in the algorithm. We will need
a time property (replacing the distance property of Dijkstra's
algorithm) and an edge weight property. We will use a
<TT>std::vector</TT> to store the time. The weight property has already
been attached to the graph via a plug-in so here we just declare an
map for the internal weight property.
<P> <P>
<PRE> <PRE>
std::vector&lt;int&gt; time(N, 0); std::vector&lt;int&gt; time(N, 0);
typedef std::vector&lt;int&gt;::iterator Time;
using boost::edge_weight_t;
typedef boost::property_map&lt;Graph, edge_weight_t&gt;::type Weight;
Weight weight = get(edge_weight, g);
</PRE> </PRE>
<P> <p>Now, we want to visit the vertices against in topological order,
The next step is to identify the vertices with zero in-degree which from those files that need to be built first until those that need
will be our ``source'' vertices from which to start the shortest path to be built last. However, instead of printing out the order
searches. The in-degrees can be calculated with the following loop. immediately, we will compute the time step in which each file should
be built based on the time steps of the files it depends on. We
only need to consider those files whose in-degree is greater than
zero.</p>
<P> <pre>
<PRE> for (i = make_order.begin(); i != make_order.end(); ++i) {
std::vector&lt;int&gt; in_degree(N, 0); if (in_degree (*i, g) &gt; 0) {
Graph::vertex_iterator i, iend; Graph::in_edge_iterator j, j_end;
Graph::out_edge_iterator j, jend; int maxdist = 0;
for (boost::tie(i, iend) = vertices(g); i != iend; ++i) for (tie(j, j_end) = in_edges(*i, g); j != j_end; ++j)
for (boost::tie(j, jend) = out_edges(*i, g); j != jend; ++j) maxdist = std::max(time[source(*j, g)], maxdist);
in_degree[target(*j, g)] += 1; time[*i]=maxdist+1;
</PRE> }
}
<P> </pre>
Next we need to define comparison of the &quot;cost&quot;. In this
case we want each file to have a time stamp greater than any of its
predecessors. Therefore we define comparison with the
<TT>std::greater&lt;int&gt;</TT> function object. We also need to
tell the algorithm that we want to use addition to combine time
values, so we use <TT>std::plus&lt;int&gt;</TT>.
<P>
<PRE>
std::greater&lt;int&gt; compare;
std::plus&lt;int&gt; combine;
</PRE>
<P>
We are now ready to call <TT>uniform_cost_search()</TT>. We just
loop through all the vertices in the graph, and invoke the algorithm
if the vertex has zero in-degree.
<P>
<PRE>
for (boost::tie(i, iend) = vertices(g); i != iend; ++i)
if (in_degree[*i] == 0)
boost::dijkstra_shortest_paths(g, *i,
distance_map(&amp;time[0]).
weight_map(weight).
distance_compare(compare).
distance_combine(combine));
</PRE>
<P> <P>
Last, we output the time-slot that we've calculated for each vertex. Last, we output the time-slot that we've calculated for each vertex.

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Filtered Graph</Title> <Title>Boost Graph Library: Filtered Graph</Title>

View File

@ -1,4 +1,11 @@
<HTML> <HTML>
<!--
-- Copyright (c) 2002 Rensselaer Polytechnic Institute
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<Head> <Head>
<Title>Floyd-Warshall All Pairs Shortest Paths</Title> <Title>Floyd-Warshall All Pairs Shortest Paths</Title>
<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"

View File

@ -1,4 +1,12 @@
<HTML> <HTML>
<!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<Head> <Head>
<Title>Boost Graph Library: Fruchterman-Reingold Force-Directed Layout</Title> <Title>Boost Graph Library: Fruchterman-Reingold Force-Directed Layout</Title>
<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Graph Coloring Example</Title> <Title>Graph Coloring Example</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Concepts</Title> <Title>Boost Graph Concepts</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Graph Theory Review</Title> <Title>Boost Graph Library: Graph Theory Review</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Graph Traits</Title> <Title>Boost Graph Library: Graph Traits</Title>

View File

@ -1,4 +1,11 @@
<HTML> <HTML>
<!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<Head> <Head>
<Title>Boost Graph Library: G&uuml;rsoy-Atun Layout</Title> <Title>Boost Graph Library: G&uuml;rsoy-Atun Layout</Title>
<script language="JavaScript" type="text/JavaScript"> <script language="JavaScript" type="text/JavaScript">

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: History</Title> <Title>Boost Graph Library: History</Title>
@ -105,6 +101,7 @@ September 27, 2000.
<li><a href="sorted_erdos_renyi_gen.html"><tt>sorted_erdos_renyi_iterator</tt></a>, from Jeremiah Willcock of Indiana University.</li> <li><a href="sorted_erdos_renyi_gen.html"><tt>sorted_erdos_renyi_iterator</tt></a>, from Jeremiah Willcock of Indiana University.</li>
</ul><br><b>Enhancements</b><br> </ul><br><b>Enhancements</b><br>
<ul> <ul>
<li>Note: the name of the compiled library for GraphViz reading is now called <code>boost_graph</code> rather than <code>bgl-viz</code>.</li>
<li><a href="biconnected_components.html"><tt>biconnected_components</tt></a> now has a visitor parameter and supports named parameters, from Janusz Piwowarski.</li> <li><a href="biconnected_components.html"><tt>biconnected_components</tt></a> now has a visitor parameter and supports named parameters, from Janusz Piwowarski.</li>
<li><a href="adjacency_matrix.html"><tt>adjacency_matrix</tt></a> now models the <a href="BidirectionalGraph.html">Bidirectional Graph</a> concept.</li> <li><a href="adjacency_matrix.html"><tt>adjacency_matrix</tt></a> now models the <a href="BidirectionalGraph.html">Bidirectional Graph</a> concept.</li>
<li><a href="adjacency_list.html"><tt>adjacency_list</tt></a> is now <a href="../../serialization/doc/index.html">Serializable</a>, from Jeremy Siek of Rice University.</li> <li><a href="adjacency_list.html"><tt>adjacency_list</tt></a> is now <a href="../../serialization/doc/index.html">Serializable</a>, from Jeremy Siek of Rice University.</li>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: incident</Title> <Title>Boost Graph Library: incident</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Incremental Connected Components</Title> <Title>Boost Graph Library: Incremental Connected Components</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>The Boost Graph Library</Title> <Title>The Boost Graph Library</Title>

View File

@ -1,4 +1,11 @@
<html> <html>
<!--
-- Copyright (c) 2000 Jeremy Siek
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Isomorphism</Title> <Title>Boost Graph Library: Isomorphism</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Johnson All Pairs Shortest Paths</Title> <Title>Johnson All Pairs Shortest Paths</Title>

View File

@ -1,3 +1,8 @@
# Copyright (c) 2002 Trustees of Indiana University
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
$lastpage = 0; $lastpage = 0;

View File

@ -1,5 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head> <head>
<meta name="generator" content= <meta name="generator" content=
"HTML Tidy for Mac OS X (vers 12 April 2005), see www.w3.org"> "HTML Tidy for Mac OS X (vers 12 April 2005), see www.w3.org">

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Kevin Bacon Example</Title> <Title>Kevin Bacon Example</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
~~ Copyright (c) Jeremy Siek 2000 ~~ Copyright (c) Jeremy Siek 2000
~~ ~~
~~ Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
~~ and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
~~ provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
~~ that both that copyright notice and this permission notice appear
~~ in supporting documentation. Silicon Graphics makes no
~~ representations about the suitability of this software for any
~~ purpose. It is provided "as is" without express or implied warranty.
--> -->

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Known Problems</Title> <Title>Known Problems</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Kruskal Minimum Spanning Tree</Title> <Title>Boost Graph Library: Kruskal Minimum Spanning Tree</Title>

View File

@ -1,4 +1,11 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Struct template layout_tolerance</title></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table cellpadding="2" width="100%"><td valign="top"><img src="../../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td><td align="center"><a href="../../../index.htm">Home</a></td><td align="center"><a href="../../libraries.htm">Libraries</a></td><td align="center"><a href="../../../people/people.htm">People</a></td><td align="center"><a href="../../../more/faq.htm">FAQ</a></td><td align="center"><a href="../../../more/index.htm">More</a></td></table><hr><div class="refentry" lang="en"><a name="struct.boost.layout_tolerance"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><span class="refentrytitle">Struct template layout_tolerance</span></h2><p>boost::layout_tolerance &#8212; Determines when to terminate layout of a particular graph based on a given relative tolerance. </p></div><h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2><div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="bold"><b>template</b></span>&lt;<span class="bold"><b>typename</b></span> T = double&gt; <html><!--
-- Copyright (c) 2004 Trustees of Indiana University
--
-- Distributed under the Boost Software License, Version 1.0.
-- (See accompanying file LICENSE_1_0.txt or copy at
-- http://www.boost.org/LICENSE_1_0.txt)
-->
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Struct template layout_tolerance</title></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table cellpadding="2" width="100%"><td valign="top"><img src="../../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td><td align="center"><a href="../../../index.htm">Home</a></td><td align="center"><a href="../../libraries.htm">Libraries</a></td><td align="center"><a href="../../../people/people.htm">People</a></td><td align="center"><a href="../../../more/faq.htm">FAQ</a></td><td align="center"><a href="../../../more/index.htm">More</a></td></table><hr><div class="refentry" lang="en"><a name="struct.boost.layout_tolerance"></a><div class="titlepage"><div></div><div></div></div><div class="refnamediv"><h2><span class="refentrytitle">Struct template layout_tolerance</span></h2><p>boost::layout_tolerance &#8212; Determines when to terminate layout of a particular graph based on a given relative tolerance. </p></div><h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2><div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="bold"><b>template</b></span>&lt;<span class="bold"><b>typename</b></span> T = double&gt;
<span class="bold"><b>struct</b></span> layout_tolerance { <span class="bold"><b>struct</b></span> layout_tolerance {
  <span class="emphasis"><em>// <a href="layout_tolerance.html#layout_toleranceconstruct-copy-destruct">construct/copy/destruct</a></em></span>   <span class="emphasis"><em>// <a href="layout_tolerance.html#layout_toleranceconstruct-copy-destruct">construct/copy/destruct</a></em></span>
  <a href="layout_tolerance.html#id103752-bb">layout_tolerance</a>(<span class="bold"><b>const</b></span> T &amp; = T(0.001));   <a href="layout_tolerance.html#id103752-bb">layout_tolerance</a>(<span class="bold"><b>const</b></span> T &amp; = T(0.001));

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Converting Existing Graphs to BGL</Title> <Title>Boost Graph Library: Converting Existing Graphs to BGL</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Lie-Quan Lee and Jeremy Siek, 2001 -- Copyright (c) Lie-Quan Lee and Jeremy Siek, 2001
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Minimum Degree Ordering</Title> <Title>Boost Graph Library: Minimum Degree Ordering</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: null_visitor</Title> <Title>Boost Graph Library: null_visitor</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: opposite</Title> <Title>Boost Graph Library: opposite</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: predecessor_recorder</Title> <Title>Boost Graph Library: predecessor_recorder</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Jeremy Siek makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Prim Minimum Spanning Tree</Title> <Title>Boost Graph Library: Prim Minimum Spanning Tree</Title>

View File

@ -4,13 +4,9 @@
<META http-equiv=Content-Type content="text/html; charset=windows-1252"><!-- <META http-equiv=Content-Type content="text/html; charset=windows-1252"><!--
-- Copyright (c) Jeremy Siek 2000 -- Copyright (c) Jeremy Siek 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. Silicon Graphics makes no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<META content="MSHTML 6.00.2715.400" name=GENERATOR></HEAD> <META content="MSHTML 6.00.2715.400" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000ee bgColor=#ffffff> <BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000ee bgColor=#ffffff>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Property</Title> <Title>Boost Graph Library: Property</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Property Map Traits</Title> <Title>Boost Graph Library: Property Map Traits</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: property_writer</Title> <Title>Boost Graph Library: property_writer</Title>

View File

@ -2,13 +2,9 @@
<!-- <!--
-- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
-- --
-- Permission to use, copy, modify, distribute and sell this software -- Distributed under the Boost Software License, Version 1.0.
-- and its documentation for any purpose is hereby granted without fee, -- (See accompanying file LICENSE_1_0.txt or copy at
-- provided that the above copyright notice appears in all copies and -- http://www.boost.org/LICENSE_1_0.txt)
-- that both that copyright notice and this permission notice appear
-- in supporting documentation. We make no
-- representations about the suitability of this software for any
-- purpose. It is provided "as is" without express or implied warranty.
--> -->
<Head> <Head>
<Title>Boost Graph Library: Publications</Title> <Title>Boost Graph Library: Publications</Title>

Some files were not shown because too many files have changed in this diff Show More