Class CounterTransitivityReasonerExample

java.lang.Object
org.tweetyproject.arg.rankings.examples.CounterTransitivityReasonerExample

public class CounterTransitivityReasonerExample extends Object
Demonstrates the usage of the CounterTransitivityReasoner with a specific Argumentation Framework (AAF).

This example constructs an argumentation framework, adds arguments and attacks to it, and then creates a LatticePartialOrder to specify the acceptability relations between arguments. It then uses a CounterTransitivityReasoner to evaluate various ranking strategies and prints the results.