The latest version of OrderedBits is 0.0.2.0-0.

OrderedBits

Version 0.0.1.0 revision 0 uploaded by ChristianHoener.

Package meta

Synopsis
Efficient ordered (by popcount) enumeration of bits
Description

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.

Author
Christian Hoener zu Siederdissen
Bug reports
https://github.com/choener/OrderedBits/issues
Category
Data
Copyright
Christian Hoener zu Siederdissen, 2014 - 2015
Homepage
https://github.com/choener/OrderedBits
Maintainer
choener@bioinf.uni-leipzig.de
Package URL
n/a
Stability
experimental

Components