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