LearnTA
0.0.1
|
Equivalence oracle with a timed automaton recognizing the complement of the target language. More...
#include <timed_automata_equivalence_oracle.hh>
Public Member Functions | |
ComplementTimedAutomataEquivalenceOracle (TimedAutomaton target, TimedAutomaton complement, std::vector< Alphabet > alphabet) | |
std::optional< TimedWord > | findCounterExample (const TimedAutomaton &hypothesis) override |
Make an equivalence query. | |
![]() | |
std::size_t | numEqQueries () const |
Return the number of the executed equivalence queries. | |
virtual std::ostream & | printStatistics (std::ostream &stream) const |
Print the statistics. | |
Additional Inherited Members | |
![]() | |
std::size_t | eqQueryCount = 0 |
Equivalence oracle with a timed automaton recognizing the complement of the target language.
|
inline |
[in] | complement | A timed automaton recognizing the complement of the target language |