Class SeeAcceptabilityReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.QualitativeReasoner<DungTheory,​Argument>, net.sf.tweety.commons.Reasoner<Boolean,​DungTheory,​Argument>

    public class SeeAcceptabilityReasoner
    extends AbstractAcceptabilityReasoner
    Implements the SEE approach ("selective extension enumeration") 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 SAT solver to discover new acceptable arguments.
    Author:
    Matthias Thimm
    • Constructor Detail

      • SeeAcceptabilityReasoner

        public SeeAcceptabilityReasoner​(net.sf.tweety.logics.pl.sat.SatSolver satSolver)
        Creates a new IaqAcceptabilityReasoner.
        Parameters:
        satSolver - some SatSolver.