Class QualifiedReasoner

    • Constructor Detail

      • QualifiedReasoner

        public QualifiedReasoner​(Semantics semantics)
        initialize reasoner with the given semantics as base function. Will only produce meaningful results if the given semantics is SCC-decomposable
        Parameters:
        semantics - a scc-decomposable semantics
      • QualifiedReasoner

        public QualifiedReasoner​(AbstractExtensionReasoner reasoner)
        initialize reasoner with the given reasoner as base reasoner Will only produce meaningful results if the given semantics is SCC-decomposable
        Parameters:
        reasoner - a reasoner for a scc-decomposable semantics