EtymoIO / EvolvingGraphs.jl

Working with time-dependent networks in Julia
https://etymoio.github.io/EvolvingGraphs.jl/latest/
Other
52 stars 11 forks source link

`is_directed` not defined for static graphs #15

Open matbesancon opened 6 years ago

matbesancon commented 6 years ago

is_directed does not seem to be defined for static graphs, I would expect it to be always true fro DiGraph by definition? Is there a static undirected graph implemented in the package?

weijianzhg commented 6 years ago

is_directed does not seem to be defined for static graphs, I would expect it to be always true fro DiGraph by definition?

Yes, you are right. Just added.

Is there a static undirected graph implemented in the package?

No, not yet. Plan to add one.