Expand description
Bipartite degree sequence realization (ALGO-CO-034).
Counterpart of igraph_realize_bipartite_degree_sequence() from
references/igraph/src/misc/degree_sequence.cpp.
Constructs a bipartite simple graph with a given bidegree sequence using a Havel-Hakimi–like algorithm.
Functions§
- realize_
bipartite_ degree_ sequence - Realize a bipartite simple graph from two degree sequences.