MetaGraphs.jl icon indicating copy to clipboard operation
MetaGraphs.jl copied to clipboard

Graph data structures with multiple heterogeneous metadata for Graphs.jl.

Results 26 MetaGraphs.jl issues
Sort by recently updated
recently updated
newest added

I thought this should work, but it doesn't: ```julia using Graphs using MetaGraphs g = path_graph(5) mg = MetaGraph(g, 3.0) set_prop!(mg, :description, "This is a metagraph.") savegraph("/tmp/test_graph.lg", mg) mg1 =...

It would be nice to support indexing on edges, as is done on nodes. This would allow querying an edge based on the index: For example, `g["edge_name", :id]` would return...

Similar to Julia's `Base.get` would be nice to have `get_prop(mgr::AbstractMetaGraph, v, defaultvalue)`, `get_prop(mgr::AbstractMetaGraph, n1, n2, defaultvalue)` and so on. The implementation should be super easy. Just checking with `has_prop` and...

Hi all, been enjoying using MetaGraphs in my research. What's the best way to cite this work in a publication (academic paper)?

The link to MetaGraph's documentation appears to be broken.

See https://github.com/sbromberger/MetaGraphs.jl/issues/122

bug

See https://github.com/sbromberger/MetaGraphs.jl/issues/104

enhancement

See https://github.com/sbromberger/MetaGraphs.jl/issues/119 Same issue in MetaGraphsNext: https://github.com/JuliaGraphs/MetaGraphsNext.jl/issues/14

enhancement

See https://github.com/sbromberger/MetaGraphs.jl/issues/118

enhancement

See https://github.com/sbromberger/MetaGraphs.jl/issues/115

bug