Skip to content
Snippets Groups Projects
Commit 0647931e authored by Pamela Dyer's avatar Pamela Dyer
Browse files

Update models/Application_examples/Euclids_Algorithm.mp

parent c874893f
No related branches found
No related tags found
1 merge request!67Update Euclids_Algorithm.mp
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
│*│ │ │*│ │
│*│ ┌─[ Purpose ]────────────────────────────────────────┐ │ │*│ ┌─[ Purpose ]────────────────────────────────────────┐ │
│*│ │ To use MP to model an adaptation of the well-known │ │ │*│ │ To use MP to model an adaptation of the well-known │ │
│*│ │ Greatest Common Divisor Algorithm by Euclid. │ │ │*│ │ Greatest Common Divisor (GCD) Algorithm by Euclid. │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Description ]────────────────────────────────────┐ │ │*│ ┌─[ Description ]────────────────────────────────────┐ │
...@@ -21,14 +21,12 @@ ...@@ -21,14 +21,12 @@
│*│ ┌─[ References ]─────────────────────────────────────┐ │ │*│ ┌─[ References ]─────────────────────────────────────┐ │
│*│ │ Leslie Lamport's Introduction to TLA+ | | │*│ │ Leslie Lamport's Introduction to TLA+ | |
│*│ │ https://www.newsroom.hlf-foundation.org/newsroom/ | | │*│ │ https://www.newsroom.hlf-foundation.org/newsroom/ | |
│*│ │ https://www.newsroom.hlf-foundation.org/newsroom/ | | │*│ │ https://www.newsroom.hlf-foundation.org/newsroom/lectures/video/lecture-if-youre-not-writing-a-program-dont-use-a-programming-language.html
|*| | lectures/video/lecture-if-youre-not-writing-a- | |
|*| | program-dont-use-a-programming-language.html | |
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Search Terms ]───────────────────────────────────┐ │ │*│ ┌─[ Search Terms ]───────────────────────────────────┐ │
│*│ │ behavior, Euclid, GCD, Lamport ; │ │ │*│ │ behavior, Euclid; GCD; Lamport; │ │
│*│ │ coordination, event; coordination, conditional │ │ │*│ │ coordination, event; ENSURE, conditional │ │
│*│ └────────────────────────────────────────────────────┘ │ │*│ └────────────────────────────────────────────────────┘ │
│*│ │ │*│ │
│*│ ┌─[ Instructions ]───────────────────────────────────┐ │ │*│ ┌─[ Instructions ]───────────────────────────────────┐ │
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment