Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- findSSSR :: (Ord v, Ord e) => GenericGraph v e -> [EdgeList e]
Documentation
findSSSR :: (Ord v, Ord e) => GenericGraph v e -> [EdgeList e] Source #
RP-Path algorithm for searching the smallest set of smallest rings. https://www.ncbi.nlm.nih.gov/pubmed/19805142
Find SSSR of any graph.