pivot-libre / tideman

Implementation of the Tideman ranked pairs algorithm
Apache License 2.0
9 stars 3 forks source link

Create bff voting iterface #93

Closed tylerharter closed 6 years ago

tylerharter commented 6 years ago

bff is the ballot file format. It takes two inputs:

It returns an ordering of candidates.

E.g., this might be the input:

Votes: 3>2>1 1>2=3

Tie breaker: 1>3>2

Output: 1>3>2