Class SFR_GreedyKApproximationReasoner

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

public class SFR_GreedyKApproximationReasoner extends Object implements KOptimisationReasoner
Starting from the complete set of arguments, this algorithms greedily determines an approximation to a k-stable* extension by iteratively removing arguments (without losing full range) that remove the maximal number of conflicts. SFR = Shrinking full range sets [Thimm. Optimisation and Approximation in Abstract Argumentation: The Case of Stable Semantics. IJCAI 2024]
Author:
Matthias Thimm