Class SimplePreferredReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.ModelProvider<Argument,​DungTheory,​Extension>, net.sf.tweety.commons.QualitativeReasoner<DungTheory,​Argument>, net.sf.tweety.commons.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