The latest version of set-cover is 0.1.1.1-0.

set-cover

Version 0.0.6 revision 0 uploaded by HenningThielemann.

Package meta

Synopsis
Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube
Description

Solver for exact set cover problems. Included examples: Sudoku, Nonogram, 8 Queens, Domino tiling, Mastermind, Soma Cube, Tetris Cube, Cube of L's, Logika's Baumeister puzzle. The generic algorithm allows to choose between slow but flexible Set from containers package and fast but cumbersome bitvectors.

For getting familiar with the package I propose to study the Queen8 example along with Math.SetCover.Exact.

Build examples with cabal install -fbuildExamples.

The package needs only Haskell 98.

Author
Henning Thielemann, Helmut Podhaisky
Bug reports
n/a
Category
Math, Algorithms
Copyright
n/a
Homepage
http://hub.darcs.net/thielema/set-cover/
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Package URL
n/a
Stability
n/a

Components