Safe Haskell | None |
---|
Data.Graph.Algorithms.Dominators
Documentation
dom :: (DecomposableGraph gr, VertexListGraph gr, BidirectionalAdjacencyGraph gr) => gr -> Vertex -> Maybe [(Vertex, [Vertex])]
iDom :: (DecomposableGraph gr, VertexListGraph gr, BidirectionalAdjacencyGraph gr) => gr -> Vertex -> Maybe [(Vertex, Vertex)]