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

Safe HaskellSafe
LanguageHaskell98

Math.SetCover.BitSet

Documentation

newtype Set bits Source

Constructors

Set bits 

Instances

Show bits => Show (Set bits) Source 
C bits => Monoid (Set bits) Source 
C a => Set (Set a) Source 

empty :: C bits => Set bits Source

null :: C bits => Set bits -> Bool Source

keepMinimum :: C bits => Set bits -> Set bits Source

disjoint :: C bits => Set bits -> Set bits -> Bool Source

difference :: C bits => Set bits -> Set bits -> Set bits Source