Class SimpleSccCompleteReasoner

  • 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 SimpleSccCompleteReasoner
    extends AbstractExtensionReasoner
    This reasoner for Dung theories performs inference on the complete extensions. Computes the set of all complete extensions, i.e., all admissible sets that contain all their acceptable arguments. Exploits the structure of the strongly-connected components (SCCs) to determine extensions.
    Author:
    Matthias Thimm