elpaso / django-dag

Basic portable Directed Acyclic Graph application for Django
66 stars 19 forks source link

Nodes and Edges sets #14

Closed iiSeymour closed 8 years ago

iiSeymour commented 8 years ago

This pull request adds two new methods to the NodeBase class for returning the set of all nodes in the graph and the set of all the edges.

iiSeymour commented 8 years ago

The execution time for edges_set blows up pretty quickly.. probably need a better solution for this.