
21 Feb
2008
21 Feb
'08
10:57 p.m.
Hi, is there a simple possibility to find a vertex in a adjacency_list graph by the vertex_index_t property? My uninspired way would be to build a map<int, vertex_descriptor> but there might be something more elegant. Cheers, Torsten