Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 402 Bytes

File metadata and controls

9 lines (6 loc) · 402 Bytes

A very thin Julia wrapper around the C++ graphs library LEMON.

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.