Class SccDecomposabilityPrinciple

java.lang.Object
org.tweetyproject.arg.dung.principles.Principle
org.tweetyproject.arg.dung.principles.SccDecomposabilityPrinciple
All Implemented Interfaces:
Postulate<Argument>

public class SccDecomposabilityPrinciple extends Principle
SCC Decomposability Principle (also SCC-Recursiveness)

A semantics satisfies SCC decomposability iff for all AFs we have: The extensions of F are the same as computing the extensions of each SCC individually and combining the result Can return false even if principle is not violated, in case that the semantics is different to the base function. E.g. SCF2-semantics or CF2-semantics

Author:
Lars Bengel
See Also:
  • "Pietro Baroni et al. 'On the input/output behavior of argumentation frameworks' 2014"