
19 Sep
2005
19 Sep
'05
12:42 p.m.
Hi, I would like to locate an edge of a graph starting from the source and target vertex. For instance vertex(n, g) return the nth vertex of graph g. I would access the edge from vertex x to vertex y... something like this edge(x, y, g) Is there a fast way to do this? Thanks, Giulio