Expand description
An implementation of a graph data structure.
Structs§
- Metadata about how the node fits in the schedule graph
Enums§
- Edge direction.
- Unique identifier for a system or system set stored in a
ScheduleGraph
.
Functions§
- Returns the simple cycles in a strongly-connected component of a directed graph.
Type Aliases§
- A
Graph
with directed edges. - A
Graph
with undirected edges.