Class IaqAcceptabilityReasoner

All Implemented Interfaces:
QualitativeReasoner<DungTheory,Argument>, 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; COMMA 2020]. It uses another extension-based reasoner to query for each argument separately whether it is accepted.
Author:
Matthias Thimm
  • Constructor Details

    • IaqAcceptabilityReasoner

      public IaqAcceptabilityReasoner(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode)
      Creates a new IaqAcceptabilityReasoner.
      Parameters:
      reasoner - the internal reasoner used.
      inferenceMode - the inference mode.
  • Method Details