LearnTA
0.0.1
|
A chain of the equivalence oracles. More...
#include <equivalance_oracle_chain.hh>
Public Member Functions | |
std::optional< TimedWord > | findCounterExample (const TimedAutomaton &hypothesis) override |
Make an equivalence query. | |
void | push_back (std::unique_ptr< EquivalenceOracle > &&oracle) |
![]() | |
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 |
A chain of the equivalence oracles.