LearnTA
0.0.1
|
Interface of the equivalence oracle. More...
#include <equivalence_oracle_by_test.hh>
Public Member Functions | |
EquivalenceOracleByTest (TimedAutomaton automaton) | |
std::optional< TimedWord > | findCounterExample (const TimedAutomaton &hypothesis) override |
Make an equivalence query. | |
void | push_back (TimedWord word) |
![]() | |
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 |
Interface of the equivalence oracle.