BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:assignment-0.0.1.0@sha256:8383d3446b82e86df458aea54832723a7d07d497f1ca5544df7a72d5ba407264,2470

Module documentation for 0.0.1.0

Depends on 2 packages(full list with versions):

Assignment

License BSD3 Hackage Stackage Nightly Stackage LTS CI

This package implements a solution to the assignment problem. It follows the matrix interpretation of the so-called Hungarian algorithm and works in O(n^4).

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome.

License

Copyright © 2024–present Mark Karpov

Distributed under BSD 3 clause license.

Changes

Assignment 0.0.1.0

  • Initial release.