Searched defs:hasCycle (Results 1 – 4 of 4) sorted by relevance
58 public static <N> boolean hasCycle(Graph<N> graph) { in hasCycle() method in Graphs84 public static boolean hasCycle(Network<?, ?> network) { in hasCycle() method in Graphs
59 public static <N> boolean hasCycle(Graph<N> graph) { in hasCycle() method in Graphs85 public static boolean hasCycle(Network<?, ?> network) { in hasCycle() method in Graphs
215 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
441 ANTLR3_BOOLEAN hasCycle; member