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

HGraph.Directed.EditDistance.Acyclic.VertexDeletion.Internal

Documentation

minimum :: (DirectedGraph t, Adjacency t, Mutable t) => t a -> ([a], Int) Source #

minimumI' :: (DirectedGraph t, Mutable t, Adjacency t, Ord a) => t a -> Int -> Maybe ([a], Int) Source #

minimumIComponents :: (DirectedGraph t, Mutable t, Adjacency t, Ord a) => t a -> Int -> [[a]] -> Maybe ([a], Int) Source #