Class IaqAcceptabilityReasoner

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

    public class IaqAcceptabilityReasoner
    extends AbstractAcceptabilityReasoner
    Implements the IAQ approach ("iterative acceptability queries") to determine the set of acceptable arguments of an AF, cf. [Thimm, Cerutti, Vallati; 2020, in preparation]. It uses another extension-based reasoner to query for each argument separately whether it is accepted.
    Author:
    Matthias Thimm
    • Constructor Detail

      • IaqAcceptabilityReasoner

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