Open
Description
What is the expected enhancement?
In NetworkX, I can create a graph based on a bipartite adjacency matrix using the from_biadjacency_matrix
function. Rustwork currently has no such functionality. Similarly, I cannot create a biadjacency matrix from a graph.
This would be tremendously helpful in applications where I have information on edges between two set of graph nodes stored in a non-sqaure matrix (=biadjacency matrix).