-
perhaps call this `to_unipartite`?
or, `make_projection`?
-
Explore GEFX format to plot bipartite graphs
-
- [ ] more compatibility between fat graphs and 3-constellations
- [ ] support for folded edges (as in veerer). These correspond to fixed points for the edge permutation `ep`.
- [ ] add an edge flip…
-
import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.io.FilterInputStream;
import java.io.BufferedInputStream;
import java…
-
A separate proposal for this? However, the Kevin Bacon example requires bipartite graphs. I also have questions about bipartiteness (or labeling in general) at every talk I give about C++ graph librar…
-
### Feature description
## Description
I would like to propose adding an implementation of Edmonds' Blossom Algorithm to our codebase. This algorithm efficiently finds the maximum matching in genera…
-
LightGraphs has a function to compute the modularity of a graph.
However, it has been shown in several papers that a different definition of modularity for bipartite graphs can be used for more accur…
-
Systematically go through the functions of graph and generic_graph and see which ones, such as add_vertex, need to be overridden in the bipartite graph class so that everything makes sense. Right no…
-
See http://dx.doi.org/10.1016/j.physa.2006.04.047
And the code is actually here:
http://jlguillaume.free.fr/www/programs.php?lang=eng
---
Imported from Launchpad using lp2gh.
- date created: 2010-1…
-
Hi @epatters, following up here from the zulip conversation. Before working on `PropertyBipartiteGraph` and `to_graphviz` for it, I wanted to ask if you can help explain the design considerations behi…