Skip to main content

REWIRE_TRIALS_PER_EDGE

Constant REWIRE_TRIALS_PER_EDGE 

Source
pub const REWIRE_TRIALS_PER_EDGE: u64 = 10;
Expand description

Upstream constant: number of rewire trials per edge. The C reference hard-codes 10 * igraph_ecount(graph) in edge_switching() at references/igraph/src/games/degree_sequence.c:719.