pivot-libre / tideman

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

Cease Candidate Tie-Breaking #63

Closed carlschroedl closed 6 years ago

carlschroedl commented 6 years ago

When candidates are tied, surface the tie rather than resolving it with a tie-breaking ballot or randomly.

carlschroedl commented 6 years ago

Once this work is completed, please consider restoring the test RankedPairsCalculatorTest.testPairTieBreakingWitTiedBallot.

carlschroedl commented 6 years ago

Completed for the library in #86. Completed for the app in https://github.com/pivot-libre/pivot/pull/188