Expand description
Bipartite graph constructor with validation (ALGO-CN-036).
Counterpart of igraph_create_bipartite() in
references/igraph/src/misc/bipartite.c:556-590.
Creates a graph from a type vector and edge list, verifying that every edge connects vertices of different types (the bipartite invariant).
Functionsยง
- create_
bipartite - Create a bipartite graph from a type vector and edge list.