Class GgAdmissibleApproximationReasoner

java.lang.Object
org.tweetyproject.arg.dung.reasoner.GgAdmissibleApproximationReasoner
All Implemented Interfaces:
KOptimisationReasoner, Reasoner<Integer, DungTheory, Argument>

public class GgAdmissibleApproximationReasoner extends Object implements KOptimisationReasoner
Starting from the empty set, this algorithms greedily determines an approximation to a k-admissible# extension by iteratively adding arguments that add the maximal number of defended attacks.
Author:
Matthias Thimm
  • Constructor Details

    • GgAdmissibleApproximationReasoner

      public GgAdmissibleApproximationReasoner()
  • Method Details