Skip to main content

Module edge

Module edge 

Source
Expand description

Edge records and graph directedness.

Structs§

Edge
A weighted edge. id is stable within a graph; source/target are node indices into the graph’s nodes.

Enums§

Directedness
Whether a graph’s edges are directed or undirected.