Class GFR_GreedyKApproximationReasoner

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

public class GFR_GreedyKApproximationReasoner extends Object implements KOptimisationReasoner
Starting from the empty set, this algorithms greedily determines an approximation to a k-stable* extension by iteratively adding arguments that add the maximal number of arguments to the range, until full range is achieved. GFR="Growing full range sets" [Thimm. Optimisation and Approximation in Abstract Argumentation: The Case of Stable Semantics. IJCAI 2024]
Author:
Matthias Thimm