
26 Oct
2011
26 Oct
'11
7:03 p.m.
On Fri, 2011-10-14 at 15:27 +0200, Christoph wrote:
Hi,
I have some Questions concerning the Boost Graph Library graph template selector VertexList type. In the docs at http://www.boost.org/doc/libs/1_47_0/libs/graph/doc/using_adjacency_list.htm... I just found the two types documented.
1. How do i use the printed_graph (...) with a graph type that uses boost::listS instead of boost::vecS?
[snip] The answer is in the FAQ: 5. Why does the algorithm X work with adjacency_list where VertexList=vecS but not when VertexList=listS? http://www.boost.org/doc/libs/1_47_0/libs/graph/doc/faq.html best regards Christoph