From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-29 10:17:30


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