1 | <html> |
---|
2 | <head> |
---|
3 | <title>Boost Graph Library: Python Bindings (Experimental)</title> |
---|
4 | <script language="JavaScript" type="text/JavaScript"> |
---|
5 | <!-- |
---|
6 | function address(host, user) { |
---|
7 | var atchar = '@'; |
---|
8 | var thingy = user+atchar+host; |
---|
9 | thingy = '<a hre' + 'f=' + "mai" + "lto:" + thingy + '>' + user+atchar+host + '</a>'; |
---|
10 | document.write(thingy); |
---|
11 | } |
---|
12 | //--> |
---|
13 | </script> |
---|
14 | </head> |
---|
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 | <h1><img src="figs/python.gif" alt="(Python)"/>Boost Graph Library: Python Bindings (<b>Experimental</b>)</h1> |
---|
20 | <p>The Boost Graph Library offers a wealth of graph algorithms and |
---|
21 | data types for C++. These algorithms are flexible and efficient, |
---|
22 | but the mechanisms employed to achieve this goal can result in |
---|
23 | long compile times that slow the development cycle.</p> |
---|
24 | |
---|
25 | <p>The Python bindings are build using the <a |
---|
26 | href="../../python/doc/index.html">Boost.Python</a> library. The bindings are |
---|
27 | meant to strike a balance of usability, flexibility, and |
---|
28 | efficiency, making it possible to rapidly develop useful systems |
---|
29 | using the BGL in Python.</p> |
---|
30 | |
---|
31 | <p>The Python bindings for the BGL are now part of a <a |
---|
32 | href="http://www.osl.iu.edu/~dgregor/bgl-python/">separate |
---|
33 | project</a>. They are no longer available within the Boost |
---|
34 | tree.</p> |
---|
35 | <HR> |
---|
36 | <TABLE> |
---|
37 | <TR valign=top> |
---|
38 | <TD nowrap>Copyright © 2005</TD><TD> |
---|
39 | <A HREF="../../../people/doug_gregor.html">Doug Gregor</A>, Indiana University (<script language="Javascript">address("cs.indiana.edu", "dgregor")</script>)<br> |
---|
40 | <A HREF=http://www.osl.iu.edu/~lums>Andrew Lumsdaine</A>, |
---|
41 | Indiana University (<script language="Javascript">address("osl.iu.edu", "lums")</script>) |
---|
42 | </TD></TR></TABLE> |
---|
43 | </body> |
---|
44 | </html> |
---|