- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addEdge_selfLoop_allowed (0.09 sec)
-
android/guava-tests/test/com/google/common/graph/AbstractStandardDirectedNetworkTest.java
// Direction of the added edge is correctly handled assertThat(network.edgesConnecting(N3, N2)).isEmpty(); } @Test public void addEdge_selfLoop_allowed() { assume().that(graphIsMutable()).isTrue(); assume().that(network.allowsSelfLoops()).isTrue(); assertThat(networkAsMutableNetwork.addEdge(N1, N1, E11)).isTrue();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/AbstractStandardDirectedNetworkTest.java
// Direction of the added edge is correctly handled assertThat(network.edgesConnecting(N3, N2)).isEmpty(); } @Test public void addEdge_selfLoop_allowed() { assume().that(graphIsMutable()).isTrue(); assume().that(network.allowsSelfLoops()).isTrue(); assertThat(networkAsMutableNetwork.addEdge(N1, N1, E11)).isTrue();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 21.3K bytes - Viewed (0)