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

Safe HaskellSafe
LanguageHaskell2010

Analysis.ParallelIndependent

Synopsis

Documentation

data Algorithm Source #

Constructors

DeleteUse 
Pullback 

isIndependent :: (EpiPairs m, DPO m) => IndependenceType -> Algorithm -> MorphismsConfig -> Production m -> Production m -> Bool Source #

Checks if two transformations are independent (just delete-use), works with delete-use or pullback checking.

pbTest :: (AdhesiveHLR m, FindMorphism m) => Production m -> Production m -> m -> m -> Bool Source #

Checks independence between transformations via pullback tests

findIsoFromDomains :: FindMorphism m => m -> m -> [m] Source #