Hello,
I'm boost newbie and have some problems with write_graphviz function.
I've already asked this question but perhaps with bad subject so i
try again. Sorry if you read this second time.
In write_graphviz function documentation I can read that
PropertyWriter can be used for print both: interior and exterior
properties for each vertex of a graph into the graphviz format file. I
can find some example of printing graph properties stored in property
maps, for example calling:
write_graphviz(std::cout, g, make_label_writer(name));
when the graph have 'name' property map.
but how to do that when storing properies as bundled properies?
I defined following graph:
typedef adjacency_list