Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.17 KB

File metadata and controls

24 lines (18 loc) · 1.17 KB

LightGraphsExtras

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

Extra functionality for LightGraphs. Includes the following algorithms:

  • Matching
  • Community Detection
  • Network Interdiction
  • Integration with MatrixDepot.jl

Installation

Pkg.add("LightGraphsExtras")

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.