Class AllPEAFInducerExample

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

public class AllPEAFInducerExample extends Object
Example class demonstrating the use of the PEAF (Preference-based Argumentation Framework) inducer.

This example sets up a PEAF theory with a specified number of arguments, adds various support and attack relationships between the arguments, and then uses the `LiExactPEAFInducer` to induce new EAF (Argumentation Framework) theories from the given PEAF theory. The results are printed and saved to files.

  • Constructor Details

    • AllPEAFInducerExample

      public AllPEAFInducerExample()
      Default Constructor
  • Method Details

    • main

      public static void main(String[] args)
      Main method to run the example.

      This method initializes a PEAF theory with a set number of arguments, defines support and attack relationships, and uses the `LiExactPEAFInducer` to induce new EAF theories. It prints each induced EAF and saves it to a file.

      Parameters:
      args - Command line arguments (not used in this example).