6 Jan
2012
6 Jan
'12
10:30 p.m.
On Tue, 3 Jan 2012, Alex Hagen-Zanker wrote:
On 23/12/2011 14:44, Jeremiah Willcock wrote:
On Thu, 22 Dec 2011, Alex Hagen-Zanker wrote:
I hope I am right in using detail::reverse_graph_edge_property_map as a reversed edge wrapper around my existing edge_property_maps. For use with some property maps it did require me to add a default constructor and const reference operator[](key) const {} though. The reverse_graph_edge_property_map class is in fact internal; see the documentation for how to get that map in an "official" way.
Could you maybe point me to the right place in the documentation?
Look for edge_underlying in URL:https://svn.boost.org/svn/boost/trunk/libs/graph/doc/reverse_graph.html. -- Jeremiah Willcock