set-cover-0.0.9: Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube
Math.SetCover.BitMap
newtype Map bits #
Constructors
Fields
Defined in Math.SetCover.BitMap
Methods
showsPrec :: Int -> Map bits -> ShowS #
show :: Map bits -> String #
showList :: [Map bits] -> ShowS #
(<>) :: Map bits -> Map bits -> Map bits #
sconcat :: NonEmpty (Map bits) -> Map bits #
stimes :: Integral b => b -> Map bits -> Map bits #
mempty :: Map bits #
mappend :: Map bits -> Map bits -> Map bits #
mconcat :: [Map bits] -> Map bits #
fromSet :: C bits => Set bits -> Map bits #
add :: C bits => Map bits -> Map bits -> Map bits #
inc :: C bits => Set bits -> Map bits -> Map bits #
sub :: C bits => Map bits -> Map bits -> Map bits #
dec :: C bits => Set bits -> Map bits -> Map bits #
intersectionSet :: C bits => Map bits -> Set bits -> Map bits #
differenceSet :: C bits => Map bits -> Set bits -> Map bits #
minimumSet :: C bits => Set bits -> Map bits -> Set bits #