Source of Boost Graph Library
Please can anyone tell me where to find the source files for the Boost Graph Library? I downloaded boost_1_31_0.tar.gz and expected to find the source files in boost-1.31.0/libs/graph/src, but the only files there are for something called graphviz.
Hi Jonathan, The vast majority of the BGL is in header files (because it is a template library). Thus, you need to look in this subdirectory for the code: boost/graph Cheers, Jeremy On Jul 14, 2004, at 8:50 AM, JONATHAN JAMES HITCHCOCK wrote:
Please can anyone tell me where to find the source files for the Boost Graph Library?
I downloaded boost_1_31_0.tar.gz and expected to find the source files in boost-1.31.0/libs/graph/src, but the only files there are for something called graphviz.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________
Jeremy Siek
JONATHAN JAMES HITCHCOCK wrote:
Please can anyone tell me where to find the source files for the Boost Graph Library?
I downloaded boost_1_31_0.tar.gz and expected to find the source files in boost-1.31.0/libs/graph/src, but the only files there are for something called graphviz.
Try boost/graph -- the BGL is mostly template code in headers. - Volodya
Look in <boostdir>/boost/graph. On Wed, 14 Jul 2004 14:50:52 +0100, JONATHAN JAMES HITCHCOCK <99151935@luton.ac.uk> wrote:
Please can anyone tell me where to find the source files for the Boost Graph Library?
I downloaded boost_1_31_0.tar.gz and expected to find the source files in boost-1.31.0/libs/graph/src, but the only files there are for something called graphviz.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Caleb Epstein caleb.epstein@gmail.com
participants (4)
-
Caleb Epstein
-
Jeremy Graham Siek
-
JONATHAN JAMES HITCHCOCK
-
Vladimir Prus