Class DeductiveArgumentation

java.lang.Object
org.tweetyproject.arg.bipolar.examples.DeductiveArgumentation

public class DeductiveArgumentation extends Object
Demonstrates the construction of deductive argumentation frameworks and the computation of their extensions.

This example uses the Deductive Argumentation Framework to create an argumentation framework, add arguments and relationships, and then compute various types of extensions. The example framework and its associated Dung theory are used to compute extensions using different reasoners.

The example is based on the work by Cayrol and Lagasquie-Schiex on bipolarity in argumentation graphs.