24 lines
570 B
Plaintext
24 lines
570 B
Plaintext
---- MODULE MC ----
|
|
EXTENDS TwoPhase, TLC
|
|
|
|
\* CONSTANT definitions @modelParameterConstants:0RM
|
|
const_154592286770714000 ==
|
|
{"r1", "r2", "r3", "r4", "r5"}
|
|
----
|
|
|
|
\* INIT definition @modelBehaviorInit:0
|
|
init_154592286770715000 ==
|
|
TPInit
|
|
----
|
|
\* NEXT definition @modelBehaviorNext:0
|
|
next_154592286770716000 ==
|
|
TPNext
|
|
----
|
|
\* INVARIANT definition @modelCorrectnessInvariants:0
|
|
inv_154592286770717000 ==
|
|
TPTypeOK
|
|
----
|
|
=============================================================================
|
|
\* Modification History
|
|
\* Created Thu Dec 27 16:01:07 CET 2018 by veitheller
|