I am trying to check if an uppaal model recognizes a trace.
I have to generate random traces and check if another similar model can do the same trace. I can do the random generation by using verifyta.exe with the query:
" simulate [<=n; 1] {clock} "
However, I do not know if Uppaal or Tron, or some extension is able to check if a model can actually reach the same trace as input. I will appreciate any recommendations, whether it is changing the way I generate the traces or the way I want the models to recognize the traces.
Any help would be highly appreciated :D