Hi,

On 08/03/2013 11:33 AM, Tasos Varoudis wrote:
> Hi all,
>
> Has anyone build (maybe it needs some minor modifications) and used
> graph-tool with C++ code directly? Similar to a BGL wrapper for
> example.

It is relatively easy to extend graph-tool with additional algorithms
written in C++. I'm planning to document this whenever I find some free
time.

However, If you want to use the existing algorithms in C++ code, then
there is no interface available, other than to use the template
functions directly from the header files. Most functions make very few
assumptions about the underlying graph structures, so you should be able
to use them with the usual BGL graphs without a problem.

Cheers,
Tiago

-- 
Tiago de Paula Peixoto <[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to