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

HGraph.Undirected.Solvers.Treedepth

Documentation

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

data Decomposition a Source #

Constructors

Decomposition 

Fields

Instances

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

Defined in HGraph.Undirected.Solvers.Treedepth

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

Defined in HGraph.Undirected.Solvers.Treedepth