Skip to content

JuliaGraphs/LEMONGraphs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.