i... dont know what to commit
This commit is contained in:
33
TwoPhase.toolbox/Model_1_SnapShot_1545922927774/MC.tla
Normal file
33
TwoPhase.toolbox/Model_1_SnapShot_1545922927774/MC.tla
Normal file
@@ -0,0 +1,33 @@
|
||||
---- MODULE MC ----
|
||||
EXTENDS TwoPhase, TLC
|
||||
|
||||
\* MV CONSTANT declarations@modelParameterConstants
|
||||
CONSTANTS
|
||||
r1, r2, r3
|
||||
----
|
||||
|
||||
\* MV CONSTANT definitions RM
|
||||
const_154592291369123000 ==
|
||||
{r1, r2, r3}
|
||||
----
|
||||
|
||||
\* SYMMETRY definition
|
||||
symm_154592291369124000 ==
|
||||
Permutations(const_154592291369123000)
|
||||
----
|
||||
|
||||
\* INIT definition @modelBehaviorInit:0
|
||||
init_154592291369125000 ==
|
||||
TPInit
|
||||
----
|
||||
\* NEXT definition @modelBehaviorNext:0
|
||||
next_154592291369126000 ==
|
||||
TPNext
|
||||
----
|
||||
\* INVARIANT definition @modelCorrectnessInvariants:0
|
||||
inv_154592291369127000 ==
|
||||
TPTypeOK
|
||||
----
|
||||
=============================================================================
|
||||
\* Modification History
|
||||
\* Created Thu Dec 27 16:01:53 CET 2018 by veitheller
|
Reference in New Issue
Block a user