Class GsAdmissibleAstApproximationReasoner

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

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

    • GsAdmissibleAstApproximationReasoner

      public GsAdmissibleAstApproximationReasoner()
  • Method Details