Class IaqAcceptabilityReasoner

java.lang.Object
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