[Lemon-user] EdgeLookup for SmartGraph
Kovács Péter
kpeter at inf.elte.hu
Sat May 23 08:58:02 CEST 2009
Hi,
In an undirected graph each edge is represented by two oppositely
directed arcs. Therefore you can use ArcLookup tools (ArcLookUp,
AllArcLookUp, DynArcLookUp) even if you are looking for an edge. For
obtaining an {u,v} edge, just find an (u,v) or (v,u) arc, which converts
to the corresponding edge.
Regards,
Peter
Goldberg, Noam írta:
> There is an object called ArcLookUp which is seems to be really used to implement the one simple procedure of finding an Arc of a directed graph by its endpoints.
>
> Is there an EdgeLookup similar to ArcLookUp for undirected graphs?
>
> Thank you in advance and sorry again to flood the mailing list,
> Noam
> _______________________________________________
> Lemon-user mailing list
> Lemon-user at lemon.cs.elte.hu
> http://lemon.cs.elte.hu/mailman/listinfo/lemon-user
More information about the Lemon-user
mailing list