13 Oct
2011
13 Oct
'11
9:35 a.m.
On Wed, 2011-10-12 at 14:56 -0400, Jeremiah Willcock wrote:
On Wed, 12 Oct 2011, Christoph wrote:
Hi,
i would like to use the bundled properties feature of the boost graph library to specify the vertex properties of my graph. The problem is that i would like to have some graph type dependent descriptor type map defined within these vertex properties. [...] You can use the adjacency_list_traits class for that; see URL:http://www.boost.org/doc/libs/1_47_0/libs/graph/doc/adjacency_list_trait... for details.
This is exactly the answer to my problem. Thank you for your assistance. best regards Christoph