Subversion Repositories programming

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
379 6833 d 11 h ira /school/cs408/ 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.
 
378 6834 d 6 h ira /school/cs408/ DrawGraph.py:
* Update Documentation.
* Add Author, Copyright, and License.
 
377 6834 d 7 h ira /school/cs408/ DrawGraph.py:
* A class that will draw a Graph in svg,png, or png formats.