Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing UPPAAL 4.1.20-stratego-9 (rev. 67D95DBCE6B8B4ED), January 2022, macOS version. I cannot find a way to generate a counter-example trace from the verifier in the GUI.
I checked the Some option of the Engine Options / Diagnostic Trace menu, my property is the kind of property for which a counter-example trace makes sense:
A[] a+b <= 6
, and it fails. But I do not see any button or menu item to export a counter-example trace in the Verifier tab.So I thought that the export to the simulator could be somehow automatic, as explained in the documentation but there is nothing like a counter-example trace in the symbolic or concrete simulator.
I checked with
verifyta -f trace -t 0 model.xml
(sameverifyta
version as the GUI): it generates a trace.What am I doing wrong in the GUI or where is this button/menu item that I did not find yet?
Beta Was this translation helpful? Give feedback.
All reactions