Graph Module
Functions and values
| Function or value |
Description
|
|
|
Kahn topological sort with a deterministic ascending-`NodeId` tie-break. `Ok order` lists every node in a valid run order; `Error remaining` lists the nodes that could not be ordered because they participate in (or depend on) a cycle. Edges that reference unknown nodes are ignored. |