
29 Nov
2006
29 Nov
'06
5:54 p.m.
Peter Palotas schrieb:
My first attempt was to use a simple map outside of the graph, mapping my custom property to a vertex_descriptor, but since the vertex_descriptors seem to change as vertices are inserted and removed
Yeah, it's like that when you're using vecS storage ... With listS, insertion and removal should leave vertex descriptors intact.