Class GgAdmissibleAstApproximationReasoner

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

public class GgAdmissibleAstApproximationReasoner 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 violate the least number of attacks.
Author:
Matthias Thimm
  • Constructor Details

    • GgAdmissibleAstApproximationReasoner

      public GgAdmissibleAstApproximationReasoner()
  • Method Details