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
de89a8ef
Commit
de89a8ef
authored
Feb 10, 2022
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4b019805
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
1Bit.toolbox/1Bit___Model_1.launch
1Bit.toolbox/1Bit___Model_1.launch
+1
-1
MutualExclusionSpec.pdf
MutualExclusionSpec.pdf
+0
-0
MutualExclusionSpec.tla
MutualExclusionSpec.tla
+1
-2
No files found.
1Bit.toolbox/1Bit___Model_1.launch
View file @
de89a8ef
...
...
@@ -13,7 +13,7 @@
<stringAttribute
key=
"distributedTLC"
value=
"off"
/>
<stringAttribute
key=
"distributedTLCVMArgs"
value=
""
/>
<intAttribute
key=
"fpBits"
value=
"1"
/>
<intAttribute
key=
"fpIndex"
value=
"
96
"
/>
<intAttribute
key=
"fpIndex"
value=
"
50
"
/>
<booleanAttribute
key=
"fpIndexRandom"
value=
"true"
/>
<intAttribute
key=
"maxHeapSize"
value=
"25"
/>
<intAttribute
key=
"maxSetSize"
value=
"1000000"
/>
...
...
MutualExclusionSpec.pdf
View file @
de89a8ef
No preview for this file type
MutualExclusionSpec.tla
View file @
de89a8ef
...
...
@@ -47,7 +47,7 @@ Spec == /\ Init
MutualExclusion == \A i,j \in Procs: (i /= j) => ~((pc[i] = "cs") /\ (pc[j] = "cs"))
\* Liveness is temporal property indicating that every process has a chance to enter critical section and leaves it.
\* A process should keep on entering the critical-section unless it is stuck in it non-critical part.
\* A process should keep on entering the critical-section unless it is stuck in it
s
non-critical part.
Liveness == \A i \in Procs:
/\
\/ <>[](pc[i] = "non-cs") \* either stuck in non-cs, or
...
...
@@ -61,5 +61,4 @@ THEOREM Spec => []TypeOK
THEOREM Spec => []MutualExclusion
THEOREM Spec => Liveness
=============================================================================
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