verigraph-1.1.1: Software specification and verification tool based on graph rewriting.

Safe HaskellSafe
LanguageHaskell2010

Analysis.EssentialCriticalPairs

Synopsis

Documentation

namedEssentialCriticalPairs :: (EpiPairs m, DPO m) => MorphismsConfig -> [NamedRule m] -> [NamedCriticalPairs m] Source #

Returns the Essential Critical Pairs with rule names

findAllEssentialDeleteUse :: (EpiPairs m, DPO m) => MorphismsConfig -> Production m -> Production m -> [CriticalPair m] Source #

Get all essential delete-use and organize them in a list of CriticalPair.