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

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

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