Class CompilationReasoner

  • 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 CompilationReasoner
    extends AbstractDeductiveArgumentationReasoner
    This class implements the approach of knowledge base compilation as proposed in

    Philippe Besnard and Anthony Hunter. Knowledgebase Compilation for Efficient Logical Argumentation. In Proceedings of the 10th International Conference on Knowledge Representation (KR'06), pages 123-133, AAAI Press, 2006.

    It performs deductive argumentation on a set of propositional formulas.
    Author:
    Matthias Thimm