Also added instant runoff and renamed schulze.

yak shaving
This commit is contained in:
Putnam
2020-02-04 12:43:59 -08:00
parent aabd0b9e79
commit a67902ee32
2 changed files with 33 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#define PLURALITY_VOTING 0
#define APPROVAL_VOTING 1
#define RANKED_CHOICE_VOTING 2
#define SCHULZE_VOTING 2
#define SCORE_VOTING 3
#define MAJORITY_JUDGEMENT_VOTING 4
#define INSTANT_RUNOFF_VOTING 5
GLOBAL_LIST_INIT(vote_score_options,list("Bad","Poor","Acceptable","Good","Great"))