public class SimulatorEQOracle<I> extends Object implements EquivalenceOracle<net.automatalib.automata.vpda.OneSEVPA<?,I>,I,Boolean>
EquivalenceOracle.DFAEquivalenceOracle<I>, EquivalenceOracle.MealyEquivalenceOracle<I,O>
Constructor and Description |
---|
SimulatorEQOracle(net.automatalib.automata.vpda.OneSEVPA<?,I> reference,
net.automatalib.words.VPDAlphabet<I> alphabet) |
Modifier and Type | Method and Description |
---|---|
DefaultQuery<I,Boolean> |
findCounterExample(net.automatalib.automata.vpda.OneSEVPA<?,I> hypothesis,
Collection<? extends I> inputs)
Searches for a counterexample disproving the subjected hypothesis.
|
public DefaultQuery<I,Boolean> findCounterExample(net.automatalib.automata.vpda.OneSEVPA<?,I> hypothesis, Collection<? extends I> inputs)
EquivalenceOracle
null
is returned.findCounterExample
in interface EquivalenceOracle<net.automatalib.automata.vpda.OneSEVPA<?,I>,I,Boolean>
hypothesis
- the conjectureinputs
- the set of inputs to consider, this should be a subset of the input alphabet of the provided hypothesisnull
if no counterexample could be found. In case a
non-null
value is returned, the output field in the DefaultQuery
contains the SUL output for the
respective query.Copyright © 2019. All rights reserved.