Uses of Class
net.sf.tweety.arg.dung.reasoner.AbstractAcceptabilityReasoner
-
Packages that use AbstractAcceptabilityReasoner Package Description net.sf.tweety.arg.dung.reasoner -
-
Uses of AbstractAcceptabilityReasoner in net.sf.tweety.arg.dung.reasoner
Subclasses of AbstractAcceptabilityReasoner in net.sf.tweety.arg.dung.reasoner Modifier and Type Class Description class
EeeAcceptabilityReasoner
Implements the EEE approach ("exhaustively enumerate extensions") to determine the set of acceptable arguments of an AF, cf.class
IaqAcceptabilityReasoner
Implements the IAQ approach ("iterative acceptability queries") to determine the set of acceptable arguments of an AF, cf.class
SeeAcceptabilityReasoner
Implements the SEE approach ("selective extension enumeration") to determine the set of credulously acceptable arguments of an AF wrt.class
SeemAcceptabilityReasoner
Implements the SEEM approach ("selective extension enumeration with MaxSAT") to determine the set of credulously acceptable arguments of an AF wrt.
-