HGraph.Directed.EditDistance.Acyclic.ArcDeletion
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 #