This module facilitates the process of creating ordered graph skeletons by topologically ordering them automatically.
This class represents a graph skeleton (see graphskeleton) that is always topologically ordered.
A list of names of vertices
A list of [origin, destination] pairs of verties that constitute edges.
Loads a dictionary from a file located at path in the same manner as graphskeleton, but includes a step where it topologically orders the nodes.