Class SimpleWeightedPreferredReasoner<T>

java.lang.Object
org.tweetyproject.arg.weighted.reasoner.SimpleWeightedPreferredReasoner<T>
Type Parameters:
T - The type

public class SimpleWeightedPreferredReasoner<T> extends Object
This reasoner for weighted Dung theories performs inference on the alpha-gamma-preferred extensions. Computes the set of all alpha-gamma-preferred extensions, i.e., all maximal alpha-gamma-admissable sets. It does so by first computing all alpha-gamma-complete extensions and then checking if they are alpha-gamma-preferred extensions.
Author:
Sandra Hoffmann