SAT-DPLL-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

DPLL

Documentation

dpllAux1 :: (Num a, Eq a, Foldable t) => t a -> [[a]] -> [[a]] Source #

dpllAux2 :: (Eq a, Foldable t2, Foldable t1) => t1 a -> [t2 a] -> [t2 a] Source #

partitionL :: (Eq a, Foldable t2, Foldable t1) => t1 (t2 a) -> a -> ([t2 a], [t2 a]) Source #