Class RestrictedBipolarSatEncoding

java.lang.Object
org.tweetyproject.arg.adf.reasoner.sat.encodings.RestrictedBipolarSatEncoding
All Implemented Interfaces:
SatEncoding

public class RestrictedBipolarSatEncoding extends Object implements SatEncoding
This class implements a SAT encoding for restricted bipolar Abstract Dialectical Frameworks (ADF) based on a given partial interpretation. It handles the relationships between arguments through attacking and supporting links.

This encoding ensures that for any given argument, the relationships established by the links are respected according to the partial interpretation provided.

Author:
Mathias Hofer