topological_order (237B)
1 # Topological order 2 3 A [total_order] on the [vertices] of a [DAG] such that whenever u has a path to v then u comes before v in the order 4 5 - [topological_sorting] 6 7 Up: [order], [DAG] 8 9 Aliases: topological ordering, topological orderings