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
- Host: GitHub
- URL: https://github.com/juliagraphs/lightgraphsextras.jl
- Owner: JuliaGraphs
- License: other
- Created: 2016-07-28T16:36:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T05:43:24.000Z (over 3 years ago)
- Last Synced: 2024-05-08T21:16:08.923Z (over 1 year ago)
- Language: Julia
- Size: 60.5 KB
- Stars: 21
- Watchers: 4
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LightGraphsExtras
[](https://travis-ci.com/JuliaGraphs/LightGraphsExtras.jl)
[](https://codecov.io/gh/JuliaGraphs/LightGraphsExtras.jl)
[](http://lightgraphsextrasjl.readthedocs.io/en/latest/?badge=latest)
[](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).