Commit Graph

293 Commits

Author SHA1 Message Date
RunasSudo 05ec70830f
Fix bug with constraints
Also initialise constraint matrix with total number of seats
2021-06-27 22:36:50 +10:00
RunasSudo ba3db26263
Describe use of constraints in lead-in text 2021-06-27 22:24:25 +10:00
RunasSudo 1d4036c19e
Implement constraints in web UI 2021-06-27 22:09:34 +10:00
RunasSudo 38eef74e77
Implement constraints (guard-doom method) for CLI 2021-06-27 21:57:24 +10:00
RunasSudo c563654ace
Implement constraint matrix logic and test case 2021-06-27 17:49:28 +10:00
RunasSudo 444e274202
Show help text on hover for pills 2021-06-23 20:18:53 +10:00
RunasSudo ce8b252453
Implement --no-early-bulk-elect 2021-06-23 00:52:25 +10:00
RunasSudo bd6b4b01c5
Add pills to web UI 2021-06-22 23:47:35 +10:00
RunasSudo b8e9504f58
Update documentation for Wright STV 2021-06-22 16:59:45 +10:00
RunasSudo 122308f2d2
Update test cases
Validate candidate names
Validate stage names
2021-06-22 16:40:38 +10:00
RunasSudo dda62bb4a9
Add CSM15 test case for Wright STV 2021-06-22 16:40:38 +10:00
RunasSudo d46eb69f26
Implement Wright STV 2021-06-22 16:40:37 +10:00
RunasSudo a1c21cf2b4
Rename "bulk election" to "early bulk election" and grey out disabled checkbox 2021-06-22 16:39:59 +10:00
RunasSudo 08821c3c18
Validate option combinations 2021-06-22 14:34:26 +10:00
RunasSudo 2e034d06c8
Fix error with --meek-nz-exclusion, etc. on CLI 2021-06-22 14:29:33 +10:00
RunasSudo 290ddad634
Show updated keep value after exclusion when --meek-nz-exclusion 2021-06-20 01:51:34 +10:00
RunasSudo 90beffa9ff
Fix error in scotland_linn07_gfixed5 test resulting in failure to actually use GuardedFixed 2021-06-20 01:48:25 +10:00
RunasSudo cd42899ba8
Add test case for NZ Meek STV 2021-06-20 01:48:25 +10:00
RunasSudo 1b39b8b138
Implement --meek-nz-exclusion for NZ Meek STV 2021-06-20 01:48:25 +10:00
RunasSudo a2e4ab557c
Implement test case for 2006 Meek STV 2021-06-19 02:05:27 +10:00
RunasSudo 13f1885eb5
Implement features required for 2006 Meek STV
viz. --round-{tvs,votes,weights}, --defer-surpluses, --meek-immediate-elect and --meek-surplus-tolerance
2021-06-19 02:05:27 +10:00
RunasSudo 2ea8b4b757
Add tests for Meek STV 2021-06-16 21:51:13 +10:00
RunasSudo 151c9e484e
Calculate loss by fraction in Meek STV 2021-06-16 21:51:13 +10:00
RunasSudo ca54b94953
Show keep values for elected candidates in Meek STV 2021-06-16 21:51:12 +10:00
RunasSudo d34057d03a
Round half away from zero when formatting Fixed/GuardedFixed 2021-06-16 21:51:12 +10:00
RunasSudo 8829fa5a7b
Update documentation 2021-06-16 21:51:12 +10:00
RunasSudo 4ebb6474fd
Implement Meek STV 2021-06-16 18:44:24 +10:00
RunasSudo f395e6f064
Implement guarded fixed-point arithmetic 2021-06-14 22:11:33 +10:00
RunasSudo 3bbef933bb
Refactor and add documentation 2021-06-14 20:43:36 +10:00
RunasSudo f9d47533ee
Use llvm-cov for coverage reporting
grcov reports incorrect coverage, e.g. showing blank lines as uncovered
2021-06-14 14:43:29 +10:00
RunasSudo c89c8b060c
Add README.md 2021-06-13 23:09:45 +10:00
RunasSudo 57d9b27551
Allow building debug profile from WASM build script 2021-06-13 16:34:27 +10:00
RunasSudo e324036530
Add documentation on options 2021-06-13 16:32:21 +10:00
RunasSudo c9d714bf25
Add test cases for tie-breaking 2021-06-13 15:03:10 +10:00
RunasSudo 4845ebe52f
Implement --ties random 2021-06-13 03:15:15 +10:00
RunasSudo 266d8e2495
Report when and how ties are broken 2021-06-13 00:56:18 +10:00
RunasSudo daeb706b44
Implement forwards/backwards tie-breaking in web UI 2021-06-13 00:39:49 +10:00
RunasSudo 2dc5ed963b
Implement forwards and backwards tie-breaking 2021-06-13 00:15:14 +10:00
RunasSudo 5d491687b4
Code fixups 2021-06-12 21:16:53 +10:00
RunasSudo e059a6a3d9
Fixes to count description 2021-06-12 16:03:31 +10:00
RunasSudo a89c949315
Fix description of quota options 2021-06-12 15:46:44 +10:00
RunasSudo 31538cd3fc
Add code coverage calculation 2021-06-12 15:37:41 +10:00
RunasSudo a038efc8a4
Initial implementation of prompt-based tie breaking 2021-06-12 02:09:39 +10:00
RunasSudo 4c4099ee22
Handle withdrawn candidates 2021-06-12 00:51:31 +10:00
RunasSudo 59539d807a
Implement --normalise-ballots
This, with --sum-surplus-transfers, allows us to fully replicate the Scottish STV result
2021-06-11 21:25:58 +10:00
RunasSudo 96a3eaec84
Implement --sum-surplus-transfers 2021-06-11 21:25:58 +10:00
RunasSudo 9d4cac2e89
Implement Scottish STV test case 2021-06-10 15:47:09 +10:00
RunasSudo 537f1f0011
Fix regression with single stage exclusion 2021-06-09 22:34:44 +10:00
RunasSudo 7ef5ae99b6
Add ERS97 test case 2021-06-09 20:09:20 +10:00
RunasSudo a714ba6a90
Correctly apportion votes in bulk exclusions 2021-06-09 19:43:11 +10:00