Package org.tweetyproject.arg.adf.reasoner.sat.decomposer


package org.tweetyproject.arg.adf.reasoner.sat.decomposer
  • Class
    Description
    The Decomposer interface defines a contract for decomposing an argumentation framework or a logic system into multiple parts based on a desired criterion.
    Takes the arguments with the most bipolar parents.
    Returns the arguments with the most complex acceptance condition, according to their logical complexity.
    The RandomDecomposer is a concrete implementation of the AbstractDecomposer, designed to randomly partition the arguments of an AbstractDialecticalFramework (ADF).