We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0e9e2 commit 8080aabCopy full SHA for 8080aab
src/metagraph.jl
@@ -66,7 +66,8 @@ end
66
67
Construct a new meta graph based on `g`, where `Label` is the type of the vertex labels, `VertexMeta` is the type
68
of the metadata at a vertex, and `EdgeMeta` is the type of the metadata at an
69
-edge. You can also attach arbitrary graph level metadata as `gprops`.
+edge. You can also attach arbitrary graph level metadata as `gprops`. It is recommended not
70
+to set `Label` to `Int` to avoid confusion between vertex labels and codes.
71
72
```jldoctest example
73
julia> using LightGraphs
0 commit comments