Replies: 1 comment
-
Hi @wbreeze ,
For candidates If implicit is true (default), the vote must be interpreted as: If not, the vote must be interpreted as: This can have an effect on some voting methods.
Normally, that should not have any effect on the final result. It's just an expression useful for representing elections with weighted electors (indirect election, shareholder votes...). Also, libraries ingesting this format can act differently (without effect on the result). For example, the Condorcet program will load in memory each vote if you use the quantifier (allowing manipulations later) but will load only one vote if you use the weight. |
Beta Was this translation helpful? Give feedback.
-
thank you for this specification. i like the use of > and =. here are a couple of questions.
what happens if implicit is false?
in what methods does weight have a different effect than number of votes? how is it different?
Beta Was this translation helpful? Give feedback.
All reactions