
30 Jan
2004
30 Jan
'04
3:07 p.m.
Jeremy Siek wrote:
On Jan 30, 2004, at 6:25 AM, Alan Stokes wrote:
As an aside, it's not that obvious from the documentation that adjacency_list supports edge(u, v, g).
It is there... in the Non-Member Functions section of the documentation for adjacency_list.
Ahh, I see it now. Except it says "Returns an edge connecting vertex u to vertex v in graph g." which isn't quite right - it returns a pair, and the edge is only valid if the bool is true. Cheers, Alan