Expand description
Dependency Graph Analysis
Uses trueno-graph for cycle detection and topological sorting. Edge metadata stored separately since trueno-graph only stores f32 weights.
When the trueno-graph feature is disabled, a lightweight fallback
implementation is provided using only the standard library.
Structsยง
- Dependency
Edge - Edge data in the dependency graph
- Dependency
Graph - Dependency graph for the PAIML stack
- Path
Dependency Issue - Path dependency issue for reporting