Skip to content

Version 0.6

Compare
Choose a tag to compare
@julien-boudry julien-boudry released this 13 Apr 23:00
· 2166 commits to master since this release

Added

  • Add new Condorcet algorithm : Minimax in its three variants (Winning, Margin, Opposition | The last one is not Condorcet criterion compliant)
    http://en.wikipedia.org/wiki/Minimax_Condorcet
  • Add the ability to record a new vote by using a format string like "A>B=C>D" rather than the use of an array, read the doc!

Fixed

  • Some bugfix & optimizations