Open
Description
As part of a project, I had to use bipartite induced subgraphs of a graph.
Let $G=(V,E) $ be a graph and let
In other words, it's the bipartite subgraph made of all the edges of
Such a construction is useful in, for example, the search of vertex separators.
I've made a simple implementation (30 lines or so) for it and I think it might be worth including it.
Before making a pull request, I wanted to see if this is something people might find interesting to have in the package.