pub const REWIRE_TRIALS_PER_EDGE: u64 = 10;
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.
10 * igraph_ecount(graph)
edge_switching()
references/igraph/src/games/degree_sequence.c:719