-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
julia> using SimpleWeightedGraphs
julia> g = SimpleWeightedGraph([1,2,1], [2,1,2], [1,1,1]; combine = +)
julia> edges(g)
ERROR: UndefVarError: edges not defined
Stacktrace:
[1] top-level scope
@ REPL[3]:1I'm not sure if I'm doing something wrong (edges seems to be implemented in simpleweightedgraph.jl) but I can't seem to iterate through the edges of a graph.
Metadata
Metadata
Assignees
Labels
No labels