Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/graph/doc/acknowledgements.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 2.9 KB
Line 
1<HTML>
2<!--
3  -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
4  --
5  -- Permission to use, copy, modify, distribute and sell this software
6  -- and its documentation for any purpose is hereby granted without fee,
7  -- provided that the above copyright notice appears in all copies and
8  -- that both that copyright notice and this permission notice appear
9  -- in supporting documentation.  We make no
10  -- representations about the suitability of this software for any
11  -- purpose.  It is provided "as is" without express or implied warranty.
12  -->
13<Head>
14<Title>Boost Graph Library: Acknowledgements</Title>
15<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" 
16        ALINK="#ff0000"> 
17<IMG SRC="../../../boost.png" 
18     ALT="C++ Boost" width="277" height="86"> 
19
20<BR Clear>
21
22
23<h1>Acknowledgements</h1>
24
25We owe many debts of thanks to a number of individuals who both
26inspired and encouraged us in developing the Boost Graph Library.
27
28<p>
29A most profound thanks goes to Alexander Stepanov for his pioneering
30work in generic programming, for his encouragement, and for his
31algorithm contributions to the BGL.  We thank Matthew Austern for his
32work on documenting the concepts of STL which provided a foundation
33for creating the concepts in the BGL. We thank Dietmar K&uuml;hl for
34his work on generic graph algorithms and design patterns; especially
35for the property map abstraction.
36
37<p>
38Dave Abrahams, Jens Maurer, Beman Dawes, Gary Powell, Greg Colvin,
39Valentin Bonnard, and the rest of the group at Boost provided valuable
40input to the BGL interface, numerous suggestions for improvement,
41proof reads of the documentation, and help with polishing the code.  A
42special thanks to Dave Abrahams for managing the formal review.
43
44<p>
45We also thank the following BGL users whose questions helped to
46improve the BGL: Gordon Woodhull, Dave Longhorn, Joel Phillips, and
47Edward Luke.
48
49<p>
50A special thanks to Jeffrey Squyres for editing and proof reading
51of the documentation.
52
53<p>
54Our original work on the Boost Graph Library was supported in part by
55NSF grant ACI-9982205 and by the Director, Office of Science, Division
56of Mathematical, Information, and Computational Sciences of the U.S.
57Department of Energy under contract number DE-AC03-76SF00098.
58<p>
59In our work we also used resources of the National Energy Research
60Scientific Computing Center, which is supported by the Office of
61Science of the U.S. Department of Energy.
62
63
64
65<br>
66<HR>
67<TABLE>
68<TR valign=top>
69<TD nowrap>Copyright &copy 2000-2001</TD><TD>
70<A HREF="../../../people/jeremy_siek.htm">Jeremy Siek</A>,
71Indiana University (<A
72HREF="mailto:jsiek@osl.iu.edu">jsiek@osl.iu.edu</A>)<br>
73<A HREF="../../../people/liequan_lee.htm">Lie-Quan Lee</A>, Indiana University (<A HREF="mailto:llee@cs.indiana.edu">llee@cs.indiana.edu</A>)<br>
74<A HREF=http://www.osl.iu.edu/~lums>Andrew Lumsdaine</A>,
75Indiana University (<A
76HREF="mailto:lums@osl.iu.edu">lums@osl.iu.edu</A>)
77</TD></TR></TABLE>
78
79</BODY>
80</HTML> 
Note: See TracBrowser for help on using the repository browser.