Skip to main content

Module named_graph

Module named_graph 

Source
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ยง

NamedGraph
Generic named graph wrapper (inspired by NamedGraphs.jl)