set-cover-0.0.6: Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube

Safe HaskellSafe
LanguageHaskell98

Math.SetCover.BitMap

Documentation

newtype Map bits Source

Constructors

Map 

Fields

unMap :: [bits]
 

Instances

Show bits => Show (Map bits) Source 
C bits => Monoid (Map bits) Source 

fromSet :: C bits => Set bits -> Map bits Source

add :: C bits => Map bits -> Map bits -> Map bits Source

inc :: C bits => Set bits -> Map bits -> Map bits Source

minimumSet :: C bits => Set bits -> Map bits -> Set bits Source