Class EeeAcceptabilityReasoner

java.lang.Object
All Implemented Interfaces:
QualitativeReasoner<DungTheory,Argument>, 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; COMMA 2020]. It uses another extension-based reasoner to retrieve all extensions and takes the union/intersection.
Author:
Matthias Thimm