Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
TPDB.DP.Graph
Documentation
components :: (Ord v, Eq s) => RS s (Term v s) -> [Either (Rule (Term v s)) (RS s (Term v s))] Source #
DP problems for strongly connected components, topologically sorted, with CyclicComponents in Right, others in Left.