assignment: A solution to the assignment problem

[ algorithms, bsd3, library ] [ Propose Tags ]

A solution to the assignment problem.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0
Change log CHANGELOG.md
Dependencies array (>=0.5.6 && <0.6), base (>=4.15 && <5) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Category Algorithms
Home page https://github.com/mrkkrp/assignment
Bug tracker https://github.com/mrkkrp/assignment/issues
Source repo head: git clone https://github.com/mrkkrp/assignment.git
Uploaded by mrkkrp at 2024-07-07T19:12:12Z
Distributions NixOS:0.0.1.0, Stackage:0.0.1.0
Downloads 33 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-07-07 [all 1 reports]

Readme for assignment-0.0.1.0

[back to package description]

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.