14 Mar
2014
14 Mar
'14
2:37 p.m.
On 13/03/14 19:44, alex wrote:
Yes it looks like disaster, at least it doesn't seem to be a generic solution. I think the generic approach would be to use an (external or internal) edge index map. So you could do auto index = get(my_index_map, *ei);
Thanks for your clarification and help, I've now switched to boost::get(boost::edge_index, graph, *edgeiterator). Thank you!