38 lines
802 B
Plaintext
38 lines
802 B
Plaintext
---- MODULE MC ----
|
|
EXTENDS TwoPhase, TLC
|
|
|
|
\* MV CONSTANT declarations@modelParameterConstants
|
|
CONSTANTS
|
|
r1, r2, r3
|
|
----
|
|
|
|
\* MV CONSTANT definitions RM
|
|
const_154592300704034000 ==
|
|
{r1, r2, r3}
|
|
----
|
|
|
|
\* SYMMETRY definition
|
|
symm_154592300704035000 ==
|
|
Permutations(const_154592300704034000)
|
|
----
|
|
|
|
\* INIT definition @modelBehaviorInit:0
|
|
init_154592300704036000 ==
|
|
TPInit
|
|
----
|
|
\* NEXT definition @modelBehaviorNext:0
|
|
next_154592300704037000 ==
|
|
TPNext
|
|
----
|
|
\* INVARIANT definition @modelCorrectnessInvariants:0
|
|
inv_154592300704038000 ==
|
|
TPTypeOK
|
|
----
|
|
\* INVARIANT definition @modelCorrectnessInvariants:1
|
|
inv_154592300704039000 ==
|
|
TCConsistent
|
|
----
|
|
=============================================================================
|
|
\* Modification History
|
|
\* Created Thu Dec 27 16:03:27 CET 2018 by veitheller
|