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

HGraph.Directed.EditDistance.Acyclic.ArcDeletion

Documentation

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

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