Maximum Majority Voting: Difference between revisions

Content added Content deleted
Line 189: Line 189:
=== Ambiguity resolution example ===
=== Ambiguity resolution example ===


Let's say there was an ambiguity. For a simple situation involving canidates A, B, and C.
Let's say there was an ambiguity. For a simple situation involving candidates A, B, and C.


* A > B 72%
* A > B 72%
Line 199: Line 199:
* Lock A > B
* Lock A > B
* Lock B > C
* Lock B > C
* We elimate the final C > A as it creates an ambiguity or cycle.
* We eliminate the final C > A as it creates an ambiguity or cycle.


Therefore, A is the winner.
Therefore, A is the winner.