Package org.tweetyproject.arg.adf.reasoner.sat.processor
package org.tweetyproject.arg.adf.reasoner.sat.processor
-
ClassDescriptionMaximizes a given interpretation, but only counts admissible interpretations as larger.The
ConflictFreeMaximizer
is an abstract class responsible for maximizing conflict-free interpretations in an abstract dialectical framework (ADF).Performs further processing on interpretations, e.g.TheKBipolarStateProcessor
class is responsible for processing the state of anAbstractDialecticalFramework
(ADF) by encoding its bipolar and k-bipolar structure into logical clauses.TheRestrictedKBipolarStateProcessor
is a class that processes SAT encodings for restricted bipolar and k-bipolar argumentation frameworks.TheStateProcessor
interface defines a contract for processing a set of states and translating them into logical clauses for further operations such as SAT solving or reasoning.