Commit f1028e57 authored by Philipp Meyer's avatar Philipp Meyer
Browse files

Merge branch 'master' of gitlab.lrz.de:i7/peregrine

parents 6f0c6f0a a05e5aff
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ All properties satisfied
As seen in the output, Peregrine by default checks two properties: 
*Layered Termination* and *Strong Consensus*:

* Layered Termination: every fair run of the protocol
* Layered Termination: protocol is layered in a way that every fair run of the protocol
will eventually reach a terminal population where no more change occurs.
* Strong Consensus: every terminal population reachable from an initial population
  forms a consensus. Moreover, the boolean value of the consensus must be unique 
@@ -113,6 +113,10 @@ Authors
* Philipp Meyer (<meyerphi@in.tum.de>)
* Stefan Jaax (<jaax@in.tum.de>)

References
--------
* Michael Blondin, Javier Esparza, Stefan Jaax, Philipp J. Meyer: “Towards Efficient Verification of Population Protocols”, 2017; [http://arxiv.org/abs/1703.04367 arXiv:1703.04367].

Licence
-------
Peregrine is licensed under the GPLv3, see [LICENSE.md](LICENSE.md) for details.