Home
last modified time | relevance | path

Searched refs:IGRAPH_COMMCMP_SPLIT_JOIN (Results 1 – 5 of 5) sorted by relevance

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_compare_communities.c25 [IGRAPH_COMMCMP_SPLIT_JOIN] = "Split-join",
58 compare_and_print(&comm1, &comm2, IGRAPH_COMMCMP_SPLIT_JOIN, IGRAPH_SUCCESS); in main()
70 compare_and_print(&comm1, &comm2, IGRAPH_COMMCMP_SPLIT_JOIN, IGRAPH_SUCCESS); in main()
82 compare_and_print(&comm1, &comm2, IGRAPH_COMMCMP_SPLIT_JOIN, IGRAPH_SUCCESS); in main()
94 compare_and_print(&comm1, &comm2, IGRAPH_COMMCMP_SPLIT_JOIN, IGRAPH_SUCCESS); in main()
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_constants.h145 IGRAPH_COMMCMP_SPLIT_JOIN, enumerator
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_constants.h151 IGRAPH_COMMCMP_SPLIT_JOIN, enumerator
/dports/math/igraph/igraph-0.9.5/src/community/
H A Dcommunity_misc.c402 case IGRAPH_COMMCMP_SPLIT_JOIN: { in igraph_compare_communities()
/dports/math/R-cran-igraph/igraph/src/
H A Dcommunity.c3416 case IGRAPH_COMMCMP_SPLIT_JOIN: { in igraph_compare_communities()