wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 4 forks source link

Graph equality test #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add __eq__ operator to graph / digraph / hypergraph.

What to check:
1. If nodes names match
2. If edges match
3. If edge weigths match
4. If labels match
5. If attributes match

Original issue reported on code.google.com by pmatiello on 1 Dec 2009 at 3:34

GoogleCodeExporter commented 9 years ago
@pedro: do you mind if i start work on this one??

Original comment by anand.ib...@gmail.com on 5 Dec 2009 at 1:59

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 10 Jan 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Current status (r667):

Graph: 1,2,3 done.
Digraph: 1,2,3 done.
Hypergraph: nothing yet.

Original comment by pmatiello on 11 Jan 2010 at 12:37

GoogleCodeExporter commented 9 years ago
Current status (r670):

Graph: 1,2,3,4 done.
Digraph: 1,2,3,4 done.
Hypergraph: nothing yet.

Original comment by pmatiello on 12 Jan 2010 at 1:01

GoogleCodeExporter commented 9 years ago
Current status (r673):

Graph: all done.
Digraph: all done.

Hypergraph: 1 done.

Original comment by pmatiello on 15 Jan 2010 at 4:03

GoogleCodeExporter commented 9 years ago
Current status (r675):

Graph: all done.
Digraph: all done.

Hypergraph: 1,2 done.

Original comment by pmatiello on 15 Jan 2010 at 5:23

GoogleCodeExporter commented 9 years ago
Finished in r676.

Original comment by pmatiello on 18 Jan 2010 at 6:28