L - the lasso typeI - the input typeD - the output typepublic interface LassoEmptinessOracle<L extends Lasso<I,D>,I,D> extends EmptinessOracle<L,I,D>
EmptinessOracle| Modifier and Type | Interface and Description |
|---|---|
static interface |
LassoEmptinessOracle.DFALassoEmptinessOracle<I> |
static interface |
LassoEmptinessOracle.MealyLassoEmptinessOracle<I,O> |
EmptinessOracle.DFAEmptinessOracle<I>, EmptinessOracle.MealyEmptinessOracle<I,O>| Modifier and Type | Method and Description |
|---|---|
default boolean |
isOmegaCounterExample(boolean isUltimatelyPeriodic)
Return that when a lasso is ultimately periodic, it could serve as a counter example.
|
findCounterExample, isCounterExampledefault boolean isOmegaCounterExample(boolean isUltimatelyPeriodic)
isUltimatelyPeriodic - whether the lasso is ultimately periodicCopyright © 2020. All rights reserved.