29 Nov
2004
29 Nov
'04
3:17 p.m.
TC MA wrote:
G[source(*first, G)].y << " joins " << G[target(*first, G)].x << "," << G[target(*first, G)].y << " weight " << G[edge(*first)].weight << endl; ++first;
What's the 'edge' function and why do you call it? What about just '*first', which gives you an edge_description already? - Volodya