Class LiExactPEAFInducer

java.lang.Object
org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducer
org.tweetyproject.arg.bipolar.inducers.LiExactPEAFInducer
All Implemented Interfaces:
PEAFInducer

@Deprecated public class LiExactPEAFInducer extends AbstractPEAFInducer
Deprecated.
This is a direct re-implementation of the Hengfei Li's ruby code in Java. see Li, Hengfei. Probabilistic argumentation. 2015. PhD Thesis. Aberdeen University. The comments also have the ruby code equivalent. LiExactPEAFInducer generates all possible EAFs that can be generated from a PEAF. FIXME: This is to be used in @see Runner of the module. It is a great reference implementation.
Author:
Taha Dogan Gunes