hgraph-1.10.0.0: Tools for working on (di)graphs.
Safe HaskellSafe-Inferred
LanguageHaskell2010

HGraph.Undirected.Solvers.Treedepth

Documentation

treedepthAtMost :: (Adjacency t, Num a, Mutable t, Ord a, Eq a) => t a -> a -> Maybe (Decomposition a) Source #

data Decomposition a Source #

Constructors

Decomposition 

Fields

Instances

Instances details
(Ord a, Show a) => Show (Decomposition a) Source # 
Instance details

Defined in HGraph.Undirected.Solvers.Treedepth

Eq a => Eq (Decomposition a) Source # 
Instance details

Defined in HGraph.Undirected.Solvers.Treedepth