forked from ticktac-project/tchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * aligning to TR * improved readability and counting each alternating seq only once * updated doc * wip
- Loading branch information
Showing
45 changed files
with
296 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
cat "$(dirname $0)/strong_timed_bisim_system_tests/Lieb_et_al/A6.txt" | ||
|
26 changes: 26 additions & 0 deletions
26
examples/strong_timed_bisim_system_tests/Lieb_et_al/A6.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This file is a part of the TChecker project. | ||
# | ||
# See files AUTHORS and LICENSE for copyright details. | ||
|
||
system:Lieb_et_al_A6 | ||
|
||
clock:1:x | ||
|
||
event:a | ||
event:b | ||
event:c | ||
|
||
process:P | ||
location:P:A{initial:} | ||
location:P:B{invariant: x<2} | ||
location:P:C{} | ||
location:P:BPrime{invariant: x<2} | ||
location:P:CPrime{} | ||
|
||
edge:P:A:B:a{provided: x >= 1 : do: x=0} | ||
edge:P:B:C:b{} | ||
edge:P:C:A:c{provided: x>3 : do: x=0} | ||
|
||
edge:P:A:BPrime:a{provided: x <= 1 : do: x=0} | ||
edge:P:BPrime:CPrime:b{} | ||
edge:P:CPrime:A:c{provided: x>3 : do: x=0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.