# Assignment
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/assignment)
[](http://stackage.org/nightly/package/assignment)
[](http://stackage.org/lts/package/assignment)
[](https://github.com/mrkkrp/assignment/actions/workflows/ci.yaml)
This package implements a solution to the [assignment problem][problem]. It
follows the [matrix interpretation][matrix-interpretation] of the so-called
Hungarian algorithm and works in *O(n^4)*.
[problem]: https://en.wikipedia.org/wiki/Assignment_problem
[matrix-interpretation]: https://en.wikipedia.org/wiki/Hungarian_algorithm#Matrix_interpretation
## Contribution
Issues, bugs, and questions may be reported in [the GitHub issue tracker for
this project](https://github.com/mrkkrp/assignment/issues).
Pull requests are also welcome.
## License
Copyright © 2024–present Mark Karpov
Distributed under BSD 3 clause license.