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

Safe HaskellSafe-Infered

Math.SetCover.BitPosition

Documentation

class C bits => C bits whereSource

Methods

unpack :: Set bits -> [Int]Source

Instances

C Integer 
C Word8 
C Word16 
C Word32 
C Word64 
C IntSet 
(Sized a, C b) => C (Sum a b) 

class C bits => Sized bits Source

singleton :: C bits => Int -> Set bitsSource

bitPosition :: C bits => Set bits -> IntSource