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

Safe HaskellSafe-Infered

Math.SetCover.BitSet

Documentation

newtype Set bits Source

Constructors

Set 

Fields

getBits :: bits
 

Instances

Eq bits => Eq (Set bits) 
Ord bits => Ord (Set bits) 
Show bits => Show (Set bits) 
C bits => Monoid (Set bits) 
C bits => Semigroup (Set bits) 
C a => Choose (Set a) 
C a => Set (Set a) 

empty :: C bits => Set bitsSource

null :: C bits => Set bits -> BoolSource

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

disjoint :: C bits => Set bits -> Set bits -> BoolSource

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