Expand description
An implementation of a graph data structure.
Structs§
- Graph
Info - Metadata about how the node fits in the schedule graph
Enums§
- Direction
- Edge direction.
- NodeId
- Unique identifier for a system or system set stored in a
ScheduleGraph
.
Functions§
- simple_
cycles_ in_ component - Returns the simple cycles in a strongly-connected component of a directed graph.