Rev 378 |
Rev 380 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 379 2006-10-01 11:31:43
- Author: ira
- Log message:
- Graph.py:
* Add Edge class, which abstracts out edge properties.
* Add functions for getting / setting edge properties.
DrawGraph.py:
* Switch from using the vertices / edges to using an already
created Graph directly. This enables colors, labels, etc.
* Update examples to match the new constructor.