Package org.tweetyproject.arg.adf.reasoner.sat.processor


package org.tweetyproject.arg.adf.reasoner.sat.processor
  • Class
    Description
    Maximizes 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.
    The KBipolarStateProcessor class is responsible for processing the state of an AbstractDialecticalFramework (ADF) by encoding its bipolar and k-bipolar structure into logical clauses.
    The RestrictedKBipolarStateProcessor is a class that processes SAT encodings for restricted bipolar and k-bipolar argumentation frameworks.
    The StateProcessor 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.