How to fit a custom graph to the boost graph library template?

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-06-14T18:00:36Z Indexed on 2010/06/14 18:22 UTC
Read the original article Hit count: 287

I'm rusty on C++ templates and I'm using the boost graph library (a fatal combination). I've searched the web and can't find any direct instructions on how to take a custom graph structure and fit enough of it to BGL (boost graph library) that I can use boosts graph traversing algorithms. Anyone familiar enough with the library to help me out?

© Stack Overflow or respective owner

Related posts about c++

Related posts about templates