Journals
Publish with us
Publishing partnerships
About us
Blog
Wireless Communications and Mobile Computing
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Wireless Communications and Mobile Computing
/
2022
/
Article
/
Lst 3
/
Research Article
Formal Modelling of PBFT Consensus Algorithm in Event-B
Listing 3
Event ‘Go_faulty’.
Event
Go_faulty
ANY
node
Where
@grd1
node
∈corr
@grd2 3
(corr∖{
node
})≥2
(
NODES
)+1
@grd3 step1=
Commit1
∨step1=
Reply1
Then
@act1 corr≔corr∖{
node
}
@act2 faulty≔faulty∪{
node
}
End