Class SeemAcceptabilityReasoner

java.lang.Object
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; COMMA 2020]. It iteratively calls a MaxSAT solver to discover new acceptable arguments.
Author:
Matthias Thimm