About

Metadata

  • Last updated , by arthur
  • License BSD-3-Clause
  • Categories Algorithms, Mathematics
  • Maintained by: me@arthur.li

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.0.2
  2. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    buildexamples (off by default)

    Build example executables.

Readme

The exact-cover package

exact-cover is a Haskell library that implements a fast solver for exact cover problems using Algorithm X as described in the paper Dancing Links, by Donald Knuth, in Millennial Perspectives in Computer Science, P159, 2000.

See exact-cover on Hackage for more information.