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

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


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

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

A very thin Julia wrapper around the C++ graphs library [`LEMON`](http://lemon.cs.elte.hu/).

Currently used mainly for its Min/Max Weight Perfect Matching algorithm,
wrapped into a more user-friendly API in GraphsMatching.jl,
but additional bindings can be added on request.

No public API is provided yet.

Depends on `LEMON_jll`, which is compiled and packaged for all platforms supported by Julia.