Home
last modified time | relevance | path

Searched refs:IGRAPH_REWIRING_SIMPLE_LOOPS (Results 1 – 6 of 6) sorted by relevance

/dports/math/igraph/igraph-0.9.5/src/operators/
H A Drewire.c57 loops = (mode & IGRAPH_REWIRING_SIMPLE_LOOPS); in igraph_i_rewire()
96 case IGRAPH_REWIRING_SIMPLE_LOOPS: in igraph_i_rewire()
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_rewire.c38 …igraph_i_rewire(&g, 1000, allow_loops ? IGRAPH_REWIRING_SIMPLE_LOOPS : IGRAPH_REWIRING_SIMPLE, use… in check_rewiring()
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_constants.h104 IGRAPH_REWIRING_SIMPLE_LOOPS enumerator
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_constants.h108 IGRAPH_REWIRING_SIMPLE_LOOPS enumerator
/dports/math/R-cran-igraph/igraph/src/
H A Dstructural_properties.c1572 loops = (mode & IGRAPH_REWIRING_SIMPLE_LOOPS); in igraph_i_rewire()
1611 case IGRAPH_REWIRING_SIMPLE_LOOPS: in igraph_i_rewire()
/dports/math/igraph/igraph-0.9.5/
H A DONEWS165 - igraph_rewire() has a new method: IGRAPH_REWIRING_SIMPLE_LOOPS,