/GraphsExtras.jl

Additional functionality for Graphs.jl

Primary LanguageJuliaOtherNOASSERTION

GraphsExtras

Build Status codecov Documentation Status Join the chat at https://gitter.im/JuliaGraphs/Graphs.jl

Extra functionality for Graphs.jl. Includes the following algorithms:

Installation

Pkg.add("GraphsExtras")

Some of the functions require a JuMP solver installed (e.g., Pkg.add("Clp")).

Documentation

Documentation for this module is available at Read The Docs.