Class SCF_GreedyKApproximationReasoner

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

public class SCF_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 (that resolve a maximal number of conflicts) until the set is conflict-free. SCF = Shrinking conflict-free sets [Thimm. Optimisation and Approximation in Abstract Argumentation: The Case of Stable Semantics. IJCAI 2024]
Author:
Matthias Thimm