Commit 6430701e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 856b8ffa
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*.toolbox/*.aux *.toolbox/*.aux
*.toolbox/*/*.tla *.toolbox/*/*.tla
!*.toolbox/*/MC.tla
*.toolbox/*/*.dot *.toolbox/*/*.dot
*.toolbox/*/*.pdf *.toolbox/*/*.pdf
*.toolbox/*/*.out *.toolbox/*/*.out
No preview for this file type
...@@ -5,7 +5,7 @@ p2 = p2 ...@@ -5,7 +5,7 @@ p2 = p2
\* MV CONSTANT definitions \* MV CONSTANT definitions
CONSTANT CONSTANT
Procs <- const_1644487382552947000 Procs <- const_1644487564216951000
\* SPECIFICATION definition \* SPECIFICATION definition
SPECIFICATION SPECIFICATION
Spec Spec
...@@ -16,4 +16,4 @@ MutualExclusion ...@@ -16,4 +16,4 @@ MutualExclusion
\* PROPERTY definition \* PROPERTY definition
PROPERTY PROPERTY
Liveness Liveness
\* Generated on Thu Feb 10 13:03:02 MSK 2022 \* Generated on Thu Feb 10 13:06:04 MSK 2022
\ No newline at end of file \ No newline at end of file
---- MODULE MC ----
EXTENDS MutualExclusionSpec, TLC
\* MV CONSTANT declarations@modelParameterConstants
CONSTANTS
p1, p2
----
\* MV CONSTANT definitions Procs
const_1644487564216951000 ==
{p1, p2}
----
=============================================================================
\* Modification History
\* Created Thu Feb 10 13:06:04 MSK 2022 by kirr
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment