Class SimpleExtendedCompleteReasoner

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

public class SimpleExtendedCompleteReasoner extends AbstractExtendedExtensionReasoner
Simple reasoner for computing complete extensions of extended theories. This reasoner extends the abstract reasoner and provides methods for finding complete extensions of an ExtendedTheory. A complete extension is an admissible extension that contains all arguments it defends. The reasoner utilizes admissible extensions as a base and checks if they are complete.
Author:
Lars Bengel