graph_from_adjacency_matrix not defined in Julia
#3049
Replies: 1 comment
-
|
It works for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My code:
julia> G = ZZ[0 0; 1 0]
julia> graph_from_adjacency_matrix(Directed, G)
ERROR: UndefVarError:
graph_from_adjacency_matrixnot definedStacktrace:
[1] top-level scope
@ REPL[61]:1
Beta Was this translation helpful? Give feedback.
All reactions