- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addEdge_selfLoop_allowed (0.1 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 02 18:21:29 UTC 2024 - 20.8K 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 02 18:21:29 UTC 2024 - 21.2K bytes - Viewed (0)