Class ModelReasoner
java.lang.Object
org.tweetyproject.arg.adf.reasoner.AbstractDialecticalFrameworkReasoner
org.tweetyproject.arg.adf.reasoner.ModelReasoner
@Deprecated(forRemoval=true,
            since="1.19")
public class ModelReasoner
extends AbstractDialecticalFrameworkReasoner
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.19, for removal in future versions
This class implements a reasoner for the model semantics in Abstract Dialectical Frameworks (ADFs).
 It utilizes a SAT solver to compute model interpretations.
 
This class is deprecated and is planned for removal in future versions. Users should transition to newer reasoner implementations.
- Author:
 - Mathias Hofer
 
- 
Constructor Summary
ConstructorsConstructorDescriptionModelReasoner(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a ModelReasoner with the specified SAT solver. - 
Method Summary
Methods inherited from class org.tweetyproject.arg.adf.reasoner.AbstractDialecticalFrameworkReasoner
credulousQuery, getModel, getModels, modelIterator, skepticalQuery 
- 
Constructor Details
- 
ModelReasoner
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a ModelReasoner with the specified SAT solver.- Parameters:
 solver- the SAT solver to be used for computing model interpretations
 
 -