What about
sage: A = networkx.complete_bipartite_graph(2r, 3r)
On 14/12/2017 09:57, Antonio Rojas wrote:
Hi all,
In Arch we have upgraded networkx to version 2. This comes with major
API changes that affect Sage's interface, and I'm currently trying to fix
these issues. I'm struggling with a
Hi all,
In Arch we have upgraded networkx to version 2. This comes with major
API changes that affect Sage's interface, and I'm currently trying to fix
these issues. I'm struggling with a particular issue with bipartite
graphs. In pure ipython, this code gives:
In [1]: import networkx
In [2]: