Condorcet Winner - compare STAR and RCV IRV
-
Both STAR and RCV can fail to chose CW (Condorcet Winner).
How often does this happen?
Do we have any GitHub simulation software to flash it out (ideally with few example ballots). -
I started on some simulation code. The simulation in it is incorrect and even then, only attempted to address one voting system. The parts of the program where it collects the problem definition from the user/researcher and abandons the simulation if it is still running when the researcher changes the problem (which can require so little action as moving a slider control), work correctly. However, since the start of 2023, I have been acting out an obsession with rewriting the underlying computer-sciencey stuff as cleaner code (but not changing the basic strategy).