Class NaiveMusEnumerator<S extends net.sf.tweety.commons.Formula>

  • Type Parameters:
    S - The type of formulas.
    All Implemented Interfaces:
    BeliefSetConsistencyTester<S>, ConsistencyTester<net.sf.tweety.commons.BeliefSet<S,​?>>, MusEnumerator<S>

    public class NaiveMusEnumerator<S extends net.sf.tweety.commons.Formula>
    extends AbstractMusEnumerator<S>
    A simple approach to compute minimal inconsistent subsets and maximal consistent subsets by exhaustive search.
    Author:
    Matthias Thimm
    • Constructor Detail

      • NaiveMusEnumerator

        public NaiveMusEnumerator​(BeliefSetConsistencyTester<S> tester)
        Creates a new naive MusEnumerator that uses the given consistency tester.
        Parameters:
        tester - some consistency tester