Class MooreCacheConsistencyTest<I,​O>

    • Constructor Detail

      • MooreCacheConsistencyTest

        public MooreCacheConsistencyTest​(net.automatalib.incremental.moore.IncrementalMooreBuilder<I,​O> incMoore)
        Constructor.
        Parameters:
        incMoore - the IncrementalMooreBuilder data structure underlying the cache
    • Method Detail

      • findCounterExample

        public @Nullable DefaultQuery<I,​net.automatalib.word.Word<O>> findCounterExample​(net.automatalib.automaton.transducer.MooreMachine<?,​I,​?,​O> hypothesis,
                                                                                               Collection<? extends I> inputs)
        Specified by:
        findCounterExample in interface EquivalenceOracle<net.automatalib.automaton.transducer.MooreMachine<?,​I,​?,​O>,​I,​net.automatalib.word.Word<O>>