tchecker/examples/strong_timed_bisim_system_tests/Lieb_et_al/A3.txt
alzeha ce49d61b11
Intermediate (#3)
very first working version
2024-02-23 17:57:21 +01:00

21 lines
333 B
Plaintext

# This file is a part of the TChecker project.
#
# See files AUTHORS and LICENSE for copyright details.
system:Lieb_et_al_A1
clock:1:x
clock:1:y
event:a
event:b
event:c
process:P
location:P:A{initial:}
location:P:B{invariant: x<2}
location:P:C{}
edge:P:A:B:a{do: x=0;y=0}
edge:P:B:C:b{}
edge:P:C:A:c{provided: y>3 : do: x=0;y=0}