@hackage assignment0.0.1.0

A solution to the assignment problem

  • Installation

  • Tested Compilers

  • Dependencies (2)

  • Dependents (0)

  • Package Flags

      dev
       (off by default)

      Turn on development settings.

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.