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