Documentation
stronglyConnComp :: Ord key => [(node, key, [key])] -> [SCC node]Source
stronglyConnCompR :: Ord key => [(node, key, [key])] -> [SCC (node, key, [key])]Source
AcyclicSCC vertex | |
CyclicSCC [vertex] |
graphFromEdges :: Ord key => [(node, key, [key])] -> (Graph, Vertex -> (node, key, [key]))Source
transposeG :: Graph -> GraphSource
showForest :: Show a => Forest a -> StringSource
components :: Graph -> Forest VertexSource