MetaDataGraphs.jl

Welcome to the documentation of MetaDataGraphs.jl.

Overview

This packages provides a Graphs.jl-compatible format for graphs whose vertices or edges have associated metadata. In addition, vertices are allowed to have a "label" of arbitrary non-integer type, instead of the integer labels imposed by Graphs.jl.

Our main inspiration is MetaGraphsNext.jl, but we made slightly different design choices.

Getting started

To install this package, open the Julia REPL, type ] to switch to the Pkg REPL, and run:

pkg> add https://github.com/gdalle/MetaDataGraphs.jl

Index