Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
KTLA Study
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
KTLA Study
Commits
900a5e4c
Commit
900a5e4c
authored
Feb 10, 2022
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1c3425c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
35 deletions
+0
-35
MutualExclusionSpec.toolbox/Model_1/MC.cfg
MutualExclusionSpec.toolbox/Model_1/MC.cfg
+0
-19
MutualExclusionSpec.toolbox/Model_1/MC.tla
MutualExclusionSpec.toolbox/Model_1/MC.tla
+0
-16
No files found.
MutualExclusionSpec.toolbox/Model_1/MC.cfg
deleted
100644 → 0
View file @
1c3425c7
\* MV CONSTANT declarations
CONSTANTS
p1 = p1
p2 = p2
\* MV CONSTANT definitions
CONSTANT
Procs <- const_1644487897396959000
\* SPECIFICATION definition
SPECIFICATION
Spec
\* INVARIANT definition
INVARIANT
TypeOK
MutualExclusion
\* PROPERTY definition
PROPERTY
Liveness
\* Generated on Thu Feb 10 13:11:37 MSK 2022
\ No newline at end of file
MutualExclusionSpec.toolbox/Model_1/MC.tla
deleted
100644 → 0
View file @
1c3425c7
---- MODULE MC ----
EXTENDS MutualExclusionSpec, TLC
\* MV CONSTANT declarations@modelParameterConstants
CONSTANTS
p1, p2
----
\* MV CONSTANT definitions Procs
const_1644487897396959000 ==
{p1, p2}
----
=============================================================================
\* Modification History
\* Created Thu Feb 10 13:11:37 MSK 2022 by kirr
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment