Class SimpleRecursiveExtendedCompleteReasoner

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

public class SimpleRecursiveExtendedCompleteReasoner extends AbstractRecursiveExtendedExtensionReasoner
Simple reasoner for computing complete extensions of recursive extended theories. This reasoner extends the abstract reasoner and provides methods for finding complete extensions of a RecursiveExtendedTheory. A complete extension is an admissible extension that includes all arguments it defends. The reasoner utilizes admissible extensions as a base and checks if they are complete.
Author:
Lars Bengel
See Also: