Class SeemAcceptabilityReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.QualitativeReasoner<DungTheory,​Argument>, net.sf.tweety.commons.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
    • Constructor Detail

      • SeemAcceptabilityReasoner

        public SeemAcceptabilityReasoner​(net.sf.tweety.logics.pl.sat.MaxSatSolver maxSatSolver)
        Creates a new IaqAcceptabilityReasoner.
        Parameters:
        maxSatSolver - some MaxSATSolver.