24 lines
554 B
Plaintext
24 lines
554 B
Plaintext
---- MODULE MC ----
|
|
EXTENDS TwoPhase, TLC
|
|
|
|
\* CONSTANT definitions @modelParameterConstants:0RM
|
|
const_15459227497686000 ==
|
|
{"r1", "r2", "r3"}
|
|
----
|
|
|
|
\* INIT definition @modelBehaviorInit:0
|
|
init_15459227497687000 ==
|
|
TPInit
|
|
----
|
|
\* NEXT definition @modelBehaviorNext:0
|
|
next_15459227497688000 ==
|
|
TPNext
|
|
----
|
|
\* INVARIANT definition @modelCorrectnessInvariants:0
|
|
inv_15459227497689000 ==
|
|
TPTypeOK
|
|
----
|
|
=============================================================================
|
|
\* Modification History
|
|
\* Created Thu Dec 27 15:59:09 CET 2018 by veitheller
|