From b1f2e42ce699cd38ad4b7c015fce4ffd2d45cc4d Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 9 Aug 2021 19:56:51 +1000 Subject: [PATCH] Update documentation --- docs/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index fb0bce8..771c215 100644 --- a/docs/options.md +++ b/docs/options.md @@ -63,7 +63,7 @@ Note that the combination ‘*>= Droop (exact)*’ (or, when *Round quota to [n] This option allows you to specify whether the votes required for election can change during the count. The options are: * *Static quota* (default): The quota is calculated once after all first-preference votes are allocated, and remains constant throughout the count. -* *Static with ERS97 rules*: The quota is static, but candidates may be elected if their vote exceeds (or equals, according to the *Quota criterion*) the active vote, divided by (*S* + 1). +* *Static with ERS97/ERS76 rules*: The quota is static, but candidates may be elected if their vote exceeds (or equals, according to the *Quota criterion*) the active vote, divided by one more than the number of remaining vacancies (with minor variations in details between ERS97 and ERS76). Additionally, under ERS97 rules, the quota is reduced if ballot papers exhaust before any candidate is elected. * *Dynamic by total vote*: The quota is recalculated at the end of each stage, according to the *Quota* option. * *Dynamic by active vote*: The quota is recalculated at the end of each stage, according to the *Quota* option, but where *V* is the active vote and *S* is the number of remaining vacancies.