@FunctionalInterface public interface Expert<G,M>
Modifier and Type | Method and Description |
---|---|
Set<CounterExample<G,M>> |
getCounterExamples(Implication<G,M> implication)
Returns an empty set if the provided implication is valid, otherwise returns a set containing at least one
counterexample.
|
default Future<Set<CounterExample<G,M>>> |
requestCounterExamples(Implication<G,M> implication) |
Set<CounterExample<G,M>> getCounterExamples(Implication<G,M> implication) throws InterruptedException
impl
- InterruptedException
default Future<Set<CounterExample<G,M>>> requestCounterExamples(Implication<G,M> implication)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.