Class SimplePreferredReasoner

java.lang.Object
All Implemented Interfaces:
ModelProvider<Argument,DungTheory,Extension<DungTheory>>, PostulateEvaluatable<Argument>, QualitativeReasoner<DungTheory,Argument>, Reasoner<Boolean,DungTheory,Argument>

public class SimplePreferredReasoner extends AbstractExtensionReasoner
This reasoner for Dung theories performs inference on the preferred extensions. Computes the set of all preferred extensions, i.e., all maximal admissable sets. It does so by first computing all complete extensions and then check for set maximality.
Author:
Matthias Thimm