Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 450 Bytes

File metadata and controls

11 lines (7 loc) · 450 Bytes

MetaGraphsNext.jl

Welcome to MetaGraphsNext.jl, a type-stable replacement for MetaGraphs.jl. It allows you to create graphs with vertex and edge metadata, on which you can unleash the full power of the Graphs.jl ecosystem.

Getting started

To install the package, open the Julia REPL and type

julia> using Pkg; Pkg.add("MetaGraphsNext")