Instead, we will expect users to load Graphs.jl explicitly to access those functions, or they can load them individually with using NamedGraphs: vertices, though that will only work if they have been brought into the namespace of NamedGraphs so may be fragile.
Instead, we will expect users to load
Graphs.jl
explicitly to access those functions, or they can load them individually withusing NamedGraphs: vertices
, though that will only work if they have been brought into the namespace ofNamedGraphs
so may be fragile.