Topological Ordering Output
Malte311 opened this issue · 1 comments
Malte311 commented
Output a topological ordering instead of the extended graph. Use an extra function for computing the extended graph from the ordering. This allows separate time measurements.
Another advantage of this is that filter
can be used to direct all edges in one step which should be faster than directing each edge on its own.