https://github.com/weaversa/weighted-bipartite-perfect-matching
C re-implementation of James Payor's C++ solver for weighted bipartite graph matching
https://github.com/weaversa/weighted-bipartite-perfect-matching
Last synced: about 1 month ago
JSON representation
C re-implementation of James Payor's C++ solver for weighted bipartite graph matching
- Host: GitHub
- URL: https://github.com/weaversa/weighted-bipartite-perfect-matching
- Owner: weaversa
- License: bsd-3-clause
- Created: 2019-01-24T20:44:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T20:36:31.000Z (over 6 years ago)
- Last Synced: 2025-05-15T04:09:02.639Z (about 1 month ago)
- Language: C
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is a C re-implementation of James Payor's C++
implementation of a solver for weighted bipartite graph matching.The original C++ solver can be found here:
https://github.com/jamespayor/weighted-bipartite-perfect-matching