-
Test suite of Networkx sometimes fails with Python 3.3 due to hash randomization, which is enabled by default in Python >=3.3.
It might be necessary to run test suite multiple times to reproduce this …
-
Because their size might differ, so it might be impossible to create the larger one, but very possible to create the smaller one.
---
Imported from Launchpad using lp2gh.
- date created: 2013-04-17T…
-
OS X 10.9
R version 3.0.2 (2013-09-25)
Package: igraph
Version: 0.6.6
Date: 2013-10-28
`bipartite.projection` is applied to
```
IGRAPH DN-B 738140 2976947 --
+ attr: name (v/c), type (v/c)
```
re…
sam-s updated
11 years ago
-
(See also #1095)
The interfaces of network flow algorithms needs refactoring.
Currently for maximum flow alone, there are a number of externally visible functions each doing largely the same but sli…
ysitu updated
10 years ago
-
I.e. if the 'type' vertex attribute is present, then create a bipartite pajek file.
A problem is that we need to reorder the vertices, because in Pajek bipartite graphs the vertices are ordered accor…
-
Create unit tests, which should verify that the output is the same as reference implementations.
- [x] beat should match the beat evaluation toolbox http://code.soundsoftware.ac.uk/projects/beat-evalu…
-
Look over all functions, and see whether it is possible to handle attributes with the current functionality of the attribute handler. E.g. igraph_union could handle graph and vertex attribute if it do…
-
Original ticket https://networkx.lanl.gov/trac/ticket/253
Reported 2009-07-29 by @chebee7i, assigned to @chebee7i.
I was wondering if the generator functions could/should be modified so that they acc…
-
Original ticket https://networkx.lanl.gov/trac/ticket/514
Reported 2011-03-06 by @hagberg, assigned to @hagberg.
With the addition in #512 of clustering there is enough code to move the bipartite alg…
-
Original ticket https://networkx.lanl.gov/trac/ticket/132
Reported 2007-12-15 by trac user rlm, assigned to @hagberg.
From a Sage session:
'''
sage: G = Graph('GsE?G_')
sage: C = G.canonical_label()
…