Module graph

Source
Expand description

An implementation of a graph data structure.

Structs§

GraphInfo
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.

Type Aliases§

DiGraph
A Graph with directed edges.
UnGraph
A Graph with undirected edges.