Class SimpleRecursiveExtendedConflictFreeReasoner

java.lang.Object
org.tweetyproject.arg.extended.reasoner.AbstractRecursiveExtendedExtensionReasoner
org.tweetyproject.arg.extended.reasoner.SimpleRecursiveExtendedConflictFreeReasoner

public class SimpleRecursiveExtendedConflictFreeReasoner extends AbstractRecursiveExtendedExtensionReasoner
Simple reasoner for computing conflict-free sets of recursive extended theories. This reasoner identifies conflict-free sets within a RecursiveExtendedTheory. A set is considered conflict-free if no argument or attack within the set conflicts with another argument or attack in the set. The reasoner generates all subsets of the arguments and extended attacks in the theory, and then filters out those that are conflict-free.
Author:
Lars Bengel
See Also: