Boost logo

Boost Users :

Subject: Re: [Boost-users] [Graph] Guarantee on bidirectional graphs
From: Sensei (senseiwa_at_[hidden])
Date: 2014-03-14 10:37:29


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);
>
> http://lists.boost.org/boost-users/2010/04/57922.php

Thanks for your clarification and help, I've now switched to
boost::get(boost::edge_index, graph, *edgeiterator).

Thank you!


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net