LearnTA
0.0.1
|
Interface of the equivalence oracle. More...
#include <equivalence_oracle.hh>
Public Member Functions | |
virtual std::optional< TimedWord > | findCounterExample (const TimedAutomaton &hypothesis)=0 |
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. | |
Protected Attributes | |
std::size_t | eqQueryCount = 0 |
Interface of the equivalence oracle.