Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
optimalDecomposition :: (Adjacency t, Mutable t, Ord a) => t a -> Decomposition a Source #
treedepthAtMost :: (Adjacency t, Num a, Mutable t, Ord a, Eq a) => t a -> a -> Maybe (Decomposition a) Source #
isDecomposition :: (Ord k, UndirectedGraph t) => t k -> Decomposition k -> Bool Source #
data Decomposition a Source #
Instances
(Ord a, Show a) => Show (Decomposition a) Source # | |
Defined in HGraph.Undirected.Solvers.Treedepth showsPrec :: Int -> Decomposition a -> ShowS # show :: Decomposition a -> String # showList :: [Decomposition a] -> ShowS # | |
Eq a => Eq (Decomposition a) Source # | |
Defined in HGraph.Undirected.Solvers.Treedepth (==) :: Decomposition a -> Decomposition a -> Bool # (/=) :: Decomposition a -> Decomposition a -> Bool # |