You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]:1
I'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.
The text was updated successfully, but these errors were encountered:
I'm not sure if I'm doing something wrong (
edges
seems to be implemented insimpleweightedgraph.jl
) but I can't seem to iterate through the edges of a graph.The text was updated successfully, but these errors were encountered: