Class SimpleCAFGroundedReasoner

java.lang.Object
org.tweetyproject.arg.caf.reasoner.AbstractCAFReasoner
org.tweetyproject.arg.caf.reasoner.SimpleCAFGroundedReasoner
All Implemented Interfaces:
ModelProvider<Argument,ConstrainedArgumentationFramework,Extension<ConstrainedArgumentationFramework>>, PostulateEvaluatable<Argument>, QualitativeReasoner<ConstrainedArgumentationFramework,Argument>, Reasoner<Boolean,ConstrainedArgumentationFramework,Argument>

public class SimpleCAFGroundedReasoner extends AbstractCAFReasoner
This reasoner for constrained Dung theories (CAF) performs inference on the C-grounded extension. Extensions are determined by checking whether the CAF has a least element as well as whether its characteristic function is monotone.
Author:
Sandra Hoffmann
  • Constructor Details

    • SimpleCAFGroundedReasoner

      public SimpleCAFGroundedReasoner()
      Default Constructor
  • Method Details