Copyright © 2010-2015 Zuse Institute Berlin
Version: $Id$
Authors: Florian Schintke (schintke@zib.de).
majority_for_accept/1 | Gives the majority required for a quorum to accept. |
majority_for_deny/1 | Gives the majority required for a quorum to deny. |
minority/1 | Gives the minority. |
majority_for_accept(SetSize :: integer()) -> integer()
Gives the majority required for a quorum to accept.
majority_for_deny(SetSize :: integer()) -> integer()
Gives the majority required for a quorum to deny.
minority(SetSize :: integer()) -> integer()
Gives the minority.
Generated by EDoc, Sep 11 2020, 15:26:04.