Package org.tweetyproject.arg.adf.reasoner.sat.decomposer
package org.tweetyproject.arg.adf.reasoner.sat.decomposer
-
ClassDescriptionThe
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.TheRandomDecomposer
is a concrete implementation of theAbstractDecomposer
, designed to randomly partition the arguments of anAbstractDialecticalFramework
(ADF).