Expand description
Dynamic topological ordering utilities
Exposes a Pearce–Kelly based fully-dynamic topological orderer. This module owns only ordering metadata; the dependency graph remains the source of truth for edges.
Modules§
Structs§
- Graph
Adapter - Adapter to expose the engine’s dependency graph as a conceptual DAG view where edges go from precedent (dependency) -> dependent (formula).