Class SimpleExtendedConflictFreeReasoner

java.lang.Object
org.tweetyproject.arg.extended.reasoner.AbstractExtendedExtensionReasoner
org.tweetyproject.arg.extended.reasoner.SimpleExtendedConflictFreeReasoner
All Implemented Interfaces:
ModelProvider<Argument,ExtendedTheory,Extension<ExtendedTheory>>, PostulateEvaluatable<Argument>, QualitativeReasoner<ExtendedTheory,Argument>, Reasoner<Boolean,ExtendedTheory,Argument>

public class SimpleExtendedConflictFreeReasoner extends AbstractExtendedExtensionReasoner
Simple reasoner for computing conflict-free sets of extended theories. This reasoner iterates through all subsets of the argument set in the extended theory and identifies those that are conflict-free. A conflict-free set is one where no argument within the set attacks another argument in the set.
Author:
Lars Bengel