Class SFR_GreedyKApproximationReasoner
java.lang.Object
org.tweetyproject.arg.dung.reasoner.SFR_GreedyKApproximationReasoner
- All Implemented Interfaces:
KOptimisationReasoner
,Reasoner<Integer,
DungTheory, Argument>
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionquery
(DungTheory aaf, Argument arg) Queries the given belief base for the given formula.
-
Constructor Details
-
SFR_GreedyKApproximationReasoner
public SFR_GreedyKApproximationReasoner()
-
-
Method Details
-
query
Description copied from interface:Reasoner
Queries the given belief base for the given formula.- Specified by:
query
in interfaceKOptimisationReasoner
- Specified by:
query
in interfaceReasoner<Integer,
DungTheory, Argument> - Parameters:
aaf
- a belief basearg
- a formula- Returns:
- the answer to the query
-