Home
last modified time | relevance | path

Searched refs:nodeSubset (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/graph/
DGraphsTest.java335 Set<Integer> nodeSubset = ImmutableSet.of(N1, N2, N4); in inducedSubgraph_graph() local
349 assertThat(inducedSubgraph(directedGraph, nodeSubset)).isEqualTo(expectedSubgraph); in inducedSubgraph_graph()
354 Set<Integer> nodeSubset = ImmutableSet.of(N1, N2, N4); in inducedSubgraph_valueGraph() local
370 assertThat(inducedSubgraph(directedGraph, nodeSubset)).isEqualTo(expectedSubgraph); in inducedSubgraph_valueGraph()
375 Set<Integer> nodeSubset = ImmutableSet.of(N1, N2, N4); in inducedSubgraph_network() local
391 assertThat(inducedSubgraph(directedGraph, nodeSubset)).isEqualTo(expectedSubgraph); in inducedSubgraph_network()
/external/guava/guava-tests/test/com/google/common/graph/
DGraphsTest.java336 Set<Integer> nodeSubset = ImmutableSet.of(N1, N2, N4); in inducedSubgraph_graph() local
350 assertThat(inducedSubgraph(directedGraph, nodeSubset)).isEqualTo(expectedSubgraph); in inducedSubgraph_graph()
355 Set<Integer> nodeSubset = ImmutableSet.of(N1, N2, N4); in inducedSubgraph_valueGraph() local
371 assertThat(inducedSubgraph(directedGraph, nodeSubset)).isEqualTo(expectedSubgraph); in inducedSubgraph_valueGraph()
376 Set<Integer> nodeSubset = ImmutableSet.of(N1, N2, N4); in inducedSubgraph_network() local
392 assertThat(inducedSubgraph(directedGraph, nodeSubset)).isEqualTo(expectedSubgraph); in inducedSubgraph_network()