Skip to main content

Module realize_bipartite_degree_sequence

Module realize_bipartite_degree_sequence 

Source
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.