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
ConflictFreeMaximizeris an abstract class responsible for maximizing conflict-free interpretations in an abstract dialectical framework (ADF).Performs further processing on interpretations, e.g.TheKBipolarStateProcessorclass is responsible for processing the state of anAbstractDialecticalFramework(ADF) by encoding its bipolar and k-bipolar structure into logical clauses.TheRestrictedKBipolarStateProcessoris a class that processes SAT encodings for restricted bipolar and k-bipolar argumentation frameworks.TheStateProcessorinterface defines a contract for processing a set of states and translating them into logical clauses for further operations such as SAT solving or reasoning.