Expand description
Named graph wrapper inspired by NamedGraphs.jl (https://github.com/mtfishman/NamedGraphs.jl)
Provides a mapping between arbitrary node name types (NodeName) and internal NodeIndex. This allows using meaningful identifiers (coordinates, strings, etc.) instead of raw indices.
Structsยง
- Named
Graph - Generic named graph wrapper (inspired by NamedGraphs.jl)