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
e73c6cc7
Commit
e73c6cc7
authored
Feb 10, 2022
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b852b1f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
64 deletions
+2
-64
MutualExclusionSpec.toolbox/Model_1/MC.cfg
MutualExclusionSpec.toolbox/Model_1/MC.cfg
+2
-2
MutualExclusionSpec.toolbox/Model_1/MC.tla
MutualExclusionSpec.toolbox/Model_1/MC.tla
+0
-16
MutualExclusionSpec.toolbox/Model_1/Model_1.dot
MutualExclusionSpec.toolbox/Model_1/Model_1.dot
+0
-46
No files found.
MutualExclusionSpec.toolbox/Model_1/MC.cfg
View file @
e73c6cc7
...
@@ -5,7 +5,7 @@ p2 = p2
...
@@ -5,7 +5,7 @@ p2 = p2
\* MV CONSTANT definitions
\* MV CONSTANT definitions
CONSTANT
CONSTANT
Procs <- const_1644487
129023939
000
Procs <- const_1644487
333852943
000
\* SPECIFICATION definition
\* SPECIFICATION definition
SPECIFICATION
SPECIFICATION
Spec
Spec
...
@@ -16,4 +16,4 @@ MutualExclusion
...
@@ -16,4 +16,4 @@ MutualExclusion
\* PROPERTY definition
\* PROPERTY definition
PROPERTY
PROPERTY
Liveness
Liveness
\* Generated on Thu Feb 10 12:58:49 MSK 2022
\* Generated on Thu Feb 10 13:02:13 MSK 2022
\ No newline at end of file
\ No newline at end of file
MutualExclusionSpec.toolbox/Model_1/MC.tla
deleted
100644 → 0
View file @
b852b1f1
---- MODULE MC ----
EXTENDS MutualExclusionSpec, TLC
\* MV CONSTANT declarations@modelParameterConstants
CONSTANTS
p1, p2
----
\* MV CONSTANT definitions Procs
const_1644487129023939000 ==
{p1, p2}
----
=============================================================================
\* Modification History
\* Created Thu Feb 10 12:58:49 MSK 2022 by kirr
MutualExclusionSpec.toolbox/Model_1/Model_1.dot
deleted
100644 → 0
View file @
b852b1f1
strict
digraph
DiskGraph
{
edge
[
colorscheme
=
"paired12"
]
nodesep
=
0.35
;
subgraph
cluster_graph
{
color
=
"white"
;
7826388974498231005
[
label
=
"pc = (p1 :> \"non-cs\" @@ p2 :> \"non-cs\")"
,
style
=
filled
]
7826388974498231005
->
7743948932593470164
[
label
=
""
,
color
=
"2"
,
fontcolor
=
"2"
]
;
7743948932593470164
[
label
=
"pc = (p1 :> \"csentry\" @@ p2 :> \"non-cs\")"
]
;
7826388974498231005
->
-
7091387860856146872
[
label
=
""
,
color
=
"2"
,
fontcolor
=
"2"
]
;
-
7091387860856146872
[
label
=
"pc = (p1 :> \"non-cs\" @@ p2 :> \"csentry\")"
]
;
7743948932593470164
->
1520033749518464798
[
label
=
""
,
color
=
"3"
,
fontcolor
=
"3"
]
;
1520033749518464798
[
label
=
"pc = (p1 :> \"cs\" @@ p2 :> \"non-cs\")"
]
;
7826388974498231005
->
7826388974498231005
[
style
=
"dashed"
]
;
7743948932593470164
->
2891225834013969262
[
label
=
""
,
color
=
"2"
,
fontcolor
=
"2"
]
;
2891225834013969262
[
label
=
"pc = (p1 :> \"csentry\" @@ p2 :> \"csentry\")"
]
;
7743948932593470164
->
7743948932593470164
[
style
=
"dashed"
]
;
-
7091387860856146872
->
2891225834013969262
[
label
=
""
,
color
=
"2"
,
fontcolor
=
"2"
]
;
-
7091387860856146872
->
-
7604993468008606684
[
label
=
""
,
color
=
"3"
,
fontcolor
=
"3"
]
;
-
7604993468008606684
[
label
=
"pc = (p1 :> \"non-cs\" @@ p2 :> \"cs\")"
]
;
-
7091387860856146872
->
-
7091387860856146872
[
style
=
"dashed"
]
;
1520033749518464798
->
7826388974498231005
[
label
=
""
,
color
=
"4"
,
fontcolor
=
"4"
]
;
1520033749518464798
->
8048625394011437004
[
label
=
""
,
color
=
"2"
,
fontcolor
=
"2"
]
;
8048625394011437004
[
label
=
"pc = (p1 :> \"cs\" @@ p2 :> \"csentry\")"
]
;
1520033749518464798
->
1520033749518464798
[
style
=
"dashed"
]
;
2891225834013969262
->
8048625394011437004
[
label
=
""
,
color
=
"3"
,
fontcolor
=
"3"
]
;
2891225834013969262
->
6198530037439632960
[
label
=
""
,
color
=
"3"
,
fontcolor
=
"3"
]
;
6198530037439632960
[
label
=
"pc = (p1 :> \"csentry\" @@ p2 :> \"cs\")"
]
;
2891225834013969262
->
2891225834013969262
[
style
=
"dashed"
]
;
-
7604993468008606684
->
6198530037439632960
[
label
=
""
,
color
=
"2"
,
fontcolor
=
"2"
]
;
-
7604993468008606684
->
7826388974498231005
[
label
=
""
,
color
=
"4"
,
fontcolor
=
"4"
]
;
-
7604993468008606684
->
-
7604993468008606684
[
style
=
"dashed"
]
;
8048625394011437004
->
-
7091387860856146872
[
label
=
""
,
color
=
"4"
,
fontcolor
=
"4"
]
;
8048625394011437004
->
8048625394011437004
[
style
=
"dashed"
]
;
6198530037439632960
->
7743948932593470164
[
label
=
""
,
color
=
"4"
,
fontcolor
=
"4"
]
;
6198530037439632960
->
6198530037439632960
[
style
=
"dashed"
]
;
{
rank
=
same
;
7826388974498231005
;}
{
rank
=
same
;
7743948932593470164
;
-
7091387860856146872
;}
{
rank
=
same
;
-
7604993468008606684
;
1520033749518464798
;
2891225834013969262
;}
{
rank
=
same
;
6198530037439632960
;
8048625394011437004
;}
}
subgraph
cluster_legend
{
graph
[
style
=
bold
]
;
label
=
"Next State Actions"
style
=
"solid"
node
[
labeljust
=
"l"
,
colorscheme
=
"paired12"
,
style
=
filled
,
shape
=
record
]
WantCS
[
label
=
"WantCS"
,
fillcolor
=
2
]
ExitCS
[
label
=
"ExitCS"
,
fillcolor
=
4
]
EnterCS
[
label
=
"EnterCS"
,
fillcolor
=
3
]
}}
\ No newline at end of file
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