Uses of Interface
org.tweetyproject.arg.dung.reasoner.KOptimisationReasoner
Packages that use KOptimisationReasoner
-
Uses of KOptimisationReasoner in org.tweetyproject.arg.dung.reasoner
Classes in org.tweetyproject.arg.dung.reasoner that implement KOptimisationReasonerModifier and TypeClassDescriptionclassStarting 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.classStarting 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.classA MaxSAT-based implementation for solving the MaxStable* problem from [Thimm.classA MaxSAT-based implementation for solving the MaxStable problem from [Thimm.classStarting 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.classStarting 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.