
16 Dec
2008
16 Dec
'08
3:56 p.m.
Hi,
For example: How to add on-the-fly, temporary, properties to edges/vertices
I believe that vector_property_map will work for you, at least for vertices. The same goes for edges, on the condition provided you have added an identifier property map to your graph.
Second problem: My graph has heterogeneous vertices - two different types.
I have had to solve the same problem. I am rather happy using Boost.Variant to address that issue. Good luck ! BenoƮt Casoetto