Class GCF_GreedyKApproximationReasoner

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

public class GCF_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 (without introducing conflicts) that add the maximal number of arguments to the range. GCF="Growing conflict-free sets". [Thimm. Optimisation and Approximation in Abstract Argumentation: The Case of Stable Semantics. IJCAI 2024]
Author:
Matthias Thimm