rcv
rcv copied to clipboard
Ranked Choice Voting Universal Tabulator
If tiebreakMode = random, we should require the config to specify a random seed also. This will ensure consistent results across runs.
We can download San Francisco data from their website.
The precinct report currently gives complete results for ballots from a single precinct (all candidates, all rounds, details, etc) in a single Excel file. This is 266 separate files for...
First pass at this can be a simple button that opens up the config_file_documentation.txt. Eventually, it'd be nice to get full on context-sensitive tooltips integrated.
Currently it is a hard-coded exception in the file compare code. Would be better to at least remove hard-coding. Maybe there is a clever way to mock this.
Continuing our discussion in #232: > OK, yeah, I'm pretty confident that IntelliJ is the culprit for all this nonsense. I looked for a bit and couldn't figure out how...
Sorting the Exluded column (with the checkboxes) behaves strangely, as does sorting columns like Code with mixture of "" and null values in them (since these look the same to...
divide is only used in Tabulator, but multiply has a callsite in CastVoteRecord.
Add a test config and CVR that pushes the edge case for max skipped ranks allowed being unlimited.