Class SimpleStableReasoner

  • 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 SimpleStableReasoner
    extends AbstractExtensionReasoner
    This reasoner for Dung theories performs inference on the stable extensions. Computes the set of all stable extensions, i.e., all conflict-free sets that attack each other argument. For that, it uses the SimpleSccCompleteReasoner to first compute all complete extensions, and then filters out the non-stable ones.
    Author:
    Matthias Thimm