31 Aug
2007
31 Aug
'07
9:27 p.m.
On Friday 31 August 2007 14:50, Daniel Wallin wrote:
I want to find out if an edge is in the graph:
typedef typename boost::graph_traits
:: edge_descriptor_type edge; edge e; bool present; boost::tie(e, present) = edge(v1, v2, my_graph);
^^^^
I think you want to use boost::edge() here, rather than creating an edge_descriptor.
Ha! Scoping strikes again! Don't you just hate Thursdays? Thank goodness for Labor Day... -Dave