Class SimpleDeductiveReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.QuantitativeReasoner<DeductiveKnowledgeBase,​net.sf.tweety.logics.pl.syntax.PlFormula>, net.sf.tweety.commons.Reasoner<Double,​DeductiveKnowledgeBase,​net.sf.tweety.logics.pl.syntax.PlFormula>

    public class SimpleDeductiveReasoner
    extends AbstractDeductiveArgumentationReasoner
    This class implements a brute force approach to deductive argumentation. It performs deductive argumentation on a set of propositional formulas.
    Author:
    Matthias Thimm