Beispiel #1
0
 public static bool IsCycle(this IPath path)
 {
     return(path.FirstNode == path.LastNode && path.ArcCount(ArcFilter.All) > 0);
 }