ANN: set-cover solves Sudoku, Soma cube, 8 Queens etc.
4 Sep
2013
4 Sep
'13
7:09 p.m.
I have prepared the package set-cover for solving exact set cover problems. It includes example programs for solving Sudoku, 8 Queens, Soma Cube, Tetris Cube, Cube of L's, and Logika's Baumeister puzzle. Please refer to these examples for learning how the library works. The solver is generic with respect to the representation of sets. You may either use the high-level Set type from containers package or low-level bit vectors. http://hackage.haskell.org/package/set-cover The package is simple Haskell 2010.
4741
Age (days ago)
4741
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henning Thielemann