majority judgement time

This commit is contained in:
Putnam
2019-12-31 16:37:33 -08:00
parent 67fcdeebb3
commit 850a407cf4
3 changed files with 81 additions and 4 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// Voting stuff (move this somewhere else eventually probs)
#define PLURALITY_VOTING 0
#define APPROVAL_VOTING 1
#define RANKED_CHOICE_VOTING 2
#define SCORE_VOTING 3
#define SCORE_OPTIONS 5