https://github.com/juliagraphs/lemongraphs.jl
https://github.com/juliagraphs/lemongraphs.jl
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliagraphs/lemongraphs.jl
- Owner: JuliaGraphs
- License: mit
- Created: 2025-07-01T22:05:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-10-10T14:10:56.000Z (8 months ago)
- Last Synced: 2025-10-21T11:57:53.468Z (8 months ago)
- Language: Julia
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.