Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/doc/users.html @ 30

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

updated boost from 1_33_1 to 1_34_1

File size: 2.2 KB
Line 
1<html>
2<!--
3  -- Copyright (c) 2002 Trustees of Indiana University
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<title>Boost Graph Library Users</title>
10<body BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" 
11        ALINK="#ff0000"> 
12<img SRC="../../../boost.png" 
13     ALT="C++ Boost" width="277" height="86"> 
14<br clear>
15
16<h1>Boost Graph Library Users</h1>
17
18<p>This is a list of people, projects, courses, companies, and other
19languages that are using the Boost Graph Library in some way, shape,
20or form.</p>
21
22<p>If you are using the BGL and want to be listed here, please send
23  mail to the Boost Users mailing list!</p>
24
25<ul>
26  <li><a href="http://www.cs.rpi.edu/~musser/gsd/">Generic Software Design Course at RPI</a></li>
27  <li><a href="http://alps.comp-phys.org/">The ALPS quantum mechanics project</a></li>
28  <li><a href="http://bioinformatics.icmb.utexas.edu/lgl/">Large Graph Layout</a> at
29  University of Texas</li>
30   <li><a href="http://www.cs.concordia.ca/~gregb/home/c691R-w2004.html">
31     Bioinformatics Algorithms at Concordia University</a></li>
32  <li><a href="http://photon.poly.edu/~hbr/cs903/">Algorithm Course at Polytechnic University in Brooklyn</a></li>
33  <li><a href="http://www.bioconductor.org/repository/devel/vignette/RBGL.pdf">
34     BGL interface for language R.</a></li>
35  <li><a href="http://www.cuj.com/documents/s=8470/cuj0307tan/">CUJ Article about Electronic Design Automation</a></li>
36  <li><a href="http://rubyforge.org/projects/rgl/">A BGL-inspired Ruby Graph Library</a></li>
37  <li><a href="http://www.codeproject.com/cs/miscctrl/quickgraph.asp">A BGL-inspired C# Graph Library</a></li>
38  <li><a href="http://map1.squeakfoundation.org/sm/package/5729d80a-822b-4bc2-9420-ef7ecaea8553">A BGL-inspired Squeak (Smalltalk) Graph Library</a></li>
39  <li><a href="http://www.datasim.nl/education/coursedetails.asp?coursecategory=CPP&coursecode=ADCPP">BGL course at DataSim</a></li>
40  <li><a href="http://www.vrjuggler.org/">VR Juggler: Virtual Reality Tools</a></li>
41  <li><a href="http://hyperworx.org">Hyperworx Platform Project</a></li>
42</ul>
43
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.