Re: [sage-devel] networkx BipartiteGraph

2017-12-14 Thread Vincent Delecroix
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

[sage-devel] networkx BipartiteGraph

2017-12-14 Thread Antonio Rojas
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]: