Expand description
Directed degree sequence realization (ALGO-CO-034).
Counterpart of the directed branch of igraph_realize_degree_sequence()
from references/igraph/src/misc/degree_sequence.cpp.
Constructs a directed simple graph from given out-degree and in-degree sequences using the Kleitman-Wang algorithm.
Functionsยง
- realize_
directed_ degree_ sequence - Realize a directed simple graph from out-degree and in-degree sequences.