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

Safe HaskellSafe-Inferred

Math.SetCover.BitSet

Documentation

newtype Set bits Source

Constructors

Set bits 

Instances

Show bits => Show (Set bits) 
C bits => Monoid (Set bits) 
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