An open API service indexing awesome lists of open source software.

https://github.com/juliagraphs/lightgraphsextras.jl

Additional functionality for LightGraphs.jl
https://github.com/juliagraphs/lightgraphsextras.jl

Last synced: 9 months ago
JSON representation

Additional functionality for LightGraphs.jl

Awesome Lists containing this project

README

          

# LightGraphsExtras

[![Build Status](https://travis-ci.com/JuliaGraphs/LightGraphsExtras.jl.svg?branch=master)](https://travis-ci.com/JuliaGraphs/LightGraphsExtras.jl)
[![codecov](https://codecov.io/gh/JuliaGraphs/LightGraphsExtras.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGraphs/LightGraphsExtras.jl)
[![Documentation Status](https://readthedocs.org/projects/lightgraphsextrasjl/badge/?version=latest)](http://lightgraphsextrasjl.readthedocs.io/en/latest/?badge=latest)
[![Join the chat at https://gitter.im/JuliaGraphs/LightGraphs.jl](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JuliaGraphs/LightGraphs.jl)

Extra functionality for [Graphs](https://github.com/JuliaGraphs/Graphs.jl). Includes the following
algorithms:
- Network Interdiction
- Integration with [MatrixDepot.jl](https://github.com/JuliaMatrices/MatrixDepot.jl)

## Installation
```julia
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](http://lightgraphsextrasjl.readthedocs.io/en/latest/?badge=latest).