set-cover-0.0.8: Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube
Math.SetCover.BitSet
newtype Set bits Source #
Constructors
Instances
Methods
(==) :: Set bits -> Set bits -> Bool #
(/=) :: Set bits -> Set bits -> Bool #
compare :: Set bits -> Set bits -> Ordering #
(<) :: Set bits -> Set bits -> Bool #
(<=) :: Set bits -> Set bits -> Bool #
(>) :: Set bits -> Set bits -> Bool #
(>=) :: Set bits -> Set bits -> Bool #
max :: Set bits -> Set bits -> Set bits #
min :: Set bits -> Set bits -> Set bits #
showsPrec :: Int -> Set bits -> ShowS #
show :: Set bits -> String #
showList :: [Set bits] -> ShowS #
mempty :: Set bits #
mappend :: Set bits -> Set bits -> Set bits #
mconcat :: [Set bits] -> Set bits #
null :: Set a -> Bool Source #
disjoint :: Set a -> Set a -> Bool Source #
unions :: [Set a] -> Set a Source #
difference :: Set a -> Set a -> Set a Source #
minimize :: Set a -> [Assign label (Set a)] -> [Assign label (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 #