Expand description
Topological sort for FlowSpec graphs.
Provides a shared topological ordering utility used by both the validator (cycle detection) and the compiler (step ordering).
Functionsยง
- topological_
sort - Returns nodes in deterministic topological order, or the unsorted remainder if cycles exist.