- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TransposedGraph (0.31 seconds)
-
android/guava/src/com/google/common/graph/Graphs.java
if (!graph.isDirected()) { return graph; // the transpose of an undirected graph is an identical graph } if (graph instanceof TransposedGraph) { return ((TransposedGraph<N>) graph).graph; } return new TransposedGraph<>(graph); } /** * Returns a view of {@code graph} with the direction (if any) of every edge reversed. All other
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 11 01:10:31 GMT 2026 - 24.4K bytes - Click Count (0)