public class SimpleEQOracle<A extends net.automatalib.automata.concepts.InputAlphabetHolder<I>,I,D> extends Object implements EquivalenceOracle<A,I,D>
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>| Constructor and Description |
|---|
SimpleEQOracle(EquivalenceOracle<A,I,D> eqOracle) |
| Modifier and Type | Method and Description |
|---|---|
static <A extends net.automatalib.automata.concepts.InputAlphabetHolder<I>,I,D> |
create(EquivalenceOracle<A,I,D> eqOracle) |
DefaultQuery<I,D> |
findCounterExample(A hypothesis,
Collection<? extends I> inputs)
Searches for a counterexample disproving the subjected hypothesis.
|
public SimpleEQOracle(EquivalenceOracle<A,I,D> eqOracle)
public static <A extends net.automatalib.automata.concepts.InputAlphabetHolder<I>,I,D> SimpleEQOracle<A,I,D> create(EquivalenceOracle<A,I,D> eqOracle)
@Nullable public DefaultQuery<I,D> findCounterExample(A hypothesis, Collection<? extends I> inputs)
EquivalenceOraclenull is returned.findCounterExample in interface EquivalenceOracle<A extends net.automatalib.automata.concepts.InputAlphabetHolder<I>,I,D>hypothesis - the conjectureinputs - the set of inputs to consider, this should be a subset of the input alphabet of the provided hypothesisDefaultQuery contains the SUL output for the
respective query.Copyright © 2018. All rights reserved.