Class AllPEAFInducerExample
java.lang.Object
org.tweetyproject.arg.bipolar.examples.AllPEAFInducerExample
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 Summary
-
Method Summary
-
Constructor Details
-
AllPEAFInducerExample
public AllPEAFInducerExample()Default Constructor
-
-
Method Details
-
main
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).
-