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


package org.tweetyproject.arg.adf.reasoner.sat.encodings
  • Class
    Description
    This class implements a SAT encoding for bipolar Abstract Dialectical Frameworks (ADF).
    This class implements a SAT encoding for conflict-free interpretations in an Abstract Dialectical Framework (ADF).
    Fixes the already assigned true/false values.
    The KBipolarSatEncoding class provides an encoding of a bipolar argumentation framework into a propositional formula for SAT solving.
    Fixes the two valued assignments and tries to find a two valued assignment for at least one of the undecided ones.
    Contains the propositional representation of the arguments and links of some ADF.
    Prevents smaller interpretations from being computed, but also allows different interpretations of at least the same size.
    This class implements a SAT encoding for refining unequal interpretations in an Abstract Dialectical Framework (ADF).
    A SatEncoding which is relative to a given interpretation.
    This class implements a SAT encoding for restricted bipolar Abstract Dialectical Frameworks (ADF) based on a given partial interpretation.
    The RestrictedKBipolarSatEncoding class implements a SAT encoding specifically for restricted bipolar Abstract Dialectical Frameworks (ADFs).
    The SatEncoding interface represents a generic SAT encoding mechanism.
    This class implements a SAT encoding for two-valued models in an Abstract Dialectical Framework (ADF).