Class SeemAcceptabilityReasoner

All Implemented Interfaces:
QualitativeReasoner<DungTheory,​Argument>, Reasoner<Boolean,​DungTheory,​Argument>

public class SeemAcceptabilityReasoner extends AbstractAcceptabilityReasoner
Implements the SEEM approach ("selective extension enumeration with MaxSAT") to determine the set of credulously acceptable arguments of an AF wrt. complete semantics, cf. [Thimm, Cerutti, Vallati; 2020, in preparation]. It iteratively calls a MaxSAT solver to discover new acceptable arguments.
Author:
Matthias Thimm