Class EeeAcceptabilityReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.QualitativeReasoner<DungTheory,​Argument>, net.sf.tweety.commons.Reasoner<Boolean,​DungTheory,​Argument>

    public class EeeAcceptabilityReasoner
    extends AbstractAcceptabilityReasoner
    Implements the EEE approach ("exhaustively enumerate extensions") to determine the set of acceptable arguments of an AF, cf. [Thimm, Cerutti, Vallati; 2020, in preparation]. It uses another extension-based reasoner to retrieve all extensions and takes the union/intersection.
    Author:
    Matthias Thimm
    • Constructor Detail

      • EeeAcceptabilityReasoner

        public EeeAcceptabilityReasoner​(AbstractExtensionReasoner reasoner,
                                        net.sf.tweety.commons.InferenceMode inferenceMode)
        Creates a new EeeAcceptabilityReasoner.
        Parameters:
        reasoner - the internal reasoner used.
        inferenceMode - the inference mode.