Multigraphs.jl
Multigraphs.jl copied to clipboard
Add empty constructors
Many graph implementations support empty constructors. e.g. SimpleGraph, MetaGraph.. Some of my code in NestedGraphs.jl uses this to initialize a graph. Due to this I couldn't construct a NestedGraph{MultiGraph} kind of structure. With these minor changes, now it's possible.