packages feed

OrderedBits-0.0.0.1: README.md

# OrderedBits

[![Build Status](https://travis-ci.org/choener/OrderedBits.svg?branch=master)](https://travis-ci.org/choener/OrderedBits)

The OrderedBits library provides methods to generate unboxed vectors of Ints
(and others) ordered by their population count or Hamming distance to the 0
set.

Such an order is important for dynamic programming algorithms for Hamiltonian
path problems and the travelling salesman problem.



#### Contact

Christian Hoener zu Siederdissen
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/