Searched defs:transitiveClosure (Results 1 – 2 of 2) sorted by relevance
152 public static <N> Graph<N> transitiveClosure(Graph<N> graph) { in transitiveClosure() method in Graphs153 MutableGraph<N> transitiveClosure = GraphBuilder.from(graph).allowsSelfLoops(true).build(); in transitiveClosure() local
151 public static <N> Graph<N> transitiveClosure(Graph<N> graph) { in transitiveClosure() method in Graphs152 MutableGraph<N> transitiveClosure = GraphBuilder.from(graph).allowsSelfLoops(true).build(); in transitiveClosure() local