Added weak agreement claims to NS.
This commit is contained in:
@@ -19,6 +19,7 @@ protocol ns3(I,R)
|
|||||||
claim(I,Secret,ni);
|
claim(I,Secret,ni);
|
||||||
claim(I,Secret,nr);
|
claim(I,Secret,nr);
|
||||||
claim(I,Alive);
|
claim(I,Alive);
|
||||||
|
claim(I,Weakagree);
|
||||||
claim(I,Commit,R,ni,nr);
|
claim(I,Commit,R,ni,nr);
|
||||||
claim(I,Niagree);
|
claim(I,Niagree);
|
||||||
claim(I,Nisynch);
|
claim(I,Nisynch);
|
||||||
@@ -37,6 +38,7 @@ protocol ns3(I,R)
|
|||||||
claim(R,Secret,ni);
|
claim(R,Secret,ni);
|
||||||
claim(R,Secret,nr);
|
claim(R,Secret,nr);
|
||||||
claim(R,Alive);
|
claim(R,Alive);
|
||||||
|
claim(R,Weakagree);
|
||||||
claim(R,Commit,I,ni,nr);
|
claim(R,Commit,I,ni,nr);
|
||||||
claim(R,Niagree);
|
claim(R,Niagree);
|
||||||
claim(R,Nisynch);
|
claim(R,Nisynch);
|
||||||
|
|||||||
Reference in New Issue
Block a user