OrderedBits: Efficient ordered (by popcount) enumeration of bits
This library provides efficient methods to enumerate all elements of a set in order of the population count, or the ordered enumerations of the elements of the powerset of a set. First, the empty set, then all 1-element sets, all 2-element sets, etc. Such enumerations are important for algorithms over unordered data sets. Examples include the travelling salesman problem and the closely related Hamiltonian path problem.
[Skip to Readme]
Downloads
- OrderedBits-0.0.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.1.0, 0.0.1.1, 0.0.1.2, 0.0.2.0 |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.7 && <5.0), bits (>=0.4), primitive (>=0.5), vector (>=0.11), vector-algorithms (>=0.6) [details] |
| Tested with | ghc ==8.4.4 |
| License | BSD-3-Clause |
| Copyright | Christian Hoener zu Siederdissen, 2014 - 2019 |
| Author | Christian Hoener zu Siederdissen |
| Maintainer | choener@bioinf.uni-leipzig.de |
| Category | Data |
| Home page | https://github.com/choener/OrderedBits |
| Bug tracker | https://github.com/choener/OrderedBits/issues |
| Source repo | head: git clone git://github.com/choener/OrderedBits |
| Uploaded | by ChristianHoener at 2019-06-14T15:43:39Z |
| Distributions | LTSHaskell:0.0.2.0, NixOS:0.0.2.0, Stackage:0.0.2.0 |
| Reverse Dependencies | 4 direct, 33 indirect [details] |
| Downloads | 6389 total (8 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2019-06-14 [all 1 reports] |