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
1a911940
Commit
1a911940
authored
Feb 11, 2022
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f5df3abe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
Route.tla
Route.tla
+1
-1
Route.toolbox/Route___Model_1.launch
Route.toolbox/Route___Model_1.launch
+5
-0
No files found.
Route.tla
View file @
1a911940
...
@@ -157,7 +157,7 @@ ParentPath(n) ==
...
@@ -157,7 +157,7 @@ ParentPath(n) ==
RECURSIVE PathCorrect(_)
RECURSIVE PathCorrect(_)
PathCorrect(p) ==
PathCorrect(p) ==
CASE p = << >> -> FALSE
CASE p = << >> -> FALSE
[] Len(p) = 1 -> p \in Nodes
[] Len(p) = 1 -> p
[1]
\in Nodes
[] OTHER -> {p[1],p[2]} \in Edges /\ PathCorrect(Tail(p))
[] OTHER -> {p[1],p[2]} \in Edges /\ PathCorrect(Tail(p))
\* PathMinimal verifies that path p has minimal length in between p0 and pEND.
\* PathMinimal verifies that path p has minimal length in between p0 and pEND.
...
...
Route.toolbox/Route___Model_1.launch
View file @
1a911940
...
@@ -35,4 +35,9 @@
...
@@ -35,4 +35,9 @@
<stringAttribute
key=
"result.mail.address"
value=
""
/>
<stringAttribute
key=
"result.mail.address"
value=
""
/>
<stringAttribute
key=
"specName"
value=
"Route"
/>
<stringAttribute
key=
"specName"
value=
"Route"
/>
<stringAttribute
key=
"tlcResourcesProfile"
value=
"local custom"
/>
<stringAttribute
key=
"tlcResourcesProfile"
value=
"local custom"
/>
<listAttribute
key=
"traceExploreExpressions"
>
<listEntry
value=
"1[ n \in Nodes |-> ParentPath(n) ]"
/>
<listEntry
value=
"0[ n \in Nodes |-> LET p == ParentPath(n) IN << PathCorrect(p), PathMinimal(p) >> ]"
/>
<listEntry
value=
"1[ n \in Nodes |-> PathCorrect(ParentPath(n)) ]"
/>
</listAttribute>
</launchConfiguration>
</launchConfiguration>
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