Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Müller
NIWO
Commits
ade38ae1
Commit
ade38ae1
authored
Mar 08, 2019
by
Christian Müller
Browse files
examples
parent
a52faa46
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/tests/leaderelection_withB.spec
View file @
ade38ae1
Workflow
forall
may
a,b
B
(a,b) -> msg += (
a
,b)
forall a,b
,i
(
Inext(a,b) ∧ B(i,
a,b)
)
-> msg += (
i
,b)
loop {
forall a
msg(a,a) -> leader += (a)
forall
may
a,b,c
forall a,b,c
(Inext(b, c) ∧ msg(a, b) ∧ Ile(b, a)) -> msg += (a,c)
}
...
...
Write
Preview
Supports
Markdown
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