Expand description
Faithful port of src/render/graph.ts: expand switch edges, classify
back edges via DFS, longest-path layering with terminal tail pull-down,
virtual pass-through cells, and barycenter ordering. Behavior is pinned
against the golden fixtures in fixtures/layout/ — any divergence is a
bug in this port, not a stylistic choice.
Structs§
Enums§
Functions§
- expand_
edges - layout_
graph - Build ranks with virtual pass-through cells so every forward edge connects adjacent ranks, then order cells within ranks by neighbor barycenter.