graph_from_adjacency_matrix
not defined in Julia
#3049
Unanswered
ZhouHaobang
asked this question in
Q&A
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
-
My code:
julia> G = ZZ[0 0; 1 0]
julia> graph_from_adjacency_matrix(Directed, G)
ERROR: UndefVarError:
graph_from_adjacency_matrix
not definedStacktrace:
[1] top-level scope
@ REPL[61]:1
Beta Was this translation helpful? Give feedback.
All reactions