julien-boudry / Condorcet

Command line application and PHP library, providing an election engine with a high-level interface. Native support 20+ voting methods, easy to extend. Support simple elections with ease or billions of votes in low resource environment. Intensively tested and highly polyvalent.
https://www.condorcet.io
MIT License
119 stars 11 forks source link

Kemeny-Young : Multiple best score #6

Closed julien-boudry closed 10 years ago

julien-boudry commented 10 years ago

(Since Version 0.8)

I do not know how in the very unlikely event that several possible classifications have the same highest score. In the current state, one of them is chosen arbitrarily.

julien-boudry commented 10 years ago

Since 0.9, it's possible to know if this case occurs.

No alternative is provided, but you can now find out if the result provided is compromised or 100% guaranteed.

Read the documentation!