Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
i7
peregrine
Commits
961bd0c0
Commit
961bd0c0
authored
Aug 01, 2018
by
Philipp Meyer
Browse files
Fix identifiers in broadcast protocol for correctness verification
parent
ba7ca5d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/broadcast.pp
View file @
961bd0c0
{
"title"
:
"Broadcast Protocol"
,
"states"
:
[
"true"
,
"false"
],
"states"
:
[
"
_
true"
,
"
_
false"
],
"transitions"
:
[{
"name"
:
"true,false->true,true"
,
"pre"
:
[
"true"
,
"false"
],
"post"
:
[
"true"
,
"true"
]
"pre"
:
[
"
_
true"
,
"
_
false"
],
"post"
:
[
"
_
true"
,
"
_
true"
]
}
],
"initialStates"
:
[
"true"
,
"false"
],
"trueStates"
:
[
"true"
],
"predicate"
:
"true >= 1"
"initialStates"
:
[
"
_
true"
,
"
_
false"
],
"trueStates"
:
[
"
_
true"
],
"predicate"
:
"
_
true >= 1"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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