16 Dec
2010
16 Dec
'10
1:14 a.m.
On Wed, 15 Dec 2010, Shaun Jackman wrote:
Hi,
Is there a function to count the number of edges between two vertices (u,v)? In the case of parallel edges, this function could return values larger than one.
Try getting edge_range(u, v, g) and using std::distance on that. -- Jeremiah Willcock